Kbase P153511: What is the most efficient way to modify the sorting of the data displayed on a browser?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  06/10/2009 |
|
Status: Unverified
GOAL:
What is the most efficient way to modify the sorting of the data displayed on a browser?
GOAL:
Is it possible to update the browser's data without calling the openquery again?
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.x
FIX:
The most efficient way to update the browser is to run the openquery with a different sort order.
A temp-table can be used to cache the data retrieved after executing a specific query. The browser query will be run against the temp-table.