Recent content by Frank Boudreau

  1. F

    How to copy record in same table?

    HI, I'm trying to get a copy of a record in the same table... I wanna use temp-table but can we do something like this? /* suppose to get an exact copy of the fied */ DEF VAR TEMP-TABLE tmpTab LIKE MyTable FIND FIRST MyTable no-lock no-error. /* error : unknown field or variable...
Back
Top