Jump to content

AutoitMike

Active Members
  • Posts

    194
  • Joined

  • Last visited

Reputation Activity

  1. Like
    AutoitMike got a reaction from argumentum in Autoit and Scite On Win 11   
    MODI now works after installing Office 2007 and selecting Microsoft Office Document Imaging!!
    Thanks again
  2. Like
    AutoitMike got a reaction from argumentum in Autoit and Scite On Win 11   
    I got the following error:
     
    ! We intercepted a COM Error ! ! err.description is:    ! err.windescription:   Invalid class string ! err.number is:  800401F3 ! err.lastdllerror is:  0 ! err.scriptline is:    8 ! err.source is:   ! err.helpfile is:       ! err.helpcontext is:    !>15:24:06 AutoIt3.exe ended.rc:123 +>15:24:06 AutoIt3Wrapper Finished. >Exit code: 123 Time: 1.513 It works ok on my win 7 laptop
    I ordered a full install of Office 2007 on Ebay
    I'll see how that goes.
    Thanks
  3. Like
    AutoitMike got a reaction from argumentum in Cant trap error in Custom function - (Moved)   
    Thanks for the code, I will try it later tomorrow.
     
  4. Confused
    AutoitMike got a reaction from Danp2 in XML Check if a node exists.   
    Holy cow,
    Figured it out.
    Local $oXML = ObjCreate("Microsoft.XMLDOM") $oXML.Load("C:\File.xml") ;Xpath Exists--$N > 0 $N=$oXML.SelectNodes("//Parent/Child").length ;Xpath does not Exist--$N =0 $N=$oXML.SelectNodes("//Parent/yyChildxx").length I just realized that I needed to add ".length"
    $N is never an array.
    Thanks again----
×
×
  • Create New...