August 15, 200521 yr Hi Guys I'm creating a script to add 2 carriage returns and some specified text to a field. How do I ensure that the cursor postion is moved to the end of any text already in this field? Thanks
August 15, 200521 yr Ensure that you uncheck "Select entire contents" in the field format, under the format menu - or under options, if you are creating a script. And that should do it! Cheers :
August 15, 200521 yr Actually, it's even simpler. Use: Set Field [ yourfield ; yourfield & "¶¶new text" ] This way, you don't need to care about the cursor at all.
Create an account or sign in to comment