nixdorf Posted August 21, 2012 Posted August 21, 2012 Hi, I have a script that insert text in a field, is possible at first move the cursor to the beginning of paragraph? Thanks. (maybe the title is better: "move the cursor to the beginning of paragraph" but I don't know change)
comment Posted August 21, 2012 Posted August 21, 2012 Not sure what you mean by "the beginning of paragraph" - a text field can easily contain several paragraphs. In any case, look at the Set Selection [] script step.
nixdorf Posted August 21, 2012 Author Posted August 21, 2012 Thanks comment, If I write new text, this is added at the end of the paragraph so that the new texts are increasingly below... I would like that new texts remain on the top of the paragraph, same a log.
comment Posted August 21, 2012 Posted August 21, 2012 IMHO, you should start a new record for each log entry. But if you prefer, you can use: Set Selection [Yourfield ; Start Position: 0 ; End Position: 0] to place the cursor at the beginning of the field. 1
Wim Decorte Posted August 21, 2012 Posted August 21, 2012 Or you capture the user's input in a global text field and then do a Set Field into the target field, prepending the user's input to what's already in the field.
Recommended Posts
This topic is 4822 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