Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Defining class in PRG...
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00998539
Message ID:
00998546
Views:
38
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform