Norman Biggar
Member
I have a smartwindow with sdo, sdb and navigation toolbar.
The user is able to re-sort the data in the browser as per their requirements.
This is done by reopening the browser query "FOR EACH RowObject BY ....".
The navigation toolbar by definition, however, works on the database query. e.g. "FOR EACH Customer ....".
Because they work on different queries, this means that reopening the browser query does not reflect in the First,Prev,Next,Last status on the toolbar.
Other than reopening the SDO query, thus increasing network traffic, can anyone suggest a method for realigning the navigation toolbar with the browser query?
The user is able to re-sort the data in the browser as per their requirements.
This is done by reopening the browser query "FOR EACH RowObject BY ....".
The navigation toolbar by definition, however, works on the database query. e.g. "FOR EACH Customer ....".
Because they work on different queries, this means that reopening the browser query does not reflect in the First,Prev,Next,Last status on the toolbar.
Other than reopening the SDO query, thus increasing network traffic, can anyone suggest a method for realigning the navigation toolbar with the browser query?