PC Review


Reply
Thread Tools Rate Thread

Scrolling field results in a cell?

 
 
=?Utf-8?B?UGhlaWRpcHBlZGVz?=
Guest
Posts: n/a
 
      9th Jun 2004
I am designing a site with FP 2003 and using an Access 2003 database to store submission form entries. Two of the fields are memo fields, and I am giving the user the opportunity to submit up to 1,000 words in each describing the geographic area they cover and the scope of services they provide.

My problem is on the display within cells of these 2 fields in my results page (which I created in the FP 2003 Database Results Wizard). I have placed these 2 fields in separate columns side by side in a table, and specified a cell width of 200 and a cell height of 50 for each cell, and have set the page to display 5 results at a time in row form (default setting I believe). I want the user to have the ability to scroll through and read all of the extra text for these 2 fields within those 2 cells whenever the amount of text exceeds the specified height and width of the cell (I would prefer a scrollbar on the right side of the cell only, not along the bottom).

I can not figure out how to put a scrollbar in these cells so that field results which exceed the height and width I have specified will appear. All I get are cells that show all of the characters entered and stretch far down the page.

If anyone can assist me, I would greatly appreciate it. I might also add that I am somewhat of a novice at this, so any responses with examples, links and/or in layman’s terms would be greatly appreciated.

 
Reply With Quote
 
 
 
 
Thomas A. Rowe
Guest
Posts: n/a
 
      9th Jun 2004
You need to replace the field with a textarea form field or use CSS layers.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"Pheidippedes" <(E-Mail Removed)> wrote in message
news:7CC15A25-029A-446C-8F17-(E-Mail Removed)...
> I am designing a site with FP 2003 and using an Access 2003 database to store submission form

entries. Two of the fields are memo fields, and I am giving the user the opportunity to submit up to
1,000 words in each describing the geographic area they cover and the scope of services they
provide.
>
> My problem is on the display within cells of these 2 fields in my results page (which I created in

the FP 2003 Database Results Wizard). I have placed these 2 fields in separate columns side by side
in a table, and specified a cell width of 200 and a cell height of 50 for each cell, and have set
the page to display 5 results at a time in row form (default setting I believe). I want the user to
have the ability to scroll through and read all of the extra text for these 2 fields within those 2
cells whenever the amount of text exceeds the specified height and width of the cell (I would prefer
a scrollbar on the right side of the cell only, not along the bottom).
>
> I can not figure out how to put a scrollbar in these cells so that field results which exceed the

height and width I have specified will appear. All I get are cells that show all of the characters
entered and stretch far down the page.
>
> If anyone can assist me, I would greatly appreciate it. I might also add that I am somewhat of a

novice at this, so any responses with examples, links and/or in layman's terms would be greatly
appreciated.
>



 
Reply With Quote
 
chris leeds
Guest
Posts: n/a
 
      9th Jun 2004
it's not so bad. just put this within the cell:
<div class="scroller"> your stuff that returns the values </div>

then on your style sheet:
..scroller{
background: transparent;
border: thin dotted #0000FF;
height: 100px;
overflow: auto;
width: 300px;
}

ok, just keep in mind that the attributes of the .css above are just for
demonstration and you can change them to suit.

HTH

--
The email address on this posting is a "black hole". I got tired of all the
spam.
Please feel free to contact me here:
http://nedp.net/contact/
--


"Pheidippedes" <(E-Mail Removed)> wrote in message
news:7CC15A25-029A-446C-8F17-(E-Mail Removed)...
> I am designing a site with FP 2003 and using an Access 2003 database to

store submission form entries. Two of the fields are memo fields, and I am
giving the user the opportunity to submit up to 1,000 words in each
describing the geographic area they cover and the scope of services they
provide.
>
> My problem is on the display within cells of these 2 fields in my results

page (which I created in the FP 2003 Database Results Wizard). I have placed
these 2 fields in separate columns side by side in a table, and specified a
cell width of 200 and a cell height of 50 for each cell, and have set the
page to display 5 results at a time in row form (default setting I believe).
I want the user to have the ability to scroll through and read all of the
extra text for these 2 fields within those 2 cells whenever the amount of
text exceeds the specified height and width of the cell (I would prefer a
scrollbar on the right side of the cell only, not along the bottom).
>
> I can not figure out how to put a scrollbar in these cells so that field

results which exceed the height and width I have specified will appear. All
I get are cells that show all of the characters entered and stretch far down
the page.
>
> If anyone can assist me, I would greatly appreciate it. I might also add

that I am somewhat of a novice at this, so any responses with examples,
links and/or in layman's terms would be greatly appreciated.
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Data in cell disappears, reappears by scrolling mouse over cell FK Microsoft Excel Misc 3 22nd Sep 2009 04:39 PM
Return Results of a cell based on cell referenced in a cell Drew Microsoft Excel Worksheet Functions 4 3rd Sep 2009 07:19 PM
Conditional Sum Argument results do not equal cell results Excel =?Utf-8?B?UmFuZHkgUiBNdWxsaW5z?= Microsoft Excel Worksheet Functions 3 9th Aug 2006 08:16 PM
Search quits when scrolling results JIP Windows XP General 0 22nd Feb 2006 02:08 PM
Bug: Scrolling issues in Scan Results Jon Wigner Spyware Discussion 1 17th Feb 2005 06:41 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:14 PM.