Kbase P102249: How to obtain the ROWID of an ADM1 SmartBrowser
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/03/2005 |
|
Status: Unverified
GOAL:
How to obtain the ROWID of an ADM1 SmartBrowser
FIX:
Use the ADM1 procedure send-records to obtain the ROWID. For example:
RUN send-records IN <SmartBrowser_handle> (INPUT "<TABLE>",
OUTPUT <CHAR_ROWID>).