rohan_rege
27th September 2002, 19:37
i have a scenario where when in my afs i aprrove on tfacp1130s000 to go to tfacp1140s000 ...the tfacp1140s000 ....does some approve processing in the session logic and then closes automatically..
and once it ends ,tfacp1130s000....also ends
this doesnt cause a error in the record entered , but i just had added a error handler there.....
f1130s000.Approve( error.mess )
if(strip$(error.mess)<>"") then
msg = f1130s000.get.last.message.code()
msg = "tfacp1130s000 Approve : "& strip$(error.mess)&" "&strip$(msg)
cleanup.processes(2)
return(0)
endif
the error.mess says "Process Gone" after tfacp1130s000 aprrove
continue button on tfacp1130s000 takes us to tfacp1140s000
which approves the invoice and then ends automatically
and control returns tfacp1130 to a stmt after the stmt from which it had zoomed ...this stmt ends tfacp1130s000 too.
Does anyone have any idea how to handle this situation ?
First of all has this error message which has been trapped of any concern since , anyways my Invoice is getting matched and approved
Rgds,
Rohan
and once it ends ,tfacp1130s000....also ends
this doesnt cause a error in the record entered , but i just had added a error handler there.....
f1130s000.Approve( error.mess )
if(strip$(error.mess)<>"") then
msg = f1130s000.get.last.message.code()
msg = "tfacp1130s000 Approve : "& strip$(error.mess)&" "&strip$(msg)
cleanup.processes(2)
return(0)
endif
the error.mess says "Process Gone" after tfacp1130s000 aprrove
continue button on tfacp1130s000 takes us to tfacp1140s000
which approves the invoice and then ends automatically
and control returns tfacp1130 to a stmt after the stmt from which it had zoomed ...this stmt ends tfacp1130s000 too.
Does anyone have any idea how to handle this situation ?
First of all has this error message which has been trapped of any concern since , anyways my Invoice is getting matched and approved
Rgds,
Rohan