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

Status
Not open for further replies.
S

Sri Nivas

Guest
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...
 
Status
Not open for further replies.
Top