Hi,
When I save the xml of system forms, I see that they have "AutoManagedAttribute" nodes. In the help files I can find a minor explanation of this attribute: <i>"Specifies whether the application manages the form modes automatically. 1=true, 0=false."</i>
In the xml sample below you can see the "Attribute" element with attributes: description, id and modeAdd
<item AffectsFormMode="1" backcolor="-1" descr...> <AutoManagedAttribute> <Attribute description="editable" id="2" modeAdd="1"/> </AutoManagedAttribute> <specific>...</specific> </item>
I think this is for automatically disable items on forms.
I was wondering if there are other attributes that can be used and what are the valid values of these attributes.
I can only find one example:
description="editable" id="2" modeAdd="1"
It says that there is a modeAdd Attribute but maybe other modes can be a valid value to
The id="2, i can't find an explanation of this.
Is there anyone with some experience?
Thanks in advance.
Eddy