Consultor Eletrônico



Kbase P86365: How to get the record Rowid from a SmartDataObject (SDO).
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   6/29/2004
Status: Unverified

GOAL:

How to get the record Rowid from a SmartDataObject (SDO).

FIX:

You may use a code like this:
DEFINE VARIABLE myRowid AS ROWID NO-UNDO.

myRowid = TO-ROWID (DYNAMIC-FUNCTION('getRowIdent':U IN handle_sdo)).