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
-
Even more brilliant. Many thanks!
-
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
-
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
- 4 yrs agoLast active
- 28Replies
- 12494Views