Field into field
When I select ABA, in “Texto” i have predeterminated text “Drive to signal” and “Station 3”. But i want to have 2 fields that i can fill fast with numbers or letters in bold format.
4 replies
-
Is it possible?
-
Yes' Actually a RTF field accepts html code. You could do something with a button or in a field after update... like this: Texto := "Drive to signal <b>" + "Your Signal Numberfield" + "</b> Station 3 <b>" + "Your Station number field" + "</b>"
Note that Your Texto field must be a RTF field.
-
Thanks a lot, with your formula i have this:
Its ok and i can use it ofc, but not exactly what i looking for. Now i have in bold “Your Signal Numberfield”, but there are any formula to create a field with HTML?, having in the field Texto: drive to signal (create new number field inside Texto field) Station 3 (create new text field....)
sorry if i cant explain better and thanks a lot!!
-
Where are the 2 numbers coming from? You could use 2 extra Fields like my example above e.g. : 1 field called Signal and one field called Station.
The code would be : Texto := "Drive to signal <b>" + Signal + "</b> Station 3 <b>" + Station + "</b>"
Content aside
- 5 yrs agoLast active
- 4Replies
- 1386Views