I have customized the Create To-do form, and now, the values I enter on the form get lost as soon as I press Next. Using the debugger I can see the Next - OnPush code being executed. When the last line of this code is executed, Rec somehow gets initialised but there is no INIT or CLEAR or anything like that in the code. Does anyone know what might be causing this? Thanks. Alastair
I think it’s because Rec has both values and filters, and these are not set properly. The form seems to silently check this when I press Next, and blanks the record if it does not agree with the filters. I’ll go and investigate this further. Even if I found this out myself, I think posting here helped to get me thinking. (Sorry for posting this late)