0

Button new entry

Hello,

In my table customer I'm lookink to add an action to a button just to create an new empty entry?

Any help.

Thank you

2 replies

null
    • Ninox partner
    • RoSoft_Steven.1
    • 5 yrs ago
    • Reported - view

    You could make a button with this formula:

    let myNew := (create customer);
    myNew.Naam;
    closeRecord();
    popupRecord(myNew)

    • Thierry_Grosjean
    • 5 yrs ago
    • Reported - view

    Thank you Steven.

Content aside

  • 5 yrs agoLast active
  • 2Replies
  • 1624Views