Skip to Content
0
Former Member
Jan 21, 2008 at 01:40 PM

Folder Item AffectsFormMode although this is set to False

45 Views

Hello @All!

This is the situation:

I've build an own Form with ScreenPainter.

Some EditText Fields are bound to a DB-DataSource (connected to a UserTable)

One of these Fields is used for oForm.DataBrowser.BrowseBy by one column of the UserTable.

Searching with FindMode and browsing with the yellow arrows works perfectly fine!

The rest of the fields and two matrixes are bound to UserDataSources. These are loaded by the AddOn programcode on the FormDataEvent which occurs when the DBDataSources are loaded.

The Problem:

The form have three folders/panes where the two matrixes and some EditTxt are located.

When clicking one of the folder items the form mode switches to UpdateMode although the folder items are set to AffectsFormMode=False.

This only happens in OK-Mode after the form is loaded with data first time.

How can I get rid of this unwanted switching to UpdateMode? Everything else works so fine...

Thanks,

Roland