July 18, 200619 yr 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
July 18, 200619 yr 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
Create an account or sign in to comment