problem in opening the web in the outlook form

  • Thread starter Thread starter Mohan
  • Start date Start date
M

Mohan

hello sir,
on click event i need to open the respective URL.for that i coded like
follow

function commandbutton1_click()
Set MyPage = Item.GetInspector.ModifiedFormPages("Resource Request")

MyPage.WebBrowser1.Navigate("http://www.microsoft.com")

end function

but when i run the form i got the error like

" OBJECT DOES NOT SUPPORT THIS PROPERTY OR METHID:"MYPAGE.WEBBROWSER1" "

what is the reason?

thx

mohan
 

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

Similar Threads

calling the function 1
opening the outllok forms through browser 1
opening the form 1
problem in form display 1
publishing the forms in exchange server 1
OFT details 1
path of the form 1
Form called by actions... 6

Back
Top