Recent content by Earlt

  1. E

    Send User a Message that he has you locked from a record

    I would like to use the <user> from the following error message to send the user a message that he has the system locked from a particular file. Is there a way to do it? I am using Progress version 9.1D and use very little GUI in my programs. <file-name> in use by <user> on <tty>. Wait or...
  2. E

    Problems pulling Decimals from SQL to Progress

    I have been using the ADO connection and am having trouble pulling fields that as defined as DECIMAL into Progress. All I seem to receive is a ? for the value. Listed below is my sample code. I have tried formating the "price" field and not formating it. Nothing seems to work. DEFINE...
  3. E

    SQL Select and then Update from Progress

    I tried what you suggested but I still can't get it to work. The following is my code. The include file supples the Dsn, Server, Userid, and Password to the database. I get an error message telling me the syntax in wrong in the Select Statement, but I can't find anything wrong with it...
  4. E

    SQL Select and then Update from Progress

    I am trying to read a record from a SQL database during a Progress program, then update that record depending on what is in a certain field. I am able to INSERT, UPDATE, and DELETE record from the SQL database from my program, but I have not been able to SLECT a record and use that data within...
Top