Recent content by raschend

  1. R

    How to add a stylesheet to and xml from progress

    DEFINE VARIABLE hDoc AS HANDLE. DEFINE VARIABLE hRoot AS HANDLE. DEFINE VARIABLE hRoot1 AS HANDLE. DEFINE VARIABLE cxsl AS CHARACTER INIT "dummy.xsl". CREATE X-DOCUMENT hDoc. CREATE X-NODEREF hRoot. CREATE X-NODEREF hRoot1. lreturnValue = hPDS:WRITE-XML ("handle", hdoc, NO, ?, ?, NO...
  2. R

    OpenEdge 10.1B setup.exe filemon

    Hi, if you want laugth, then install openedge and show the file system activity of setup.exe with Process Monitor and filter on 'NAME NOT FOUND' and 'PATH NOT FOUND'. Can anyone confirm what I see?:lol:
Back
Top