I'm learning Ignition and designing project. Is there any perspective project that I can refer to build a manual entry form to log data in mssql db. I've to create an app which the factory associate will use to entry process parameters manually using the App in a DB. I just want a simple numeric and text entry field with a submit button that will trigger a named query to log the user input data into DB
Where are you getting stuck?
If it is running the named query then on the button's onActionPerformed event call :
https://docs.inductiveautomation.com/display/DOC81/system.db.runNamedQuery