-
1. Re: Scope/reference problem following removeInstance?
Bill95722 Jan 24, 2012 8:48 AM (in response to Bill95722)Another observation to this question:
I have a script within the indexChange event. The script code is executed every time I click the Add button within any instance of the repeatable subform and almost every time I click the Delete (removeInstance) button.
The indexChange does NOT fire when I click Delete on the last/most recently created instance of the subform.
Is this normal??? I can't find any documentation to describe this behavior.
If someone could point me to the correct documentation I would sure appreciate it
Thanks!!
-
2. Re: Scope/reference problem following removeInstance?
radzmar Jan 24, 2012 10:38 AM (in response to Bill95722)Yes, the help of Designer states "Keep in mind that the indexChange event does not fire when deleting the last row of a table.".
As a table nothing else as a set of subforms, this behavior also takes effect for regular subforms.
Link:
http://help.adobe.com/en_US/livecycle/9.0/designerHelp/index.htm?content=000764.html
-
3. Re: Scope/reference problem following removeInstance?
Bill95722 Jan 24, 2012 12:55 PM (in response to radzmar)Thanks for the pointer!

