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

null
    • szormpas
    • 1 mth ago
    • Reported - view

     Hi,

    I can think of two ways you could develop this functionality:

    1. 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.
    2. Use HTML, CSS, and JavaScript to create a modal (a dialog box or popup window) from scratch.
      • Database App Developer
      • vermau81
      • 1 mth ago
      • Reported - view

       Thank you.. If I want to go by point No. 2, what is the starting point? How and where do I write the HTML and Javascript code? Can you please give me a small example?

      • szormpas
      • 1 mth ago
      • Reported - view

        Hi,

      I've added your request to my list of things to do! I'll try to integrate a similar functionality into the Dashboard template in the coming weeks, if you're not in a hurry.

      • Database App Developer
      • vermau81
      • 1 mth ago
      • Reported - view

       Thank you mate. Appreciate your help !

      • szormpas
      • 1 mth ago
      • Reported - view

      Vermaji Hi, I'm working on this...

      • szormpas
      • 13 days ago
      • Reported - view

        Hi,

      Just wanted to let you know you can customise the Input Form Widget to suit your needs.

Content aside

  • 13 days agoLast active
  • 6Replies
  • 141Views
  • 2 Following