I have two inputs that are filled out and then a report button that I want the two inputs to populate the DB once the send button is pushed. a DB already created, has the two inputs.
I have two inputs that are filled out and then a report button that I want the two inputs to populate the DB once the send button is pushed. a DB already created, has the two inputs.
Hello! You can add DB service for adding items to DB (here is an example in tutorial http://docs.appery.io/tutorials/build...), map request parameters to Input controls, invoke the service on button Click event.