March 11, 200322 yr 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..
March 12, 200322 yr 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.
Create an account or sign in to comment