Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array error? How can it happen?
Message
From
11/01/1999 18:52:14
 
 
To
11/01/1999 18:35:59
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00174806
Message ID:
00174903
Views:
25
>I am getting the same error, but I am doing a view at the Load event
>in my main form.
>Now how do you make the array a form property
>

Hi Mark,

Edit your abstract form class. Click on Class in the menu, and add a new property myArray[1]. The brackets are required to let VFP know that the new property is an array.

You can then assign the array to the rowsource of your combobox with mCombobox.rowsource = "thisform.myArray", mCombobox.rowsourcetype = 5.

regards,
Jim Edgar
Jurix Data Corporation
jmedgar@yahoo.com

No trees were destroyed in sending this message. However, a large number of electrons were diverted from their ordinary activities and terribly inconvenienced.
Previous
Reply
Map
View

Click here to load this message in the networking platform