Repositioning in an Dynamic Smart Browser in ADM2

sidero

New Member
Hi all!

how can I reposition to a record in a dynamic browser in ADM2 (9.1.B) from within a Smart-Window Container ?
There is a Data-Link to a Smart-Data-Object, and it is a Dataserver application.

Thanks in advance!
Oliver
 

sidero

New Member
Solution: REPOSITION ROWID in ADM2

well here's the solution:

DYNAMIC-FUNCTION('fetchRowIdent':U IN h_doCustomer,
INPUT STRING(ROWID(Customer)),
INPUT "").

Regards
Oliver :awink:
 
Top