[stackoverflow] [progress Openedge Abl] Constructor That Takes A Static Temp Table As Input...

Status
Not open for further replies.
J

Jonathan Wells

Guest
I have a class who's main purpose revolves around a temp table. I want to make a constructor that takes an identical temp table as input.

So far the compiler chokes on any attempt to pass a temp table as a input parameter. If I use a table handle instead, it works. But I'd rather not copy from a dynamic table to a static one.

Progress wants the tables to match up at compile time, but I know they'll be the same - the're defined in a .i file.

Is there an easy way to line up the tables, or am I stuck parsing it out one field at a time?

Continue reading...
 
Status
Not open for further replies.
Top