Search results

  1. G

    HACMP configuration

    JediNite, In the meantime I solved the problem. Thanks, Gabor
  2. 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
  3. G

    How to update table description or label

    Hi, It is very easy. 1. Go to Data Dictionary 2. Select Schema menu 3. Select Modify Table.../Field Editor... 4. Select table you need to modify 5. Modify your table/field Best regards, Gabor
  4. G

    Can PROMON be run using parameters?

    Hi, If you like to disconnect users only you can do it without PROMON: $DLC/bin/proshut -db $DBNAME -C disconnect $USERNO Best regards, Gabor
  5. 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
  6. G

    getDate problem with Java client

    Progress support said it is a bug and the reference is #20030113-004. 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

    How to send escape sequence to printer

    Hi , The best way is to use 'put control' statement. It does not effect current line, page counters, and positions on the page. Regards, Gabor
  9. G

    Acrobat Reader - pdf.ocx

    Hi, We use webbrowser (IE) ActiveX and it works fine for pdf documents also. ( e.g. chCtrlFrame:WebBrowser:Navigate(test.pdf) ) Best regards, Gabor
  10. G

    ini file from network path

    Hi, Once we have similar problem, temporary files were put on the network drive. Can you check this possibility? Other idea is enabled virus protection for this file. I think it is opened many times during start-up and this can cause performance problem. Best regards, Gabor
  11. G

    ImageList control

    Hi, Read KBase 21710 http://www.progress.com/services/support/cgi-bin/techweb-kbase.cgi/dispentry.p?kbid=21710 it might help. Best regards, Gabor
  12. G

    Browser

    Hi, You can use MOUSE-SELECT-DBLCLICK to handle the event. In the event handler you use e.g. ShellExecute WinAPI call to open the selected file. Reagrds, Gabor
  13. G

    Object Palette

    Emmanuel, Try to remove it from ../src/template/activex.cst Regards, Gabor
  14. G

    adding new users to database

    Hi, If you could log in without error then the user is OK. You should grant/revoke access rights to your user. E.g.: grant select on pub.customer to user1; commit; in order to grant/revoke you must be dba. Regards, Gabor
  15. G

    comparing rows !

    Hi, You can use the BUFFER-COMPARE statement which performs a bulk comparison of two records. Regards, Gabor
  16. G

    TabStrip problem

    Progress support logged this as a bug (Bug #20020614-003). Regards, Gabor
  17. 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...
  18. G

    Serial port trouble

    Kevin, Unfortunatelly we have not got Windows 2000, but I could test the code on Win98 and Windows XP. It works fine. I could not find any usefull information except one thing might help you. Many programs set timouts before calling GetCommstate. E.g.: hCom = CreateFile(ComName.c_str()...
  19. G

    Serial port trouble

    Kevin, Have you checked event log? Regards, Gabor
  20. G

    Serial port trouble

    Kevin, I have the following questions: 1. Have you checked CommHandle before GetCommState() call? Checking not null is not enough it can be INVALID_HANDLE_VALUE also (defined as -1). 2. Have you checked the event log? Regards, Gabor
Back
Top