Hi,
If you're running Progress 9 or higher, you could also try and use dynamic temp-tables :
Code:DEF VAR ttHnd AS HANDLE NO-UNDO. CREATE TEMP-TABLE ttHnd. ttHnd:ADD-NEW-FIELD("monChamp1","char"). ttHnd:ADD-NEW-FIELD("monChamp2","char"). ttHnd:ADD-NEW-FIELD("monChamp3","char").