How to Open existing from from another using URL

B

Barry Prentiss

H,
I need to open an IP03 form using a button in a repeating list on another
IP03 form.
The repeating list row includes the target URL in a field.
I am coding in VBScript.
What is the best way to do this?
Thx,
Barry
 
B

Barry Prentiss

Got it...
Application.XDocuments.Open(objSrcXDoc.DOM.selectSingleNode("/my:myFields/my:RelatedProjectsSection/my:parentProjSection/my:parentProjURL").Text)"Barry Prentiss" <[email protected]> wrote in messageH,> I need to open an IP03 form using a button in a repeating list on anotherIP03 form.> The repeating list row includes the target URL in a field.> I am coding in VBScript.> What is the best way to do this?> Thx,> Barry>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top