Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MessageBox layout
Message
From
04/07/1999 18:17:22
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
04/07/1999 11:36:15
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00236346
Message ID:
00237370
Views:
13
>>
>Download Alert.zip from Files here - (etc)
>>
>
>looks good. Downloading as we speak.
>
>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

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform