Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Add events?!
Message
From
06/01/2000 13:39:48
 
 
To
06/01/2000 10:48:19
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00313888
Message ID:
00314036
Views:
71
Here's a simple class to create an exit button (this IS a quite stripped down version) but it's the basics of what you need

DEFINE CLASS myButton as COMMANDBUTTON
PROCEDURE Click
thisform.release
CLEAR EVENTS
ENDPROC
caption = 'Exit'
ENDDEFINE

You define your class, then you simple place a procedure within the class of click or Dblclick to contain what should happen in your event.

Paul A. Busbey
I.S. Department
Sparagowski & Associates
Paul A. Busbey
Victoria Insurance
Previous
Reply
Map
View

Click here to load this message in the networking platform