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

Click here to load this message in the networking platform