problem in opening the web in the outlook form

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

Top