Kevin Cheesman Posted July 18, 2006 Posted July 18, 2006 Can onyone tell me how to go the the end of my note field, add the current date, time and carriage return so it is ready for user input. Thanks
Genx Posted July 18, 2006 Posted July 18, 2006 You could just use the setfield script step SetField[MyTable::MyField ; MyTable::MyField & ¶ & Get(CurrentDate) & " " & Get(CurrentTime) & ¶] Alternatively, you could use Get(CurrentHostTimeStamp) as an alternative to Date & Time
Recommended Posts
This topic is 6705 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