Kbase P22651: How to navigate the current record in an SDO.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/8/2007 |
|
Status: Unverified
GOAL:
How to navigate the records in an SDO.
FACT(s) (Environment):
Progress 9.x
FIX:
You can affect SDO's current record by running a navigation Procedure in the SDO.
In the below example "h_dcustomer" is the handle to the SDO from the main window.
Syntax;
RUN fetchFirst in h_dcustomer.
RUN fetchNext in h_dcustomer.
RUN fetchPrev in h_dcustomer.
RUN fetchLast in h_dcustomer.
Using these procedures you can interact with the SDO in the same manner as a toolbar.