simoncpage Posted June 24, 2004 Share Posted June 24, 2004 I have a field that uses " Link to comment Share on other sites More sharing options...
dbruggmann Posted June 24, 2004 Share Posted June 24, 2004 Start your input from the beginning: SetField (InputField"; InputField & value & " Link to comment Share on other sites More sharing options...
-Queue- Posted June 24, 2004 Share Posted June 24, 2004 Use Set Field [inputField, Substitute (" Link to comment Share on other sites More sharing options...
simoncpage Posted July 1, 2004 Author Share Posted July 1, 2004 Start your input from the beginning: SetField (InputField"; InputField & value & " Link to comment Share on other sites More sharing options...
simoncpage Posted July 1, 2004 Author Share 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 " Link to comment Share on other sites More sharing options...
QuinTech Posted July 1, 2004 Share Posted July 1, 2004 Set Field ( If ( Right ( fieldName , 1 ) = " " , fieldName , fieldName & " " ) Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 7098 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