dbruggmann Posted June 24, 2004 Posted June 24, 2004 Start your input from the beginning: SetField (InputField"; InputField & value & "
simoncpage Posted July 1, 2004 Author Posted July 1, 2004 Start your input from the beginning: SetField (InputField"; InputField & value & "
simoncpage Posted July 1, 2004 Author Posted July 1, 2004 I basically want to be able to turn 1234 | <cursor here to 1234 | <cursor here (but some of the fields might already have the cursor in the correct place) after that I will have it add "
QuinTech Posted July 1, 2004 Posted July 1, 2004 Set Field ( If ( Right ( fieldName , 1 ) = " " , fieldName , fieldName & " " )
Recommended Posts
This topic is 7519 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