S
ske
Guest
check a quick implementation of what a TTHolder class would look like, just put it together, far from complete, but already functional. Why can't you, in Thomas' specific case, just use a DEFINE TEMP-TABLE with a fixed schema in the helper class, expose it publicly, and then access the TEMP-TABLE directly from the method of the other class where Thomas needs the TEMP-TABLE? Or return a handle to the TEMP-TABLE, to access it directly. That would break the idea of each class only manipulating it's own members, and it would not be re-usable for other TEMP-TABLEs, but it seems to me it would be an even simpler and quicker work-around for what Thomas requested. Or is there something that would prevent doing this? I haven't tried it, as I'm stuck with a much older version.
Continue reading...
Continue reading...