dorleta
4th May 2005, 17:58
I have this code:

choice.cont.process:
on.choice:
my.process()
after.choice:
message("End of Process")

my.process() it´s a function that use api to session tdpur4120m000.

whitout message it´s works fine but with this message ( or a report ) the second time that I execute this functions the system hang.

I think that need a patch

anybody know something about?

thanks in advance

mark_h
4th May 2005, 23:08
Yes - you could need a patch, tools update or porting update. My session that does maintain receipts works everytime. You could post your source, but if you end everything before calling the code again, then it should work.

lbencic
4th May 2005, 23:38
You know, I had this problem once where the error code that I pass to the API, expecting it to fill it, was actually hanging it because it contained an error from the previous time through. Some bug I think, I think it should just fill that string, not check it when it goes in there, but, can't argue with the darn thing. When I reset my string that I was sending to the api's for the error message, it worked.

May not be your problem, may need patching, repeat the mantra.