
This method will force the HtmlControl to navigate to a URL or directory. For example "www.objectdcl.com" or "c:\temp".
Returns the following according to the situation:
The recommended convention is passing the control identifier directly:
Copy Code |
|---|
(Odcl_Html_Navigate MyControlReference [as Reference] Destination [as String]) |
An alternative convention is to identify the control by providing the project file, the dialog name and the control name:
Copy Code |
|---|
(Odcl_Html_Navigate ProjectFile [as String] DialogName [as String] ControlName [as String] Destination [as String]) |
Copy Code |
|---|
; Browse this location (Odcl_Html_Navigate MyProject_MyForm_MyControl "http://www.objectdcl.com/") |