Search results

  1. F

    Determining lock status

    Try this... Hi Mark ! I had the same experience and I've got a solution... I don't know if its the best one, but it worked. I used a find < table > where < table.id > = "???" NO-LOCK. This way, the user can use the record without lock it. When the user try to save the changes...
  2. F

    Finding all tables with a given field name

    Pay Attention ! Hi JSP ! The sample that had been written by Norman, really works but Progress will just find the tables that are in the working database. So, if you have more than one database you must run this program once for database connected. To change the database working...
  3. F

    EXCEL still open !

    :chat: Hi ! I´ve tryed that too ! but it didn´t work !! By the way, thanks for your help !!! Regards, Fábio Prando
  4. F

    EXCEL still open !

    :confused: Hi Everyone ! I developed a report using MS-EXCEL with COM-HANDLE. My .p has a bug, because when it´s finished, excel is still open in memory. I used de method CLOSE() for the workbooks, and RELEASE OBJECTS for all variables COM-HANDLE that I use in the program. I´ve...
Top