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