August 21, 201213 yr 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)
August 21, 201213 yr 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.
August 21, 201213 yr Author 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.
August 21, 201213 yr 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.
August 21, 201213 yr 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.
Create an account or sign in to comment