0

Button to Delete Record

How do I create a button that I can add to a form that will enable me to delete the entire current record that is displayed in the form?

2 replies

null
    • Nick
    • 3 yrs ago
    • Reported - view

    The short version is

    ___

    delete this

    ___

     

    If you want some dialog

    ___

    let check := dialog("Attention", "Are you sure?", ["Delete", "Cancel"]);

    if check = "Delete" then delete this

    ___

    • Jon
    • 3 yrs ago
    • Reported - view

    That was very helpful, thank you very much.

Content aside

  • 3 yrs agoLast active
  • 2Replies
  • 600Views