Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Make Time Install in _Screen
Message
From
26/12/2000 09:28:27
 
General information
Forum:
Visual FoxPro
Category:
Installation, Setup and Configuration
Miscellaneous
Thread ID:
00456783
Message ID:
00456809
Views:
23
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform