Recent content by Luc Lessard

  1. L

    Escape sequence

    Hi, I need to print a part no. is large caracter, about 3/4 inch hight. When i send this escape sequence (*c4mc<) to a dot matrix printer (hp2934a) it work fine. But to a hp2564 it does not print. Any idea wish escape sequence that printer need ? DEFINE VARIABLE v_esc_seq_big_char AS...
  2. L

    Undo record creation

    Hi All, I want to undo the record creation in test.p because a error (did not pass validation) in test2. The real programs are creating multiple record in multiple table. I just want to know if it is possible do undo wath is done in a another programs when you come back to the...
  3. L

    Run UNIX script from WINDOWS

    PROGRESS 9.1C WINDOWS 2000 HP-UX 9000 SAMBA Hi All, I'm trying to run a unix script that start a progress session and run a program (keep running). My progress session is started in batch mod. Script: /dlc/bin/mbpro -p /data/deamon/dev/stdevkwl.p exit This is the command that...
  4. L

    Query-prepare

    Thanks Paul, I had a look at your code it seems that it is gone a work, but i don't have the time today to test it. But when i'm back from my vacation (yahoo!!), i will use your exemple. Thank again.
  5. L

    Query-prepare

    Hi, Progress 9.1C In my program i receive 5 arguments. {1} = db-name-1 {2} = db-name-2 {3} = table-name {4} = field-name-1 {5} = field-name-2 DEFINE VARIABLE i AS INTEGER. DEFINE VARIABLE qh AS WIDGET-HANDLE. DEFINE VARIABLE bh AS WIDGET-HANDLE. DEFINE VARIABLE fh AS...
  6. L

    Compare record - two database.

    Hi All, I want to compare two record (same table) different database with the buffer-compare statement. I have a screen that the user gone select the databases he want to compare (so don't no the database name in advance 5 different), a combo with the table he want to compare. I want to...
Top