Paolo Posted March 11, 2003 Posted March 11, 2003 is it possible to place the cursor (insertion point) in a given position inside a text field ? if I use "Select Field" or "go to field" the cursor is always placed at the end of the text. Thanks in advance for any suggestion..
slstrother Posted March 12, 2003 Posted March 12, 2003 You can insert text into a text string at a specific point. Set Field["TextField","Replace(TextField,Insertion Point,0,Insertion Text)"] However, once the insertion is done the cursor goes to the end of the string. Hope this helps.
Recommended Posts
This topic is 8273 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