Search results

  1. M

    WIDGET-ID, test with third-party tools

    Hello, who has experience with third-party tools for GUI-Test and can report ? Wich tools can be used with Progress applications ? My quick google search found the following: -WinRunner from Mercury Interactive -SilkTest from Borland -RationalRobot from IBM -TestPartner from Compuware They...
  2. M

    ProDataSet Write-XML() XSL-Stylesheet

    Ok I have found a solution: I first write the ProDataSet to X-DOCUMENT object then I add PROCESSING-INSTRUCTION and finaly save all to xml. Not good but it works. snippet: DEFINE VARIABLE hDoc AS HANDLE. DEFINE VARIABLE hRoot AS HANDLE. DEFINE VARIABLE hRoot1 AS HANDLE. CREATE X-DOCUMENT...
  3. M

    ProDataSet Write-XML() XSL-Stylesheet

    Hello, I write a ProDataSet with write-xml() method. I want that the result xml document have a xml-stylesheet instruction. For example: <?xml-stylesheet type="text/xsl" href="test.xsl" ?> How can I do this with progress code ?
Top