Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo Box with associated field
Message
From
20/05/1999 17:35:53
George Simon
GS Data Technologies, LLC
Cincinnati, Ohio, United States
 
 
To
20/05/1999 16:02:57
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00221136
Message ID:
00221185
Views:
15
Hi Todd,

I'll make some assumptions here about the combobox. Make the row source of your combobox a cursor, view, or table. Set the combobox rowsourcetype property to 6-fields, and the rowsource = cCursor.digit,digitdesc. Then in the valid event of the combobox place the following code:

thisform.lblYourLabel.Caption = cCursor.digitdesc
thisform.lblYourLabel.Refresh()

HTH,

George
George Simon, MCP
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform