[progress Communities] [progress Openedge Abl] Forum Post: Re: Adding To A Temp-table After...

  • Thread starter Thread starter James Palmer
  • Start date Start date
Status
Not open for further replies.
J

James Palmer

Guest
You can't manipulate a temp table (static or dynamic) after it's instantiated. I suppose what you could do is to generate a dynamic temp table from the static one, and then add the extra detail you want, but it's going to be clunky.

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