0

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

null
    • Addinsell
    • 3 yrs ago
    • Reported - view

    By a ”line” I mean a ”reserved space”

    • Ninox partner
    • RoSoft_Steven.1
    • 3 yrs ago
    • Reported - view

    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

    • Addinsell
    • 3 yrs ago
    • Reported - view

    Thank you RoSoft 

    So what would be the way to create a line to separate visually 2 parts of the space of the form ?

    • Addinsell
    • 3 yrs ago
    • Reported - view

    Sorry I did not read well your answer…

    • Addinsell
    • 3 yrs ago
    • Reported - view

    Well I have an error…

    Could you advice me ? 

    • Ninox partner
    • RoSoft_Steven.1
    • 3 yrs ago
    • Reported - view

    Sorry, not Formule html(<hr>)

    only

    html("<hr>")

    • Addinsell
    • 3 yrs ago
    • Reported - view

    Thank you but…

    • Addinsell
    • 3 yrs ago
    • Reported - view

    I aplogize… I forgot the ” ” 

    It works well but there is a white area around the line.

    Is it possible to erase it ?

    • Ninox partner
    • RoSoft_Steven.1
    • 3 yrs ago
    • Reported - view

    Yes, you can style the formula field and use the backgroundcolor 3x RGB 238, also put the Label position on hidden.

     

    Steven

    • Addinsell
    • 3 yrs ago
    • Reported - view

    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.

    • Addinsell
    • 3 yrs ago
    • Reported - view

    I got it for to validate : one must click on the little grey circle in the label.

    but not the hidden position.

    • Addinsell
    • 3 yrs ago
    • Reported - view

    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 ?

    • Ninox partner
    • RoSoft_Steven.1
    • 3 yrs ago
    • Reported - view

    html("<hr color=blue>")

    Works and the label position:

     

    Steven

    • Addinsell
    • 3 yrs ago
    • Reported - view

    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 ? 

    • Ninox partner
    • RoSoft_Steven.1
    • 3 yrs ago
    • Reported - view

    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

    • Addinsell
    • 3 yrs ago
    • Reported - view

    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

  • 3 yrs agoLast active
  • 16Replies
  • 1322Views