Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to create a button bar?
Message
 
À
24/06/2004 13:42:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
00916950
Message ID:
00916984
Vues:
7
Make a class based on Shape, Set the .SpecialEffects propetry to whatever You want & put your favorites number of buttons. In Each button Click Event put:
  IF PEMSTATUS(thisform, "MethodYouWantToExecute", 3) == "Method"
     thisform.MethodYouWantToExecute()
  ENDIF
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform