Search results

  1. A

    Firewall Timeout Issues

    We have a Progress Database 10.2b installed on Windows Server 2012 R2 and applications are running on Window 7 through a TCP/IP network. Between server and client, there is an internal firewall which has 1 hour timeout setting. If it is idle over 1 hour, the client returned error “Error...
  2. A

    Question Convert my database to UTF-8

    Thanks cj_brandt! The message said "invoice.address", that is the "address" field in my "invoice" table has the conversion problem.
  3. A

    Question Convert my database to UTF-8

    I'm going to convert my CP950 database to UTF-8 using PROUTIL. Before that, I used PROUTIL CONVCHAR CHARSCAN to scan through the existing database to check any characters that do not appear in UTF-8. But it only returns invoice.address - Warning: This field contains characters which can not be...
  4. A

    Close Acrobat Reader by Progress programming

    Thanks a lot!! I finally use another method -- "WScript.Shell". The result is very good. The problem is solved.
  5. A

    Close Acrobat Reader by Progress programming

    Hi all, I use the codes to open 'abc.pdf' file: os-command slient ("C:\Program Files\Adobe\Acrobat 5.0\Reader\AcroRd32.exe" /p "abc.pdf"). message "Done!!". The problem is that the process is hold until I close the Acrobat Reader. How I can close the Acrobat Reader through coding so that the...
  6. A

    Add Multiple Lines in Browser

    I have an Updateable SmartBrowser on a Database Table. In general, a record is saved when user leave the new created row. Can the browser allows continuous adding rows (i.e. insert a new row) and save all by pressing 'Save' button on the panel? Thanks a lot!
Top