Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Specific Property Exists or not?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00816274
Message ID:
00816300
Views:
23
"I think I found the answer (in your code only). You have used type() function to check the status of the property. I tryed this function with different property names. Every time it returned 'U' when I passed an incorrect property name. I hope I am on the right track."

Exactly, Yashodan. I should have highlighted that part of the code. I was actually just going to tell you to use the TYPE() by itself without posting the other code, but since you wanted to be able to do multiple controls I felt that would get you started.

You may be able to use SetAll("ForeColore",RGB(0,0,12),"TextBox"), however, this would be limited to the current container. By using recursion, you can do so much more.

Cheers,
Bob
Previous
Reply
Map
View

Click here to load this message in the networking platform