FIND FIRST company.
FOR EACH tt-part WHERE tt-part.partnum <> "".
FIND FIRST part WHERE part.company = company.company
AND part.partnum = tt-part.partnum
NO-ERROR.
IF NOT AVAILABLE part THEN
DO:
CREATE part.
ASSIGN part.partnum = tt-part.partnum
part.company = company.company.
END.
ASSIGN part.partdesc = tt-part.partdesc.
Babette Welch
IT Director
bwelch@...
(906)226-9747 ext: 235
ARGONICS, INC.
Performance Polyurethanes
________________________________________________________________________
3a. Re: How to insert a record by 4GL in OpenEdge Database.
Posted by: "mintokmint" mintokmint@... mintokmint
Date: Tue Jul 8, 2008 6:22 pm ((PDT))
I just want to know the Phrase.
Many thanks
[Non-text portions of this message have been removed]
FOR EACH tt-part WHERE tt-part.partnum <> "".
FIND FIRST part WHERE part.company = company.company
AND part.partnum = tt-part.partnum
NO-ERROR.
IF NOT AVAILABLE part THEN
DO:
CREATE part.
ASSIGN part.partnum = tt-part.partnum
part.company = company.company.
END.
ASSIGN part.partdesc = tt-part.partdesc.
Babette Welch
IT Director
bwelch@...
(906)226-9747 ext: 235
ARGONICS, INC.
Performance Polyurethanes
________________________________________________________________________
3a. Re: How to insert a record by 4GL in OpenEdge Database.
Posted by: "mintokmint" mintokmint@... mintokmint
Date: Tue Jul 8, 2008 6:22 pm ((PDT))
I just want to know the Phrase.
Many thanks
[Non-text portions of this message have been removed]