Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MessageBox layout
Message
De
04/07/1999 18:17:22
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
04/07/1999 11:36:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00236346
Message ID:
00237370
Vues:
15
>>
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform