Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can i edit/remove the Button set in Wizard created
Message
From
05/07/2001 05:17:01
 
 
To
05/07/2001 04:52:08
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00526847
Message ID:
00526857
Views:
17
Virgilio,
No, you cannot delete these buttons. Try the following instead:
Select BUTTONSET1 on your form and add the following to the Init():
IF DODEFAULT()
	THIS.RemoveObject("cmdPrint")
	*-- or
	This.cmdAdd.visible = .f.
ENDIF
Or you could set the visible property of the buttons you don't need to .f. through the form designer and rearrange the buttons to fit your needs.

HTH
>thanks for your help but can i delete some of this buttons that i wont be needing.
Daniel
Previous
Reply
Map
View

Click here to load this message in the networking platform