0

Disable create in link from field however allow select record

Disable create record in link from field however allow select record?

 

Capture

9 replies

null
    • Sean
    • 2 yrs ago
    • Reported - view

    You can use this formula in a Formula field...

     

    html("
    <style>
    .form .list-button:nth-child(2) {display: none;}
    </style>
    ")

     

    You can't hide the Formula field using "Display field only, if:", you have to camouflage it.

    • Antonello_Stabile_71
    • 2 yrs ago
    • Reported - view

    Grazie SEAN  cercava questa formula da tempo

    • Antonello_Stabile_71
    • 2 yrs ago
    • Reported - view

    c'è la possibilità di nascondere altro ad esempio la funzione "cerca" nella parte alta 

    • Ppc
    • titanium_fish
    • 2 yrs ago
    • Reported - view

    Thank you very much

    • Sean
    • 2 yrs ago
    • Reported - view

    Hi Antonello,

    This hides the Search input at the top...

     

    .hud-menu-search {display: none;}

    • Antonello_Stabile_71
    • 2 yrs ago
    • Reported - view

    Grazie Sean, approfitto della tua gentilezza, per chiederti se è possibile formattare i moduli con altezza a scelta. Grazie

    • Sean
    • 2 yrs ago
    • Reported - view

    Antonello, can you post an image of the item you want to resize.

    • Antonello_Stabile_71
    • 2 yrs ago
    • Reported - view

    Vorrei dimensionare la maschera che si attiva con la funzione dialog

    esempio:

    dialog("Test", "test", ["ok"])

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

Content aside

  • 2 yrs agoLast active
  • 9Replies
  • 384Views