Hallo everyone, is there a api_call like the ORA-Forms OPEN_FORM ? Background: Having LoginScreen with Menu, and menu entry calls another application. I don't want place many windows/datasource in one application. I don't found anything in the API Doc. Regards Uwe K |
Hi Uwe, You can use Syntax:
Where:
Example:
This code opens the application named "app1" in the same browser tab with your current application by sharing the session variables. You can find more information about how to run another application from your current application and share the session across them in this tutorial. Regards, Ibrahim |
Hi Uwe, For instance there is no way to get the current url. On the next release (v1.2), I think we can either implement an API where you can give the app name as the parameter instead of the app URL or an API which returns the current URL. I registered this feature to our issue management system. Thank you for your advise. Ibrahim Hi Uwe, Since version 1.2, you can use api_application.getBaseURL API to get the current url. Regards, Ibrahim
(21 Dec '12, 09:32)
Ibrahim Sand... ♦♦
|