Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Menu bar!!!
Message
 
 
À
24/04/2001 17:23:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00499185
Message ID:
00500917
Vues:
31
This message has been marked as a message which has helped to the initial question of the thread.
The original post asked if you could put the datetime as a menu item. The answer is yes. As the prompt put TTOc(datetime()).
After you generate the SPR, there will be a line that looks something line:

DEFINE PAD _0dg0t6i07 OF _MSYSMENU PROMPT "TTOc(datetime())" COLOR SCHEME 3 ;
KEY ALT+T, ""

Just remove the quotes from the datetime so it reads:

DEFINE PAD _0dg0t6i07 OF _MSYSMENU PROMPT TTOc(datetime()) COLOR SCHEME 3 ;
KEY ALT+T, ""

Hope that helps.

Troy
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform