Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array passed to form no longer an array
Message
From
19/04/2000 03:38:32
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00361069
Message ID:
00361173
Views:
22
Hi Evan.

>> P.S. I am going to pass the form object instead. <<

I have a paramters class in my class library with a single array property and this code in its Init:

LPARAMETERS taParameters

* Copy array passed by reference, before it goes out of scope
=ACOPY(taParameters, THIS.aParameters)

Then, in the calling method, when I have an array that I need to pass, I just do this:

loParameters = CREATEOBJECT( 'xParameters', @laArray )

Marcia
Previous
Reply
Map
View

Click here to load this message in the networking platform