Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_screen, forms and properties.
Message
 
To
23/12/1998 15:39:38
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00170073
Message ID:
00170077
Views:
25
>I added a property to a form. Is it possible to access that property using the _screen system variable?
>
>Thanks
>
>Jim

You can access the property by calling _screen.activeform.property IF the form is the currently focused form (you may as well use thisform.property). If the form is not the active form, there is a forms array on _screen, you will need to identify which form in the object array to look for. It will be easier if you assign names to your forms (DO FORM xformx NAME frmXXX).
Nigel B Coates
NBC Software Services
Dublin, Ireland.
eMail: Nigel.Coates@NBCSoftware.com
Previous
Reply
Map
View

Click here to load this message in the networking platform