Skip to Content
0
Former Member
Sep 29, 2005 at 04:30 PM

User Defined Folder on System Form changing form mode

199 Views

I've added an extra folder (tab) to the Item Master Data system screen. Every time the user clicks it the form mode changes from "OK" to "Update", and if they try to move to a different record they get the message "Changes will cause the data to be deleted", even though they haven't changed anything.

The folder is added through code and AffectsFormMode is set to false.

The only code actions I carry out when the folder is clicked is to set the forms panelevel, but even if I comment this code out then I still get the problem. If I set BubbleEvent to false then the form mode doesn't change, but the folder doesn't appear "selected" either.

Any suggestions on where I'm going wrong?