You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retrieve HTML from a loaded document
*========================================================================================
Public goForm
Set Procedure To CefSharpBrowser.fxp ADDITIVE
goForm = CreateObject ("DemoForm")
goForm.Show ()
I have problem in the my PRG:
*========================================================================================
*========================================================================================
Public goForm
Set Procedure To CefSharpBrowser.fxp ADDITIVE
goForm = CreateObject ("DemoForm")
goForm.Show ()
Define Class DemoForm as Form
Procedure Init
TEXT TO This.index_html NoShow
Text 1:
Text 2:
ENDTEXT
Procedure cmdGetHtml.Click
Local lcResult
Procedure EvaluateScript (tcScript)
Return m.luResult
Procedure QueryUnload
This.ReleaseRefrences ()
Procedure Release
This.ReleaseRefrences ()
Procedure ReleaseRefrences
This.RemoveObject ("oleBrowser")
This.RemoveObject ("CefSharpBrowser")
EndDefine
The text was updated successfully, but these errors were encountered: