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
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