
Hi all,
How can I add a new table to the data source node of a form where few other tables are already existing.
Also after adding new table to the data source node of the form , if I drag and drop fields from the new table to the grid then will the data pulled correctly and allign with the respective existing records of the grid.
How can I do this, or do I have to do any coding stuff to achieve this.
Please help
*This post is locked for comments
I have the same question (0)Hi axMani,
Yes, you can do this by drag and drop selected table from AOT to DataSource node of the form. Then you need to determine relations between DataSource tables by selecting JoinMode in properties of selected data source table or by adding the code at the data source table's method (init(), executeQuery() for example). After that you can drag and drop fields from new table to the grid.