Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to verify if a property exists in a form ?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00408379
Message ID:
00408382
Vues:
12
>>I need to do some validation based on the existance of a property in a form is any command that can be issued like ...
>>
>>if exists(thisform.myproperty)
>> myvariable=thisform.myproperty
>>endif
>>
>>
>>thanks
>>
>>
>>Norman
>
>See the help of PEMSTATUS() function for more info.

Also you can simply do the follwing

IF TYPE('thisform.Myprop') # 'U'
ENDIF
- Jayesh
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform