Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug: DE memberCount or equal property it is lacking
Message
From
27/10/2004 06:03:28
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Title:
Bug: DE memberCount or equal property it is lacking
Miscellaneous
Thread ID:
00954804
Message ID:
00954804
Views:
73
Previous issue Thread #952371

Bug/Issue : 5 of 27

TITLE: Bug: DataEnvironment memberCount or equal property it is lacking

VERSION: 09.00.0000.1720 and previous

Note:
the DataEnvironment class have the Objects collection,
then
- for enumerate the objects i can use only:
FOR EACH ...
- i cannot directly to use
FOR index=1 TO ...
- if i want the count of the objects i have to do
( workaround into a _Access method )
objectCount = 0
FOR EACH obDE IN m.de.objects
    objectCount = m.objectCount + 1
ENDFOR
? m.objectCount
- if i want to known if a member exists
TYPE("m.this.objects")
Next
Reply
Map
View

Click here to load this message in the networking platform