G
George
we are trying to embed a value within a url that will open
the objBrowser control. there is a button that when
clicked is supposed to open the objWebBrowser from the
value pulled from the custom field. here's the code that
is opening the browser but not embedding the correct value
from the custom field.
Sub qtPage_Click()
Item.GetInspector.ModifiedFormPages
("Resources").objWebBrowser_
..Navigate("http://home/file.asp?R=
{{Companies.CustomField1}}")
End Sub
the objBrowser control. there is a button that when
clicked is supposed to open the objWebBrowser from the
value pulled from the custom field. here's the code that
is opening the browser but not embedding the correct value
from the custom field.
Sub qtPage_Click()
Item.GetInspector.ModifiedFormPages
("Resources").objWebBrowser_
..Navigate("http://home/file.asp?R=
{{Companies.CustomField1}}")
End Sub