Kbase P131644: Reference only Temp Table not operating correctly on Find First
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  03/10/2008 |
|
Status: Verified
SYMPTOM(s):
Reference only Temp Table not operating correctly on Find First
FIND NEXT "buffer" using a REFERENCE-ONLY temp-table
Temp-Table has been filled from a class object using "OUTPUT DATASET dsName BIND" syntax
Display always find the FIRST record in the table
FACT(s) (Environment):
OpenEdge 10.1B
OpenEdge 10.1C
All Supported Operating Systems
CAUSE:
Bug# OE00167183
CAUSE:
A block-level index cursor that functions as starting point for FIND NEXT/FIND PREVIOUS operations isn't set to the actual table when the reference is bound.
FIX:
Workaround:
Add a dummy method to the class that performs a FIND FIRST on the table. This method does not have to be invoked anywhere.