Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combobox Limitations
Message
 
 
À
20/09/2010 10:13:20
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01481962
Message ID:
01482022
Vues:
61
>I changed this
>
>
>
>ThisForm.AddObject('stopordernotification1','stopordernotification', 'Approval', solArray, pdmVar.soIndex)
>
>
>
>
>to this
>
>
>
>ThisForm.AddObject('stopordernotification1','stopordernotification', 'Approval', @solArray, pdmVar.soIndex)
>
>
>
>
>But eventhough MessageBox(p2[1]) will give me the array value for element 1 so that I know the array is being passed my combobox still will not show anything when RowSource is set to p2

Use a form's array property instead and populate form's array with aCopy function with your local array and do requery of the combobox after that.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform