Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ComboBox clears after selection.
Message
From
20/07/1999 09:18:21
 
 
To
20/07/1999 08:45:19
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00243502
Message ID:
00243539
Views:
22
Cetin,

BoundTo is .T. (tried it with .F. too)
Valid is a user procedure that goes somthing like this:
SELECT extras (this is the grid table)
REPLACE extras.Labor WITH This.text
SELECT laborate
LOCATE FOR laborate.labor = extras.labor
IF FOUND()
REPLACE extras.lab_price WITH laborate.retail, ;
extras.lab_cost WITH laborate.wholesale
ELSE
MessageBox("Sorry - not found.")
ENDIF

A lot of detail is left out of this example, but the main ideas are here. I also refresh the adjoining columns of the grid, for instance.

Thanks!
Tom.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform