Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I make a button appear depressed?
Message
From
21/01/1999 15:09:41
 
 
To
21/01/1999 15:04:43
Senna Dwipayana
Indo Rebel Apparel Cv
Bandung, Indonesia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00178652
Message ID:
00178671
Views:
34
>So John,
>
>>Q: "How do I make a button appeared depressed?"
>>A: "Tell it it's mother died"
>>LOL...Sorry --- couldn't resist :-D
>
>I guess I have to put this
>Commandbutton.init()
>This.parent.addproperty('died',.F.)
>
>CommandButton.Click()
>If this.parent.died=.t.
>Wait Window "Depressed" Nowait
>Else
>Wait Window "Just Kiddin'" Nowait
>Endif
>
>Well, no offense please, just kiddin' .
>
>
>Senna

It might be more:
CommandButton.Click()
If this.parent.died=.t.
Wait Window "Depressed" Nowait
Cancel
Else
Wait Window "Just Kiddin'" Nowait
Set safety off
Zap
Endif
Disclaimer....
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform