Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Array not found
Message
 
 
To
25/03/2011 13:26:45
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Miscellaneous
Thread ID:
01505004
Message ID:
01505007
Views:
58
>Hi,
>
>When i wrote mvar=adir(tabfile,'*xls')
>
>In command window and i used in the form with a combobox this, its working.
>But when i dont wrote in command wndow this a meesage array tabfile not found or it's not array
>
>please help :)

Try adding a new property to the form aTabFiles[1].

Then use

mVar = adir(thisform.aTabFiles, '*.xls')

and then use thisform.aTabFiles as combobox rowsource.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform