Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Array not found
Message
 
 
À
25/03/2011 13:26:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Divers
Thread ID:
01505004
Message ID:
01505007
Vues:
59
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform