Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Determining number of objects in a form
Message
From
22/11/1999 19:34:18
 
 
To
22/11/1999 18:56:17
Jorge Haro
Independent Consultant
Juarez, Mexico
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00294135
Message ID:
00294151
Views:
28
Jorge-

>I'm trying to use the objects collection, in the debugger it says that it's an

You put your finger on it, actually. The objects collection is a collection and not really an array. The info in the debugger is erroneous.

Instead of using ALEN, you would check the .ControlCount property which will tell you how many controls are in the collection. (As Erik pointed out, it doesn't tell you about the controls with containers, though.)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform