LoveySohi
18th October 2012, 17:29
tdmdm990.zrqd = tdmdmdllp960.get.zcut(tmp.cuno
| ,tdslsdllm041.get.sales.line.cust.part(tdmdm990.orno,tdmdm990.pono)
,tdmdmdllp060.get.cupn.from.orno.pono(tdmdm990.orno
,tdmdm990.pono
,tmp.cuno
,tmp.cupn
,tmp.cadr
,tmp.item
,tmp.dset)
,tdslsdllp040.get.cadr.from.orno(tdmdm990.orno,tdmdm990.pono))
I am trying to replace this function tdslsdllm041.get.sales.line.cust.part(tdmdm990.orno,tdmdm990.pono)
with
tdmdmdllp060.get.cupn.from.orno.pono(tdmdm990.orno
,tdmdm990.pono
,tmp.cuno
,tmp.cupn
,tmp.cadr
,tmp.item
,tmp.dset)
i don't have much experience with the baan. i am pretty new to it
Thank You
LoveySohi
18th October 2012, 17:59
anybody knows what is meaning of these two errors and possible causes for them:
1) function doesnot return any value
2) function has a illegal type
mark_h
18th October 2012, 21:18
The first one sounds like you created a function that is expected to return a value, but you did not include a return in the function. If you are working on a function that is generating the errors it would be easier to see the code.
bdittmar
19th October 2012, 08:21
anybody knows what is meaning of these two errors and possible causes for them:
1) function doesnot return any value
2) function has a illegal type
Hello,
it looks like a doublepost.
See : http://www.baanboard.com/baanboard/showthread.php?t=62998
Regards
bdittmar
19th October 2012, 09:22
tdmdm990.zrqd = tdmdmdllp960.get.zcut(tmp.cuno
| ,tdslsdllm041.get.sales.line.cust.part(tdmdm990.orno,tdmdm990.pono)
,tdmdmdllp060.get.cupn.from.orno.pono(tdmdm990.orno
,tdmdm990.pono
,tmp.cuno
,tmp.cupn
,tmp.cadr
,tmp.item
,tmp.dset)
,tdslsdllp040.get.cadr.from.orno(tdmdm990.orno,tdmdm990.pono))
I am trying to replace this function tdslsdllm041.get.sales.line.cust.part(tdmdm990.orno,tdmdm990.pono)
with
tdmdmdllp060.get.cupn.from.orno.pono(tdmdm990.orno
,tdmdm990.pono
,tmp.cuno
,tmp.cupn
,tmp.cadr
,tmp.item
,tmp.dset)
i don't have much experience with the baan. i am pretty new to it
Thank You
Hello,
it looks like a DLL from multi dimension modul.
Update your profile, please (B4 or LN).
Version, Featurepack, OS, DB, Portingset a.s.o
Maybe someone is able to help if you post the part of the DLL you wanna call.
It looks like a datatype in an argument doesn't fit.
Post the DLL part, please !
For example .
function extern dhhtm.dll0001.get.employee.data(domain tcemno i.emno,
ref domain tcnama o.nama,
ref domain tcmcs.str25 o.telw,
ref domain tcmcs.str25 o.tefw,
ref domain bpmdm.info o.mail)
{
dllusage
..................
Regards
mark_h
19th October 2012, 14:12
I combined the threads.