minizao
13th May 2005, 13:29
Hi,

i'm trying to use a customized session created by my client and i'm not having success.
When i made the put's and "find", i dont have any results...

Anyone have any idea where is the problem?

This is the code...


dllFunction = "gfpur4120m000f.put.suno(" + Chr(34) + Fornecedor + Chr(34) + ")"
dllFunction = "gfpur4120m000f.put.dino(" + Chr(34) + GuiaForn + Chr(34) + ")"
dllFunction = "gfpur4120m000f.put.orno(" + Ordem + ")"
dllFunction = "gfpur4120m000f.put.pono(" + NrPosicao + ")"
dllFunction = "gfpur4120m000f.find( )"
Ret = BAANObj.returnvalue.ToString
If Ret = "1" Then

dllFunction = "gfpur4120m000f.get.nama()"

end if


regards,

Nuno

mark_h
13th May 2005, 15:00
Put the custom session in debug mode and step thru what happens when you do the puts and find. That may help determine what is wrong.