Re: [U2] RE: U2] Error 30107 when calling Subroutines from UniObjects

2004-05-20 Thread John Kent
examples contact me offline. jak - Original Message - From: peter watson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 21, 2004 5:11 AM Subject: [U2] RE: U2] Error 30107 when calling Subroutines from UniObjects Hi all who have tried to help we (my company) have just had a reply

Re: [U2] RE: U2] Error 30107 when calling Subroutines from UniObjects

2004-05-20 Thread Will
Patrick Will Williams, President American Computer Technics, Inc. 919-567-0042 Raleigh, NC - Original Message - From: John Kent To: [EMAIL PROTECTED] Sent: Thursday, May 20, 2004 3:18 PM Subject: Re: [U2] RE: U2] Error 30107 when calling Subroutines from UniObjects Peter

[U2] Error 30107 when calling SubRoutines from UniObjects

2004-05-19 Thread peter watson
Hi I am having problems with getting a response from any subroutine I get error number 30107 = The subroutine failed to complete successfully I have even tried setting Arg(0) to but nothing seems to work can anyone help me please. here is my code if anyone can tell me why its not working.

RE: [U2] Error 30107 when calling SubRoutines from UniObjects

2004-05-19 Thread amit_bhutani
()' ? Is that your problem ? Amit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of peter watson Sent: 19 May 2004 15:12 To: [EMAIL PROTECTED] Subject: [U2] Error 30107 when calling SubRoutines from UniObjects Hi I am having problems with getting a response from any

RE: [U2] Error 30107 when calling SubRoutines from UniObjects

2004-05-19 Thread Marc Harbeson
You need to set args 1 thru 4 to before the call... (unless I missed that somewhere) -Original Message- From: peter watson [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 10:12 AM To: [EMAIL PROTECTED] Subject: [U2] Error 30107 when calling SubRoutines from UniObjects Hi I am

RE: [U2] Error 30107 when calling SubRoutines from UniObjects

2004-05-19 Thread Kryka, Richard
] -Original Message- From: peter watson [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 8:12 AM To: [EMAIL PROTECTED] Subject: [U2] Error 30107 when calling SubRoutines from UniObjects Hi I am having problems with getting a response from any subroutine I get error number 30107

RE: [U2] Error 30107 when calling SubRoutines from UniObjects

2004-05-19 Thread peter watson
and this is possibly my problem. Pete -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 19 May 2004 15:37 To: [EMAIL PROTECTED] Subject: RE: [U2] Error 30107 when calling SubRoutines from UniObjects Quote This is the first line of the subRoutine I need to call SUBROUTINE MVACNOT

RE: [U2] Error 30107 when calling SubRoutines from UniObjects

2004-05-19 Thread peter watson
] Subject: RE: [U2] Error 30107 when calling SubRoutines from UniObjects I'm certainly not a VB expert, but I think the failure may have to do with this line: Dim cu As Object = m_uniobject.Subroutine(MVACNOT, 4) Here is a snippet of code from our application: Public Sub Load_Detail() 'Declarations

RE: [U2] Error 30107 when calling SubRoutines from UniObjects

2004-05-19 Thread Marc Harbeson
You need 1 less arg. 0-3 is 4 args... Subroutine only has 4 args. -Original Message- From: peter watson [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 19, 2004 12:08 PM To: [EMAIL PROTECTED] Subject: RE: [U2] Error 30107 when calling SubRoutines from UniObjects Just tried that still

Re: [U2] Error 30107 when calling SubRoutines from UniObjects

2004-05-19 Thread Richard A. Wilson
and own the subroutines have wrote them in a way that means they can not be called from UniObjects. -Original Message- From: Ross Craig [mailto:[EMAIL PROTECTED] Sent: 19 May 2004 16:31 To: [EMAIL PROTECTED] Subject: RE: [U2] Error 30107 when calling SubRoutines from UniObjects You should test

Re: [U2] Error 30107 when calling SubRoutines from UniObjects

2004-05-19 Thread John Kent
Message - From: peter watson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 20, 2004 2:20 AM Subject: RE: [U2] Error 30107 when calling SubRoutines from UniObjects The subroutines are note wrote or owned by us and we are not supposted to create or alter them and they work fine