Navigation problem
Author: sbr444@gmail.com (bharathi_sb)
I want to navigate through records in the Uniface web page. to avoid bulk loading of data I've given "maxhits" option in the read trigger. I want to see only certain number of records per page, like 5 or 10. currently I'm able to do this by sorting primary key field using "ORDER BY" query. But the problem is in some of the table composite primary key exists. In this case how can I sort without using "ORDER BY" query?




