0
Coding for Buttons
Hello,
I am new to Ninox and have a question regarding Button codes. What code would I use to link a button to a different tab in my table? Is that possible? Maybe this function would be better as a trigger?
I also want to add code to pull an ID number from one table and have it autofill a different table. Is that possible? Thanks for your help!
1 reply
-
You can use this code in a button to select a view...
openTable(tableName, viewName) - opens a table view
| openTable("Invoices", "All Invoices")This thread should help for autofill...
Content aside
- 5 yrs agoLast active
- 1Replies
- 1406Views