Newbies sfav Posted November 18, 2001 Newbies Posted November 18, 2001 To all, I have written a script for notes to post date and user name in the "notes" field, however I cannot have the next entry automatically entered at the top of the field. Which script command enables this? Thank you for your help.
SteveB Posted November 18, 2001 Posted November 18, 2001 Easy, SETFIELD(Notes,New_Note & Notes). The '&' means concatentate, so that the statement adds existing notes to 'New_Notes and saves the result in existing notes.
Thom Posted November 20, 2001 Posted November 20, 2001 quote: How do I backspace twice in my script? Set Field["barCodeField","Left(barCodeField,Length(barCodeField)-2)"]
larosche Posted November 21, 2001 Posted November 21, 2001 I also have a close problem. I am using a bar code scanner and need to remove the last two characters from the scanner (carriage return and line feed) which are non printed characters. How do I backspace twice in my script?
Recommended Posts
This topic is 8408 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