Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to set dynamic buttons in a form
Message
From
23/06/2004 06:53:09
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
 
To
23/06/2004 06:45:04
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00916322
Message ID:
00916326
Views:
9
(this = thisform)
this.AddObject("xbutt","commandbutton")

this.xbutt.top=40
this.xbutt.left=50
this.xbutt.height=50
this.xbutt.width=150
this.xbutt.caption="deneme"
this.xbutt.backcolor=255
this.xbutt.visible=.t.
Previous
Reply
Map
View

Click here to load this message in the networking platform