Hi Terry,
Off hand I can't think of how to do what you are saying..
That page (when I used the Drop-Down) all were displayed except one. So the
scroll bar only moved one place. This might be a case of the area the
browser has to display the list.
My only thought (and I have no idea if this will work) is to try to modify
the code. (the grey code when in code view). As you most likely know the
group size is not available in the wizard (page5) But you might TRY to
change the code in code view (NOTE: after making the change save the page
while in code view or FP will change it back)
Look for:
i-maxrecords="256" i-groupsize="0"
Change to:
i-maxrecords="256" i-groupsize="6"
As I said I have no idea if that will work but it might?
TJ
| Tj, thanks for the reply. However, this isn't exactly what I'm looking
for.
|
| What I want to do is to keep one line showing in the drop down box. Then
| when I click the down arrow, I want it to display a certain number of
| records.
|
| TJ, if you go to the following link and look in the upper right hand
corner,
| you will see United States and you click the down arrow, you will see what
| I'm talking about.
|
|
http://www.adobe.com/products/acrobat/main.html
|
| Thanks for your help.
| Terry
|
| "TJ" wrote:
|
| > On the page with the Drop-Down.
| > Right click on the DD and select "Form Field Properties"
| >
| > Middle Left the "Height:" box change the 1 to 5 ~ 6
| >
| > TJ
| > | > |I have been able to create a drop down list using an SQL statement. It
| > works
| > | great, but I have a question of how to get a scroll bar to work with
it.
| > |
| > | I want it to have all the records in the drop down list, but I only
want
| > to
| > | show say 5 or 6 at a time. Then be able to scroll down to find the
rest.
| > |
| > | Thanks for the help.
| > | Terry
| >
| >
| >