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
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