
This method will update the entire Html document currently loaded.
Returns the following according to the situation:
The recommended convention is passing the control identifier directly:
Copy Code |
|---|
(Odcl_Html_UpdateHtmlCode MyControlReference [as Reference] NewHtmlCode [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_UpdateHtmlCode ProjectFile [as String] DialogName [as String] ControlName [as String] NewHtmlCode [as String]) |
Please note that an Html document must have already been loaded to use this method successfully.
Copy Code |
|---|
; Put a whole new document (Odcl_Html_UpdateHtmlCode MyProject_MyForm_MyControl "<html><head></head><body>Hello the world!</body></html>") |