Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error when adding array property in combobox Init
Message
 
 
À
31/10/2009 19:59:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01432534
Message ID:
01432537
Vues:
39
>In the init of a combobox I try to add an array property but get an error.
>
>This.AddProperty("aplpro(2)","")
>
>Gives error 1734: Property aplpro not found
>
>What can cause this?
>
>TIA,
>
>Alex

Did you try to add it without initializing?

this.AddProperty("aplpro[2]")

If would not work, try with ADDPROPERTY function.
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