Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP 5.0 Inlist Problem
Message
De
31/12/1996 16:22:39
Robert Furia
US Epperson Underwriting Co
Boca Raton, Floride, États-Unis
 
 
À
31/12/1996 16:01:10
Robert Furia
US Epperson Underwriting Co
Boca Raton, Floride, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00016248
Message ID:
00016266
Vues:
45
>>I just installed VFP 5.0 and have upgraded a project from VFP 3.0. One of my forms has an Inlist statement in the VALID of one of my comboboxes.
>>
>>IF INLIST(myformset.form1.txtSection.Value,"3715","3716")) AND IF INLIST(myformset.form1.Value,"02", "03", "04", "05", "06", "37","38", "39", "40"))
>>
>>VFP 5.0 won't compile this. Anyone see what the problem is?
>>
>>Thanks.
>>
>>Linda
LINDA TRY STATEMENT AS FOLLOWS:
IF (INLIST(MYFORMSET.FORM1.TXTSECTION.VALUE,"3715","3716") AND INLIST(MYFORMSET.FORM1.VALUE,"02","03","04","05","06","37","38","39","40"))
THERE WAS ALSO A TYPO THERE WAS A COMMA AFTER YOUR FIRST MYFORMSET INSTEAD OF PERIOD.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform