Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Messagebox()
Message
De
27/03/2003 11:51:24
 
 
À
27/03/2003 05:35:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Documentation de produit
Titre:
Divers
Thread ID:
00770662
Message ID:
00770801
Vues:
14
Viv,
Actually the VFP Messagebox is pretty flexible, it assumes the first character string is the "message", and the second one (if it exists) is the "title". Also, the first numeric is the type/icon/modality/focus value and the second (is it exsists and VFP 7.0 or higher) is the timeout value. The only "limitation", is that the first parameter must be the character "message" AND it must be there.
In VFP 7.0, the following all give the same result:
MESSAGEBOX("Message",0+32,"Title", 50)
MESSAGEBOX("Message","Title",0+32, 50)
MESSAGEBOX("Message",0+32, 50,"Title")
Rick

>Hi,
>
>Anyone noticed that the VFP7 documentation has the parameters for MESSAGEBOX() listed in the wrong order? V6 was OK and V8 also.
>
>Regards,
>Viv
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform