Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Limiting choice in drop down list
Message
 
To
05/10/1998 22:56:01
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00143999
Message ID:
00144124
Views:
29
>I don't understand why it doesn't work for you. This code works fine for me
>Dimension This.aFieldName[3,2]
>This.aFieldName[1,1]="\Last Name"
>This.aFieldName[1,2]="SearchTable.dHire"
>This.aFieldName[2,1]="\Date of Hire"
>This.aFieldName[3,2]="SearchTable.cLastName"
>This.aFieldName[3,1]="Social Security #"
>This.aFieldName[3,2]="SearchTable.cSSN"
>This.Rowsource=This.Rowsource
>

Jim,

You can change the last line to THIS.Requery() to get the combo to reread its rowsource. As a matter of fact you could put all the code in the requery and then whenever you want to refresh the combo, just call its requery
Previous
Reply
Map
View

Click here to load this message in the networking platform