Recent content by PascalALBERT

  1. P

    Send XML with socket

    I work on Progress 9.1D on window XP and I have to send XML to a web server and i don't know how to do it. Is using socket the best way ? Does anybody have an other solution ?
  2. P

    Editing Crystal in Landscape

    Hi everybody. Now, I am preparing to migrate from 8.1C To 9.1D but I have a problem with crystal report. I don't know how to print in landscape. I use the PESELECTPrinter to select the right printer and I know I must past to this procedure parameters to say It is landscape but I don't know...
  3. P

    Crystal in landscape

    Hi everybody. Now, I am preparing to migrate from 8.1C To 9.1D but I have a problem with crystal report. I don't know how to print in landscape. I use the PESELECTPrinter to select the right printer and I know I must past to this procedure parameters to say It is landscape but I don't know...
  4. P

    Using Socket

    I work on Progress V 8.1C and I want to use socket to communicate with an other application but I have some problems. Is there any VBX files to do it or how can I use Winsock.DLL ? :confused:
  5. P

    Reading Registry Key on Win200

    I work on Windows 2000 and Progress 8.1C I want to read registry keys but I can't. My code: DEFINE VARIABLE cComDlg AS CHARACTER. LOAD "Software" BASE-KEY "HKEY_CURRENT_USER". USE "Software". PUT-KEY-VALUE SECTION "SoftpakDevelopment" KEY "spCommonDialog" VALUE cComDlg...
Top