Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to create a button bar?
Message
From
24/06/2004 15:03:36
 
 
To
24/06/2004 13:42:18
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00916950
Message ID:
00916984
Views:
8
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform