RE: [U2] UniObjects error 30105 Unable to load subroutine on server

2008-02-06 Thread Anthony Youngman
02, 2008 2:45 PM To: u2-users@listserver.u2ug.org Subject: Re: [U2] UniObjects error 30105 Unable to load subroutine on server In message [EMAIL PROTECTED], David Jordan [EMAIL PROTECTED] writes Hi Wol UniObjects does not like returning unassigned variables, it causes a fatal. In the unibasic

Re: [U2] UniObjects error 30105 Unable to load subroutine on server

2008-02-05 Thread Brian Leach
Wol From memory (sorry using webmail here) you're calling the subroutine with a record read throug a file object. Make sure you extract the stringvalue for the call or you may get reference errors - remember record is a dynamic array object not a string. This may be why it doesn't fail if the

Re: [U2] UniObjects error 30105 Unable to load subroutine on server

2008-02-05 Thread Richard Nuckolls
Okay, but do you reset the routine name before each call? This should not be necessary, but I think that that is what the error message is implying is wrong. -Rick Nuckolls On Feb 2, 2008, at 2:44 PM, Anthony W. Youngman wrote: And all the arguments are assigned in my VB app before I

RE: [U2] UniObjects error 30105 Unable to load subroutine on server

2008-02-05 Thread Bill Haskett
@listserver.u2ug.org Subject: Re: [U2] UniObjects error 30105 Unable to load subroutine on server In message [EMAIL PROTECTED], David Jordan [EMAIL PROTECTED] writes Hi Wol UniObjects does not like returning unassigned variables, it causes a fatal. In the unibasic subroutine, you could check

Re: [U2] UniObjects error 30105 Unable to load subroutine on server

2008-02-04 Thread Anthony W. Youngman
In message [EMAIL PROTECTED], David Jordan [EMAIL PROTECTED] writes Hi Wol UniObjects does not like returning unassigned variables, it causes a fatal. In the unibasic subroutine, you could check if the parameter is unassigned and set it to before returning. Thanks - that's a good thing to

RE: [U2] UniObjects error 30105 Unable to load subroutine on server

2008-02-02 Thread David Jordan
Hi Wol UniObjects does not like returning unassigned variables, it causes a fatal. In the unibasic subroutine, you could check if the parameter is unassigned and set it to before returning. Regards David Jordan Managing Consultant --- u2-users mailing list u2-users@listserver.u2ug.org To