Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MessageBox() syntax
Message
De
25/08/2005 17:14:51
 
 
À
25/08/2005 13:50:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01043981
Message ID:
01044086
Vues:
15
This ability has been around along time, and can come in handing at times.

Check out in your FoxPro Help file under "= Command".

>>Hi Viv,
>>
>>>Anyone noticed that the following doesn't error:
>>
>>>=MESSAGEBOX("Hello"),0,"Fred"
>>
>>

>>Interesting... Here also I don't get error. Work fine. (VFP 8/SP1)
>>VFP evaluate all as expressions. Try:
>>
>>? MESSAGEBOX("Hello"),0,"Fred"
>>* And
>>? MESSAGEBOX("Hello"), GETFILE()
>>
>>If you try:
>>
>>MESSAGEBOX("Hello"),0,"Fred"
>>
>>You get a error.
>
>This explain the matter:
>
>=MESSAGEBOX("Hello"),0,"Fred"
>
Greg Reichert
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform