What causes a 'user interruption -1000' error on an EOS method?

2018-02-23 Thread Tim Nevels via 4D_Tech
On Feb 23, 2018, at 10:29 AM, Kirk Brooks wrote: > I don't recall ever having this issue. I have a method set to execute on > server. It takes a series of pointers and looks like this: > > $errMsg:=EOS_method (\ > ->$obj;\ > ->aMY_name;\ > ->aMY_ref;\ > ->aMy_recID;\ > ->aMY_info;\ >

Re: What causes a 'user interruption -1000' error on an EOS method?

2018-02-23 Thread Kirk Brooks via 4D_Tech
I resolved this issue though I'm not entirely sure what the fix is. I ran MSC and did a 'repair' on the structure. Same results. Next I put the specific call to the EOS method into a test method and found the issue seemed to happen when called in the context of the form method it was running. This

What causes a 'user interruption -1000' error on an EOS method?

2018-02-22 Thread Kirk Brooks via 4D_Tech
I don't recall ever having this issue. I have a method set to execute on server. It takes a series of pointers and looks like this: $errMsg:=EOS_method (\ ->$obj;\ ->aMY_name;\ ->aMY_ref;\ ->aMy_recID;\ ->aMY_info;\ ->aMY_address;\ ->aMY_amount;\ ->aMY_billed;\ ->aMY_invoiced) If I turn off the