Hi,
I use the same form for new items and for editing existing items. Now I thought, that in my forms property "frmname.Mode" the current mode the form is in is set. But I recognized, that there are only the number representations of the form such as:
frmname.Mode.new 1
frmname.Mode.edit 0
frmname.Mode.view 2
That doesn't help me determine, in which mode the form actually is in. These are just the standard numbers.
Which property do I have to use instead?