Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing form properties via the forms collection
Message
From
29/12/1998 23:36:35
 
 
To
29/12/1998 10:32:43
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00169827
Message ID:
00171446
Views:
33
>Found the problem. The KEYBOARD "{CTRL+A}" works, but the ASELOBJ() was not. Two parameters are required to return the form reference: ASELOBJ(array,1) works as expected.
>
>Thanks
>- Brian

But remember the 1 only returns the container. I made the assumption and ending up changing the program to make sure I had the form reference by drilling down through the containers parents until I had a form reference.

MODIFY FORM NOWAIT
=ASELOBJ( laForm, 1)

These two should do what you want.
Previous
Reply
Map
View

Click here to load this message in the networking platform