Dave
unread,Aug 13, 2009, 7:37:51 PM8/13/09You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hello,
I have embedded a browser control in a DataWindow object. In
PowerScript, I would like to specify a URL to navigate to. I
see that I cannot use the Navigate function directly (i.e.
dw_1.Object.my_olebrowser.Navigate(ls_URL) will not work and
that I need to connect a new OLE object to this active OLE
control and call the function that way. I haven't figured
out how to make that work. Would anyone happen to have a
code sample?
Thank you for your help.