ibiubu Posted February 15, 2005 Posted February 15, 2005 I want to include a script to insert the current date. But I want it to a field and then go to the very front of any text in that field and insert the current date. Is there a way to force the insertion point to the beginning, not the end of the existing text? LR
RalphL Posted February 15, 2005 Posted February 15, 2005 Have you tried Set Field [Field, Status(CurrentDate) & " " & Field]?
Fitch Posted February 15, 2005 Posted February 15, 2005 Note that when you set a date into a text field you generally want to format it like this: DateToText ( Status (CurrentDate) )
Recommended Posts
This topic is 7224 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