
New line in text-field
How can i simulate the "enter" button for a new line in a textfield?
field 1 + " enterfunction? " + field 2
-
thnx for the reply but i didn't get it to work. I guess I explained wrong.
the code i had was :
Field := "_________________________ " + today() + " _________________________" + Field
I just want the date in the beginning of a field so i can start typing in the next line
thats why i asked to insert a line break at the end of my text-insert
and if possible the cursor ready at that point but i'm not sure it can
-
So, to accomplish what you want to do you would create a formula field and below/after that you would create a text field.
In the formula field's formula you would enter:
"_________________________ " + today() + " _________________________"
Since formula fields never receive focus in the edit screen the text field would automatically have the focus.