pcolombo
27th October 2004, 22:39
Hi All : Im triyng to use "Process Change Manager" , as described in Baan Programemrs Guide (BaanERP). In Order to do that, i wrote a 4GL script and included this lines:

before.program:
prcm.register("ticfg152")
But now ,when i tried to compile the script, i received the message.
"Unresolved reference to function prcm.register". In Programmers Guide says that this functions are "3GL library function."
Perhaps i missed to include a particular dll in declaration , but actually i don't know what would it be.

Or simply , this functions doesn't works in 4GL scripts?

Any help would be apreciated.

Thanks in advance

Andreas
28th October 2004, 09:17
Hi pcolombo,
had a quick search on "Process Change Manager" in the Programmers Manual in the CMS area.
It seems that these functions are implemented in a higher Baan Version.
Not sure but i think the Manual in CMS is from 5.2a Version.
I'm on 5.0c and i get the same compilation error like you described.
Also didn't found "Process Change Manager" in my Version of Programmers Manual.

Andreas

malutz
28th October 2004, 10:37
Same for me

pcolombo
28th October 2004, 15:50
Andreas: Thanks for answer my question. I guess this features will be implemented in future versions. I just confused by the context (3GL) in the manual. I supose if is a 3GL function, then it must be included in old BaanERP's versions.

Anyway i'll try to find a workaround thru a very poor event's management included in Baan 5 (i guess using BMS)

Tanks for your help

NPRao
4th November 2004, 00:32
The Reger/CMS Manual isnt the latest one -

(Reger 73, v73_a_sp1 build 593 11/06/2003)
ProgManERP (http://www.baanboard.com/twiki/bin/view/Main/WebHome)

The PRCM functions are listed in the latest programmer's manual -

Document Information
Code: H1004 EN-US
Group: Development Help
Build: 7.3_a_sp1 build 1005
Build date: April 21, 2004

I believe this feature is for Reger (Shuttle 28) and higher Versions.