Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MessageBox layout
Message
From
05/07/1999 15:14:33
 
 
To
04/07/1999 18:17:22
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00236346
Message ID:
00237541
Views:
11
>>
>>Can we include our own 'Help' Button with it? Thats what I'm missing most...
>
>Why not, but the code would have to look like this:
>
>lExit=.f.
>do while not lExit
> nResponse=Alert("tada dada dada", "yes;no;whatever;help")
> do case
> case nResponse=1
> thisform.yes
> lExit=.t.
> case nResponse=2
> thisform.no
> lExit=.t.
> case nResponse=3
> thisform.whatever
> lExit=.t.
> case nResponse=4
> help
> lExit=.F.
> other
> lExit=.t.
> endcase
>endd

duly cut and pasted - will play with and report back.

Thanks

Harry
Previous
Reply
Map
View

Click here to load this message in the networking platform