Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Specific Property Exists or not?
Message
 
 
To
03/08/2003 05:53:00
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00816274
Message ID:
00816318
Views:
22
See PemStatus() function.
oForm = CREATEOBJECT("form")
? PEMSTATUS(oForm, "Top", 5)		&& .T.
? PEMSTATUS(oForm, "Size", 5)		&& .F.
>Hi Bob,
>Thanks for the code. I could get the work done with this. Another thing I learned with your code was, calling the function recursively. I wasn't knowing this.
>Although my current problem is solved, is there any way to check for the existance of a specific property for any control? Can it be checked dynamically like - for any control if property xyz exists, change the value to abc?
>
>Thanks a lot.
>Yahsodhan
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform