C
Chris Koster
Guest
We always scope our buffers. In this case, the buffer was meant to be scoped to the procedure for efficiency sake. Behavior is different with persistence, as Tim suggested. The only weirdness here is that WebSpeed behaves differently - and from what I could see, run-web-object in web-util.p does not run programs persistently. Thanks for the feedback. I go the answer I needed. I doubt we'll have more programs that fall into this category, especially taking persistence into consideration. We'll only know when we hit it somewhere else. You can't identify this with XREF or LISTING compiles, which means it would be difficult to try and be proactive.
Continue reading...
Continue reading...