Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Defining class in PRG...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00998539
Message ID:
00998546
Vues:
37
DEFINE CLASS DosIDMSData AS SESSION

   Div = "CA"      && THe division USA or CA
   lInvOpen  = .F. && Will be .t. if OpenINV() Method is call
   DIMENSION aMyArry[1,1]
	aMyArry = ""
>I need to define a session class in a PRG and I need a Array as property in this class.
>
>When I do this the property is not define as a array.
>
>DEFINE CLASS DosIDMSData AS SESSION
>
>   Div = "CA"      && THe division USA or CA
>   lInvOpen  = .F. && Will be .t. if OpenINV() Method is call
>   aMyArry[1,1]=""
>   ....
>
>
>But when I create the object This.aMyArry is not a array. I cannot do DIMENSION to change the size.
>
>Is there any way I can do this?
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform