Forum Post: RE: run window persistent

  • Thread starter Thread starter bart.syryn
  • Start date Start date
Status
Not open for further replies.
B

bart.syryn

Guest
It are two .w-programs. So it's not possible to place the whole program here. In the a.w I declare a temp-table and I declare the same temp-table in b.w (they are the same because there in an include-file). There are also other parameters that are going from a.w to b.w. So in a.w there run b.w persistent(some parameters...., output table tttest). In b.w on a certain place I close b.w by APPLY "window-close" to C-win. After the disable_UI in the main block of b.w the error appears. When I delete the temp-table, so no output table tttest, then the error doesn't appear. I've looked in the knowledge base and there's a issue with shared temp-table (solved in 10.1C I thing), but this aren't shared temp-tables and it's 10.2A.

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