Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error when adding array property in combobox Init
Message
 
 
To
31/10/2009 19:59:14
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01432534
Message ID:
01432537
Views:
38
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform