Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to verify if a property exists in a form ?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00408379
Message ID:
00408382
Views:
11
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform