Hi,
I would like to have support on adding new row in table and get the newly added row values in QAction.
I created a table to show my all the schema values from my database.
I would like to know:
- How can I create a table that supports a right click add row function? Example below:
2. After adding the new row, how can I retrieve the new row values in QAction?
Do I use the protocol.GetRow function?
What I am trying to achieve is add new row in the table and retrieve these values in QAction so that I can update my database schema with the new row values I added in Dataminer. So instead of only reading and showing the schema values from database to dataminer, I would like to have achieve writing and updating from dataminer back to database.
Hi Zhing,
If you use the DataMiner Integration Studio (DIS), you can auto-generate the needed code.