Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refreshing list populated with fields
Message
From
22/10/1996 18:15:48
 
 
To
22/10/1996 17:26:14
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00010740
Message ID:
00010757
Views:
33
Hi, Kim

All you have to do is re-assign the field contents to the list's variable, and refresh the list with the SHOW GET command. Something like this:

SELECT MYDATA

IF EMPTY(MYDATA.Field1)
SHOW GET lcMyList DISABLE
ELSE
lcMyList = MYDATA.Field1 + ' ' + MYDATA.Field2
SHOW GET lcMyList ENABLE
ENDIF

Nelson
Previous
Reply
Map
View

Click here to load this message in the networking platform