Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array Properties
Message
From
25/05/2001 04:33:29
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00511189
Message ID:
00511374
Views:
17
>Are array property members pointing to variable memory or a set of hidden properties?




For VFP objects are availble.
public Cat_Forms[1], Len_CatForm
Dimension Cat_Forms(50, 1)
Len_CatForm = 0

FOR iX = 1 TO _SCREEN.FORMCOUNT
      IF [Cat] $ _SCREEN.FORMS[iX].NAME
          Len_CatForm = Len_CatForm +1
          Cat_Forms[Len_CatForm, 1] = _SCREEN.FORMS[iX]
      ENDIF
ENDFOR

* Now, Cat_Forms Array will carry all opened form with [Cat] within their name! :)
The weak wait for chance, The strong bid for chance,
The clever notch up chance, but The merciful give you chance.
Previous
Reply
Map
View

Click here to load this message in the networking platform