Kbase P24663: How to reposition a SmartDataBrowse to a ROWID
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2008 |
|
Status: Verified
GOAL:
How to reposition a SmartDataBrowse to a ROWID
FACT(s) (Environment):
Progress 9.1x
FIX:
If the ROWID is stored within a variable, then it is a case of calling the following procedure within the SmartDataObject as follows:
RUN reopenToRowid IN h_dcust (INPUT TO-ROWID(vRowid)).
vRowid is the variable which holds the ROWID value.