SELECT INTO (OpenInsight 32-bit)
At 13 JUL 2023 07:30:58PM Barry Stevens wrote:
OI9.4.6
Any idea what I could be doing wrong to cause this issue
ENG0722: CALLBACK, line 606. Labeled common has not been defined
Actual app copied to new PC and it happens, but not on development PC
At 13 JUL 2023 07:32PM Barry Stevens wrote:
OI9.4.6
Any idea what I could be doing wrong to cause this issue
ENG0722: CALLBACK, line 606. Labeled common has not been defined
Actual app copied to new PC and it happens, but not on development PC
*
ENG0722: SELECT INTO CALLBACK, line 606. Labeled common has not been defined
At 14 JUL 2023 05:21AM Andrew McAuley wrote:
Unable to comment on SELECT INTO but the most common cause of that error message is a window having been closed that the system still thinks is there. Like Sending a CLOSE event to a Window, instead of Posting it.
World leaders in all things RevSoft
At 14 JUL 2023 08:42AM bob carten wrote:
I suspect that your error message is a sign that you don't have the latest version of SELECT_INTO in the application.
Try copying $SELECT_INTO and $SELECT_INTO_CALLBACK from sysobj in the system which works to the one which doesn't.
At 14 JUL 2023 06:28PM Barry Stevens wrote:
I suspect that your error message is a sign that you don't have the latest version of SELECT_INTO in the application.
Try copying $SELECT_INTO and $SELECT_INTO_CALLBACK from sysobj in the system which works to the one which doesn't.
Ok, thanks.