baan1612
13th November 2008, 17:51
Hi,I need to fetch the message type (info/warning/critical) of a known message code but the problem is how to fetch it when a message exists in multiple VRCs, coz then i dont know from which VRC to pick the message code (based on the VRC hierarchy in the current pack comb).:confused:

mark_h
13th November 2008, 18:03
Check out the library ottdllvrcsearch - it should have some functions to help. Also try searching this forum - not sure if there might be some other helpful hints. Of course we have this in Baan IV not sure Baan 5.

baan1612
13th November 2008, 19:00
Thanks for your input Mark, can you tell me where to search for functions this library ?

_Ralph_
13th November 2008, 19:36
In ERPLN we use bic_info6.2 functions to retrieve information about objects.

mark_h
13th November 2008, 20:59
in my case it was bic_info6.1 ottdllvrcsearch - so based on what Ralph posted it would be bic_info6.2 on LN.

_Ralph_
13th November 2008, 21:26
in my case it was bic_info6.1 ottdllvrcsearch - so based on what Ralph posted it would be bic_info6.2 on LN.

That's right mark. I use to set some options to it.

For example:

bic_info6.2 -eu ottdllvrcsearch


-e
Show prototypes of all external functions defined in the object.

-u
Show the general usage of the library

Andreas
17th November 2008, 09:28
in Baan 5.0c you can also use ttstpbaandoc which gives you a gui over bic_info6.2.

Andreas

baan1612
17th November 2008, 17:28
Thanks all, for your inputs. I was able to solve this using ottdllvrcsearch.:)