Giancarlo Migoni Posted January 30, 2008 Posted January 30, 2008 Hi, how can i show Today's Date when i open my FM file without entering a new record, something like current date and time from the computer. Because i used Get ( CurrentDate )but if i changed the computer time two days after (feb 2nd), when i opened the file doesn0t change the date. Thanks Gian
LaRetta Posted January 30, 2008 Posted January 30, 2008 (edited) Hi Gian, Using Get ( CurrentDate ) and setting the calculation in the calc dialog box Storage Options to 'Do Not Store' will do the trick for you. It will then change every day. However, the time will NOT update every second but rather will update whenever the screen is refreshed. Update: Oh, to include time, use Get ( CurrentTimeStamp ) or Get ( [color:red]CurrentHostTimeStamp ). LaRetta :smile2: Edited January 30, 2008 by Guest Added update & corrected red
Giancarlo Migoni Posted January 31, 2008 Author Posted January 31, 2008 Thank you so mucho for ur help, now it works perfect!!! Receive my best Regards Gian
Recommended Posts
This topic is 6202 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now