0

How to add buttons that create new records or search records in a table

The little + and magnifier icons on subtables are quite small, and I have team members who need big coloured buttons with writing on so they know how to search or create records! What formula should I put on the buttons to achieve this? Can't figure this out from the manuel, sorry!

28 replies

null
    • David
    • 5 yrs ago
    • Reported - view

    Even more brilliant. Many thanks!

    • Cristhian_Miranda
    • 3 yrs ago
    • Reported - view

    hello, I have a question, can I create the new table with information about the table where the button is located? for example in the Image table there is a text field and in the button table there is a text, so how could I create this new record with this text in the new record?

    Kriz

    • Choices_Software_Dean
    • 3 yrs ago
    • Reported - view

    let v := Text;
    let t := (create 'Image table');
    t.(Text := v);
    openRecord(t);
    alert("'Button table' Text has been copied to new 'Image table' record.")

Content aside

  • 3 yrs agoLast active
  • 28Replies
  • 12368Views