We are working on hard industry level product.
One of our app modules is equipment catalog that contains tree-structure of dozens on object-types in it
Oracle DB is allredy done and cannot be changed and working whole on procedures and stored functions.
I have two functions package.data(objkey) and package.meta(objkey), where objkey points to some catalog-tree leaf with one-type objects.
first one returns me a table with f1....fn columns with values, and second one returns me a caption,type,fieldname
now i made 2 queries - one fields(fetch datasource and parse records on datarived to generate fields) and second for values, both client-side controled
is there a way to feed listgrid with ONE dynamic datasource with fields information that prepared on server(or client side)?
One of our app modules is equipment catalog that contains tree-structure of dozens on object-types in it
Oracle DB is allredy done and cannot be changed and working whole on procedures and stored functions.
I have two functions package.data(objkey) and package.meta(objkey), where objkey points to some catalog-tree leaf with one-type objects.
first one returns me a table with f1....fn columns with values, and second one returns me a caption,type,fieldname
now i made 2 queries - one fields(fetch datasource and parse records on datarived to generate fields) and second for values, both client-side controled
is there a way to feed listgrid with ONE dynamic datasource with fields information that prepared on server(or client side)?
Comment