spartacus
6th February 2003, 12:02
I have a sychronized dialog with a display sesssion (multi occ) and maintain session (single occ)
If I insert a new record with the new, baan passes the "choice.add.set / before choice" section. After finishing the maintain session expected to pass the "after.choice" subsection of add.set. But that seems not to be the case.
Does somebody have any informations about that for me?
Thanks
Spartacus
lbencic
6th February 2003, 19:32
Is this for all of your sessions or for a specific session? When debugging, keep in mind that the DAL for the main table may be doing something that is interferring, and may need to be debugged as well. As far as I know, the choice.add.set/after.choice section is NOT replaced in the DAL, but the before and after save object sections from the DAL would get executed before coming back to your after choice section.
You may try a simple session without a DAL and see if the section gets called, to see if it is really a bug in calling that section. You can work up from there.
spartacus
7th February 2003, 12:04
Hi Ibencic,
strange, because the session is fully customized, with a fully customized main table. This main table doens't have a DAL.
At the moment we talk about one special session. But I think I saw this behaviour also in other sessions. Don't remember which ones.
Spartacus
lbencic
7th February 2003, 16:53
Have you tried removing all the sections except the after choice add set and see if it still won't call?