Newbies captnemo Posted October 8, 2007 Newbies Posted October 8, 2007 I'm a mid-range skill-level FM user/designer. I'm using the standard TimeCard file with some modifications. Regarding entering the time, is it possible to just click in the "Time Start" field and have the current time auto-entered in without typing anything? In other words, I want my employees to be able to just click the field and the current time will automatically be entered. I remember an older trick with FM where a calc field with two slashes would enter the date but that was with a new record. I want this function to happen whenver a "Time Start/End" field is clicked. Can this be done? Thanks!
Genx Posted October 8, 2007 Posted October 8, 2007 Hi captnemo, welcome Well, yes and no, it sort of depends. Do you want them to also be able to enter some other timestamp other than the current one? If not, then you can just set the field up as a button, with the script step: Set Field[myButton; Get(CurrentHostTimeStamp)]
Recommended Posts
This topic is 6316 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