Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Displaying first value in dropdown list
Message
From
24/07/1998 10:01:01
 
 
To
24/07/1998 09:56:55
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00120956
Message ID:
00120959
Views:
18
>I have a dropdown list with rowsoucetype alias (based on a local view). The view is requeried in the interactivechange of another combo, meaning the records are not available at the controls init.
>I would like for the user to see the first value in the list when it is populated in the combobox control as other values on the screen are already populated with info from the same record. I have tried setting value and displayvalue but cannot get it to display.
>Can this be done when rowsourcetype is alias or fields?

You should go to rowsource :
Select view1
move pointer to the first record:
Go top
and set combo value:
Thisform.Combo1.Value=view1.field1
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform