2024-03-07, 15:19:55
HI,
Looking for the correct way to do with AntView [VFP sample]:
m.xString = THISFORM.oleIE.document.getElementById("info").innerHTML
Tried but failed with variants such as:
m.xString = THISFORM.oleIE.document.RequestElementInnerTextById("info")
m.xString = THISFORM.oleIE.document.RequestElementInnerHTMLById("info")
Hope someone knows!
Looking for the correct way to do with AntView [VFP sample]:
m.xString = THISFORM.oleIE.document.getElementById("info").innerHTML
Tried but failed with variants such as:
m.xString = THISFORM.oleIE.document.RequestElementInnerTextById("info")
m.xString = THISFORM.oleIE.document.RequestElementInnerHTMLById("info")
Hope someone knows!