Sometimes, a web form may indicate it’s modified even though I made no changes to the document.
I see a purple bullet following the form name.
After starting Studio, I opened the two web forms in the Studio editor immediately after the other. No changes have been made.
The following screenshot shows what I see.
The tabs for each form show:
- No modification for the
main
form. (The purple bullet is absent.) - Modifications for the
home
form. (The purple bullet is present.)
The Contextual Panel shows for each form:
- No actions for the
main
form. - Actions for the
home form
. The action is aOn Load
function event assigning a value to the web form’s data source. However, in the editor, no rendering takes place.
QUESTIONS
-
Why does the
home
web form tab show modifications when I have yet to modify it? -
Does a web form opened in the Editor (not preview) run its
On Load
web event? -
Do web forms show modifications when its
On Load
web form modifies its data source?