Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Make Time Install in _Screen
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Installation et configuration
Divers
Thread ID:
00456783
Message ID:
00456809
Vues:
24
Hello, Arie.

>I have a problem during making a program. There in idea from me that i can't solved it. My Idea is to show the present date and time, and the username login at that time. In background visual foxpro (_screen) off course not in the background of a form.

You can add a label (or what you want to the desktop. If you want the time to update all the time, you can add a timer, too, although I don't recommend it.
_Screen.addobject( "lblUserInfo", "label" )
_Screen.lblUserInfo.Caption = "Today is " + date() + " - time is "+ time()
_Screen.lblUserInfo.visible = .t.
Hope this helps.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform