Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. amulder

    Word 2013 Find does not work

    Thank you Olaf for your suggestion. loSelection is more or less your code: lcFile = "reference_to_file" loWord = CreateObject("Word.Application") loWord.Documents.open(lcFile) loSelection = loWord.Selection I tried the addition "Range" but without succes. Maybe it is the combination with...
  2. amulder

    Word 2013 Find does not work

    Thanks for all replies. Yes, I tried doevents: no result Yes, I googled: no specific solution found, only examples which we use in our code I just tried my code as a macro in Word2013: it works properly. So...how strange is it, that it will suddenly not work from our VFP70 application with...
  3. amulder

    Word 2013 Find does not work

    I already tried .ClearFormatting and .ClearFormatting() To be more specific, the error rises at the .execute command. I tried also different kind of calling methods like: with loSelection.Find .text = "findme" .forward = .t. .wrap = 1 .execute() llFound = .found endwith but...
  4. amulder

    Word 2013 Find does not work

    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...

Part and Inventory Search

Back
Top