Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't assign an Array to Combo Rowsource
Message
 
 
To
20/10/2003 11:22:48
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00840309
Message ID:
00840344
Views:
18
Harry,

Rather than using a public array for this you should consider using an array property attached to the cbo itself or to the form. Using a public array keeps you from being able to run this form more than once at a time.

>attachfile=Getfile()
>If Empty(Thisform.popattached.RowSource)
> Public Array parray(1)
>Else
> Dimension parray(Alen(parray)+1)
>Endif
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform