
Announcements
I am trying to submit data to a SQL Server table as such:
(Ignore the red lines, I get no errors using this code on my actual SQL table).
Using the code in the OnSelect for the "Submit" button, the code editor understands that there exists an OrderNumber and ClientName.
However, nothing happens when I click "Submit" (no data submitted to SQL server), and no errors are seen in the code.
I know that I can use a Form for this, but I do not want this. I just want to use TextInput boxes that contain data. Data from these TextInput boxes should then simply be submitted to the SQL server table upon Submit.
How do I achieve this?
@msuser48 If OrderNum & ClientN is your input text field names then you need to OrderNum.Text & ClientN.Text