Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Refreshing list populated with fields
Message
De
22/10/1996 18:15:48
 
 
À
22/10/1996 17:26:14
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00010740
Message ID:
00010757
Vues:
35
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform