Profile picture for user adarn

Hi all,

I am trying to create a report that opens a DIALOG .

The DIALOG should contains a "push button" that when pressed will open an HTTP link in the default browser.

If anyone has an example or an idea how to achieve that it would be greatly appreciated.

 

 

Thank You

 

Adar

by Ilya Seletkov
Posted on Thu, 04/24/2014 - 08:54

Hello.

There is a way to do it.

1. Script. You can use method Context.execute(String). It executes external command. But as results of my experiments it works on server side. Client does not see browser. On local server is OK.

2. Macro. You can use method Context.executeFile(String FileName). But as results of my experiments command

Context.executeFile("cmd /c start http:\\\\www.google.com");

does not work. From windows/run this command works fine.

3. Macro&file. The only successful way in my case is to call external bat file from macro. You can generate file for example "Link.bat" with next content:

start http:\\www.google.com

...and then call it from you macro like this:

Context.executeFile("C:\\Test\\Link.bat");

The problem of this way is that (as I know) script cannot start macro. So you have to create all GUI in macro and then call script.

Hope, this helps.

----

BR, Ilya

 

0

Featured achievement

Rookie
Say hello to the ARIS Community! Personalize your community experience by following forums or tags, liking a post or uploading a profile picture.
Recent Unlocks

Leaderboard

|
icon-arrow-down icon-arrow-cerulean-left icon-arrow-cerulean-right icon-arrow-down icon-arrow-left icon-arrow-right icon-arrow icon-back icon-close icon-comments icon-correct-answer icon-tick icon-download icon-facebook icon-flag icon-google-plus icon-hamburger icon-in icon-info icon-instagram icon-login-true icon-login icon-mail-notification icon-mail icon-mortarboard icon-newsletter icon-notification icon-pinterest icon-plus icon-rss icon-search icon-share icon-shield icon-snapchat icon-star icon-tutorials icon-twitter icon-universities icon-videos icon-views icon-whatsapp icon-xing icon-youtube icon-jobs icon-heart icon-heart2 aris-express bpm-glossary help-intro help-design Process_Mining_Icon help-publishing help-administration help-dashboarding help-archive help-risk icon-knowledge icon-question icon-events icon-message icon-more icon-pencil forum-icon icon-lock