0
Floating windows in Ninox
Is it possible to create floating windows in Ninox for taking some input?
I have customers making pmt for their invoices in parts sometimes. So I want that whenever a part arrives, I click on "Collect Pmt" and it should open a little window (like a dialog box) in the middle of the screen with a text box for the amount and a "Record Pmt" button. When I hit that "Record Pmt" button, int should add the new amount to the already collected amount and deduct the total from the Invoice amount to calculate the balance due.
I hope I could make my ask clear...
6 replies
-
Hi,
I can think of two ways you could develop this functionality:
- Create a table with one record and one field (Input). Choose 'Per record in memory (browser)' for the input field and put your logic in the 'Trigger after update field' section. Finally, just click on the 'Collect Pmt' button on your main form to open the record as a pop-up.
- Use HTML, CSS, and JavaScript to create a modal (a dialog box or popup window) from scratch.
Content aside
- 1 mth agoLast active
- 6Replies
- 147Views
-
2
Following