1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

progress 4gl :i want to avoid error messages while running the program

Discussão em 'StackOverflow' iniciado por fdantas, Maio 7, 2015.

  1. fdantas

    fdantas Administrator Moderador

    DEFINE TEMP-TABLE ttservice NO-UNDO
    FIELD ad-num AS CHARACTER
    INDEX ttprimary AS UNIQUE ad-num .

    ASSIGN ttservice.ad-num = vehicles.ad-num NO-ERROR


    In this, how to avoid error messages when i am adding duplicate records, situation is:

    when i try to add the duplicate records in temp table it doesnot accept,it is ok ,but it display error messages while running a program,iwant to suppres that error messages.,and avoid the duplicate adding records

    Continue reading...

Compartilhe esta Página