Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adicionando propriedades aos forms
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00614750
Message ID:
00614758
Views:
16
Oi Geraldo,

Corrigindo um erro na minha postagem anterior:
DIMENSION THISFORM.aMeuArray[10]
E aproveitando para dizer que vc pode fazer isto programativamente também. No Init do Form, coloque o seguinte:
THISFORM.AddProperty("aMeuArrray[1]", 0)
DIMENSION THISFORM.aMeuArray[2]
THISFORM.aMeuArray[1] = 1
THISFORM.aMeuArray[2] = 2
Um abraço!
-----
Fabio Vazquez
http://www.fabiovazquez.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform