S
slacroixak
Guest
I'm glad to ind this out: (still 11.6) I recall that in the past we would avoid the LIKE option to define temp-table (or variables) so a .r file would not be db-bound. I just notice (or managed ot forget before) that it is no longer a problem. I mean I can now very well do this: DEFINE TEMP-TABLE ttyo NO-UNDO LIKE customer. MESSAGE "yes it works" SKIP "NUM-DBS" NUM-DBS VIEW-AS ALERT-BOX INFO BUTTONS OK. that would cause this if I run it not being connected to a DB: Unknown or ambiguous table . (545) but if I compile a .r file, then it can be run fine. Can someone remind me when this great feature was introduced? /S
Continue reading...
Continue reading...