gcharles
29th January 2002, 09:13
Hi,
I want to use the function tfgld.dll2033.check.document.series.number(...) in a script and I would know what exactly this function does.
Thanks for your help.

Youp2001
29th January 2002, 09:31
This is the description of the function you want to use:

function extern domain tcbool tfgld.dll2033.check.document.series.number(
domain tcncmp i.company,
domain tfgld.ttyp i.transaction.type,
domain tfgld.seri i.series.number,
ref domain tcmcs.s132m o.message)
{
DllUsage
Pre: -
Post: -
Expl: This dll checks if series.number is allowed in combination with
a given transaction type.

Input: - i.company --> Company
- i.transaction.type --> Transaction Type
- i.series.number --> Series number

Output: When true :

- boolean --> true

When false :

- boolean --> false
- o.message --> Message.


EndDllUsage

You can retrieve this kind of information easily from the Baan system using the command:

bic_infox.x -eu o<objectname>

where x.x is your tools-version and the objectname contains the packagecode, so for example on a Baan 5b system you use:

bic_info6.2 -eu otfglddll2033

Hope this helps.

gcharles
29th January 2002, 09:38
Thanks a lot for your help and for the information on bic_info.