Genero Desktop Client 2.20 New Features / FrontEnd functionCall: Genero Desktop Client 2.20 New Features |
The functionCall Standard getwindowid has been added.
LET auiWinID = getCurrentWindowID() CALL ui.interface.frontCall("standard","getwindowid",[auiWinID],[ret]) IF ret <> -1 THEN CALL my_function(ret) END IF