en@frrom
15th December 2004, 12:44
We have a display session with synchronized dialog (1 table). One of the fields is a (new) enum-field, which is displayed in the multi-occ session. On return from the synchr. dialog, the enum value initializes -> blank, and bw-error pops up: 'as.enum value not found for domain....'

There is nothing done for those fields in program scripts, and no values assigned on form fields. The form fields are plain display fields


Anyone an idea?

TIA,

En

en@frrom
15th December 2004, 12:49
Heya, probloum found.
The synchronized dialog was acting on a different table. The form however, was set as synchronized dialog, which expects both sessions to act on same main table. After changing the form type from synch. dialog to dialog, the problem was solved.

Francesco
15th December 2004, 18:40
Glad we could help!

en@frrom
16th December 2004, 09:40
Hmmm... just this time I didn't even end up getting assisted by the board, since I found the solution 2 minutes after posting the problem.....