Is it possible to create an Action button that opens IE. If so can you please assist me.
I need the action button on a form to open a particular webpage.
TIA
Is it possible to create an Action button that opens IE. If so can you please assist me.
I need the action button on a form to open a particular webpage.
TIA
Subject: Action button that opens IE
If your location preferences are set to use Internet Explorer as your default browser, the action button merely needs to use @URLOpen command with the URL you wish to open.
If you need to force IE to open despite whatever settings the user may have in the location, you can use
@Command([Execute]; “iexplore.exe”; “http://www.ibm.com”)
Subject: RE: Action button that opens IE
Thank you for your quick response. I am still learnign all the @ functions.