jdeSetGBRError

jdeman

Active Member
Friends,

Can any one provide details on the following API :-
jdeSetGBRError

One of the parameter of this API is the error#. Where does this error show up when the Business Function using this API is called through UBE. Is there any way to retreive this error in the UBE.

Thanks
jdeman
 
Where are the OW guru\'s gone!!!

Not even a single reply to my following querry....surprising!!!:-

Any one having details on jdeSetGBRError API

Someone should know!!

jdeman
 
Re: Where are the OW guru\'s gone!!!

I believe I answered this question in my reply to your thread "Master
Business Function ***PL. HELP***". The business functions that I listed
there are the ones that will enable you to retrieve the error id and error
text that are "generated" by the jdeSetGBRError api. This info be printed
on the UBEs report, written to a table or whatever.

B.




jdeman
<jdeman2002@yahoo. To: [email protected]
com> cc:
Sent by: Subject: Where are the OW guru's gone!!!
owner-jdeowdevml@j
delist.com


06/27/01 02:28 PM
Please respond to
jdeowdev






Not even a single reply to my following querry....surprising!!!:-

Any one having details on jdeSetGBRError API

Someone should know!!

jdeman


--------------------------
Visit the forum to view this thread at:
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat
=&Board=OWDEV&Number=14323
 
Re: Where are the OW guru\'s gone!!!

=20
jdeman,

jdeSetGBRError API has been replaced by jdeSetError, although it still wo=
rks. Let me know if u want to know about the new one.

flyingMG
----- Original Message -----
From: jdeman
Sent: Wednesday, June 27, 2001 1:04 PM
To: [email protected]
Subject: Where are the OW guru's gone!!!
=20
Not even a single reply to my following querry....surprising!!!:-

Any one having details on jdeSetGBRError API

Someone should know!!

jdeman


--------------------------
Visit the forum to view this thread at:
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=3D&Board=3DOWDE=
V&Number=3D14323


MG
[email protected]
 
Re: Where are the OW guru\'s gone!!!

FlyingMG,
I could not find any help documentation on jdeSetError.
Can you provide details on that.

jdeman
 
Re: Where are the OW guru\'s gone!!!

jdeman,

Here are the parameters for jdeErrorSet:

jdeErrorSet(lpBhvrCom,lpErrInfo, idItem, lpzError)

or

jdeErrorSet(lpBhvrCom,lpErrInfo, idItem, lpzError, lpDs)

the second one is used for a text substitution error message.

You know lpBhvrCom;
lpErrInfo, use lpVoid;
idItem, (ID)value for the validation field.
lpzError, error message id, which is defined in data dictionary;
lpDs, data structure for the error message.

Hope it helps.

flyingMG



----- Original Message -----
From: jdeman
Sent: Thursday, June 28, 2001 8:17 AM
To: [email protected]
Subject: Re: Where are the OW guru's gone!!!

FlyingMG,
I could not find any help documentation on jdeSetError.
Can you provide details on that.

jdeman


--------------------------
Visit the forum to view this thread at:
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=&Board=OWDEV&Number=14376


MG
[email protected]
 
Back
Top