Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Array Properties
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00511189
Message ID:
00511374
Vues:
18
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform