Search results

  1. G

    idxbuild reports SQL92 problem

    Hi All, After 4GL schema update we try running proutil idxbuild but it fails with the following error message: "Index xxxxxxxxxx has a component with a not yet supported SQL92 datatype." where xxxxxxxxxx is our index name. I searched KBase without any success. (we tried in 9.1D and...
  2. G

    JDBC set-up for WebSphere CE

    Hi, Can somebody help me to configure Progress JDBC driver for WebSphere CE (Apache Geronimo)? Best regards, Gabor
  3. G

    SQL-99 implementation

    Has anybody information about SQL-99 support (current situation/dev. plan, etc.)? Best regards, Gabor
  4. G

    3D Colors

    Hi, Is there any way to set frame's background color to 3D object's background color under Win32? I'd like to pick up this system value at run-time and assign it to the frame! I tried to run GetSyColor() API with COLOR_BTNFACE but it returns with zero. Best regards, Gabor
  5. G

    HACMP configuration

    Hi Peggers, Is there anybody who can send sample server start/stop scripts for AIX HACMP V4.5 environment. Best regards, Gabor
  6. G

    Outlook calendar

    Hi, We could successfully transfer appointments from our 4GL application to MS Outlook. Is there a way to modify/delete them somehow? How can we identify them later? Best regards, Gabor
  7. G

    getDate problem with Java client

    Hi, we tried to use getDate() in java client but it makes some time conversion. Let's see an example. Our database holds a date field having value of 1st of January 2002 (01/01/2002). When we retreive it via SQL-92 interface with our java client getDate returns 31st of December 23:00. So it...
  8. G

    TabStrip problem

    Hi, Using TabStrip ActiveX (V5 SP2) I have problem with the ClientHeight, ClientWidth attributes. It works fine in Win98, but on Windows 2000 they are a little bit larger than the container frame and on Windows XP they are significanlty smaller. I'm using Progress V9.1C. Have you got any...
  9. G

    right alignment

    Hi, Is there a way to right align character columns in browse widget? What about their labels? Best regards, Gabor
  10. G

    Platform change

    Hi, We plan to move our application from HP-UX 10.20 to HP-UX 11. We have already installed V8.C17 on both machines. Since dump/load process takes about two days (estimated value) we would like to move the database to the new machine as it is. Taking KBase 11930 into account we have...
  11. G

    Binary compatibility with HP-UX 11

    Hi, We plan to move our application from HP K-460 to HP L2000 server. We use V8.3B database server at this moment. Unfortunatelly the operating systems are differ, the old machine has HP-UX 10.xx and the new one has HP-UX 11. As I know HP-UX 11 can run 'old' binaries. Is there anybody having...
  12. G

    Printing editor widgets

    Hi Talkers! We need a 4GL solution to print editor widgets in columns. Is there any solution? We need a result like the following: xxxxxxxxx yyyyyyyyyyyyyyyyyyyyyyy xxxxxxxxx yyyyyyyyyyyyyyyyyyyyyyy xxxxxxxxx yyyyyyyyyyyyyyyyyyyyyyy xxxxxxxxx yyyyyyyyyyyyyyyyyyyyyyy where x and y...
Top