Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can i edit/remove the Button set in Wizard created
Message
De
05/07/2001 05:17:01
 
 
À
05/07/2001 04:52:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00526847
Message ID:
00526857
Vues:
18
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform