Search results

  1. J

    Manuals or documentation abaout MsWord8.olb

    HI, Does someone know where we can find (url) manuals or other documentation about MsWord8.olb. We want to incorporate MsWord in our Progress application but we want to 'analyse' the possibilities first. Thanks Joep
  2. J

    Com-handle in runtime vs development

    Can someone help me I have an appllication wich starts MsWord with a com-handle. create "Word.Application" applic CONNECT NO-ERROR. After the connect I make Word visible and open a .DOT file. applic:Visible() = True chdoc = applic:documents:ADD(lo_fullpad) where lo_fullpad is the...
  3. J

    Missing .B1 file

    A user of our application has copied a wrong DB and B1 file. The only thing left is the D1 file in wich the data is stored. From the knowledge base from Progress we tried the solution found in Kbase id : 19908. This doesn't work. Also we found some documentation about proutil with the DBRPR...
Top