I have a field populated with a url.I’d like to create a buttlon or hotspot with underlying code that will open that url in explorer.
Any ideas…anybody?
Thanks for your time in advance.
I have a field populated with a url.I’d like to create a buttlon or hotspot with underlying code that will open that url in explorer.
Any ideas…anybody?
Thanks for your time in advance.
Subject: Opening a URL in Explorer
Create a link hotspot of URL type, put the field name as formula, or2. Use @URLOpen(fieldname), or
Use JavaScript window.open
Subject: RE: Opening a URL in Explorer
Worked like a charmI made an action button using the @URLOpen(fieldname) as the on-click formula.
Thanks