I HAVE CREATED A TABBED FORM, I.E BASED ON MULTIPLE  TABLES. I WOULD LIKE TO ADD CRUD CAPABILITIES TO THIS FORM. IN THE DATA LIST ONLY ONE FORM WITH ONE TBLE DATA SOURCE CAN BE SELECTED. HOW CAN CRUD OPERATIONS BE PREFORMED ON A TABBED FORM WITH MULTIPLE TABLES ?

  • No labels

1 Comment

  1. Hi there,

    You may need to use the JDBC Datalist Binder (Custom SQL Queries) and write your custom query to combine data from various tables into one listing. Then, use the Advanced CRUD Userview Menu in your Userview to display them. Point the Edit Form of CRUD Userview Menu to a form that contains subform of all related form and tables.

    Hope this helps.

    Thanks.