Kbase P33648: using ADM-1 num-results function against an ADM1 Smart Brows
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/22/2003 |
|
Status: Unverified
SYMPTOM(s):
Using ADM-1 num-results function against an ADM1 Smart Browser (query) only the records being displayed are counted
CAUSE:
It is expected behaviour.
To get the total number of records in a query it is necessary to use PRESELECT. For example
instead of FOR EACH CUSTOMER it is necessary to use PRESELECT EACH CUSTOMER.
FIX:
For ADM1 Smart Browser it is necessary to create a freeform query and use PRESELECT.
It is possible to create a normal query for the smart browser and once created set it as freeform and modify the query adding PRESELECT.