Hi,
We use VFP70 and in our application have Word automation.
Since Word 2013 the Find function does not work annymore, while all prior versions worked correctly.
We get an OLE error 1429 "this method or proerty is not available..."
Anybody knows what is going on?
code snippet:
with loSelection.Find
.clearformatting
.forward = .t.
.wrap= 1
endwith
llFound = loSelection.Find.execute(tcFind)
Thanks in advance for any help or suggestions.
André
We use VFP70 and in our application have Word automation.
Since Word 2013 the Find function does not work annymore, while all prior versions worked correctly.
We get an OLE error 1429 "this method or proerty is not available..."
Anybody knows what is going on?
code snippet:
with loSelection.Find
.clearformatting
.forward = .t.
.wrap= 1
endwith
llFound = loSelection.Find.execute(tcFind)
Thanks in advance for any help or suggestions.
André