[adm2-dev] a way to get handles of SDOs used in a smartWindo

Posted by LegacyUser on 03-Sep-2002 10:52

Hello,

I am writing a procedure which has to get the handles of the SDOs used in a

SmartWindow.

I tried using linkHandles but it does not return any value, but there is

really a data-link in my smartWindow.

Here is the code i put on the ON-CHOOSE trigger on a button in my window :

DEFINE VARIABLE lcDataSources AS CHARACTER NO-UNDO.

lcDataSources = DYNAMIC-FUNCTION('linkHandles':U,

'Data-SOURCE':U).

MESSAGE "1" NUM-ENTRIES(lcDataSources,",") lcDataSources.

lcDataSources = DYNAMIC-FUNCTION('linkHandles':U,

'Data-TARGET':U).

MESSAGE "2" NUM-ENTRIES(lcDataSources,",") lcDataSources.

Hope you'll be able to give me a hand.

Thanks

Sylvestre SEGURON

Distri INFORMATIQUE

To unsubscribe, e-mail: dev-unsubscribe@adm2.possenet.org

For additional commands, e-mail: dev-help@adm2.possenet.org

All Replies

Posted by LegacyUser on 03-Sep-2002 11:18

This thread is closed