sunlover
20th February 2012, 18:41
Hi BB gurus !

I've got an issue with a synchronized session which opens in Display mode (read-only) whereas I'm expecting it to be opened in Modify mode.

Both sessions run on the same main table.
1st session runs a set.synchronized.dialog function against the 2nd session in before.program section. In BaaN 5.c we cannot assign any mode (such as ADD, MODIFY, ...) in this function as LN does.

So my problem occurs when I double-click on a record in the 1st multi-occurrence session => instead of getting the record set in Modify mode in the 2nd single-occurrence session, I get it always in Display mode therefore I cannot update any field ! :-((

Last point (don't know if this may help): both sessions use dynamic forms.

Thanks in advance to anyone who may give some clues to debug this !

sunlover
21st February 2012, 12:12
Basically I just forgot to set the 'Open' checkbox in the standard commands of the 1st session... :D