Genero Desktop Client 2.21 New Features / FrontEnd functionCall: Genero Desktop Client 2.21 New Features |
"launchurl" frontCall signature has the same signature in the Genero Web Client (GWC) and in the Genero Desktop Client (GDC)
IF ui.Interface.getFrontEndName() == "GWC" THEN CALL ui.interface.frontCall("standard","launchurl",[url, mode],[ret]) ELSE --GDC does not support "mode" CALL ui.interface.frontCall("standard","launchurl",[url],[ret]) END IF
CALL ui.interface.frontCall("standard","launchurl",[url, mode],[ret])