Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Verify each object contained in form even with class obj
Message
From
13/12/2006 13:33:49
 
 
To
13/12/2006 13:25:23
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01177307
Message ID:
01177310
Views:
11
>Hi all, i'm trying to have access to each object contained in a form, i tryied using the .scx file and accessing each one by baseclass, but when this form came from a vcx, it doesn't show other objects contained on form. Using debugger i can see that all objects are shown, how can i access each one of them ?
>

It sounds like you're trying to do this at design-time. Try it like this.

With the form open in the Form Designer:
ASELOBJ(aFormObjects,1)

FOR EACH oObj IN aFormObjects[1].Objects FOXOBJECT
  * Do what you need to with oObj
ENDFOR
Tamar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform