Impossible to put a line in the form !
Hi
When I select a line in the layout option it disappears !
I click on the key, it appears, I can modify it…but when I deselect the key, it disappears !
Can someone tell me the secret ?
16 replies
-
By a ”line” I mean a ”reserved space”
-
This is normal, the space is still there but the color is gone. This is used to align fields to the right for making different formlayouts. If you click the key again it must be still there... If you want to use visible spaces, you can use a formula field for that. Just put "" in the formula or if you want a line, html(<hr>).
Steven
-
Thank you RoSoft
So what would be the way to create a line to separate visually 2 parts of the space of the form ?
-
Sorry I did not read well your answer…
-
Well I have an error…
Could you advice me ?
-
Sorry, not Formule html(<hr>)
only
html("<hr>")
-
Thank you but…
-
I aplogize… I forgot the ” ”
It works well but there is a white area around the line.
Is it possible to erase it ?
-
Yes, you can style the formula field and use the backgroundcolor 3x RGB 238, also put the Label position on hidden.
Steven
-
I can't validate the three 238.
so it does not work.
Thanks to tell me how to do it.
What do you mean by ”put the label position on hidden”
I can't find it.
-
I got it for to validate : one must click on the little grey circle in the label.
but not the hidden position.
-
I tried that to get a blue line but it does not seem to work :
html("<hr color="blue">")
Is there an error or it is not possible ?
-
html("<hr color=blue>")
Works and the label position:
Steven
-
Thank you so much Steven.
I tried also :
html("<hr size=4>") but it does not work
is there a possibility to mix a code like that :
red line with a 5 size ?
-
I think the best way to do this is to use a text-field to use in the formula and hide that text-field.
Steven
-
Thank you Steven for this other way.
I tried some codes lines as your first one and I found that :.
html("<hr size=4 color=blue>")
That works.
Content aside
- 4 yrs agoLast active
- 16Replies
- 1324Views