Hi,
I am porting the projects from ND3.1 to ND4.1.3. I am facing
some problem with the event model change.
In version 3.1, the code is written in
onBeforeDataObjectExecuteEvent(CSpDataObject) which uses
addDynamicStrCriterion("string") to the dataObject of the page which has
been binded to a repeated object.
In version 4.1.3 there are two places where we can put the code
in the above method.
i) onBeforeDataObjectExecuteEvent for the page
i.e.
this_onBeforeDataObjectExecuteEvent(CSpDataDrivenVisualEvent event)
ii) onBeforeDataObjectExecuteEvent for the Repeated Object
i.e.
Repeated_onBeforeDataObjectExecuteEvent(CSpDataDrivenVisualEvent event)
In some cases if the code is written in the method belonging to
the page, it is working and in some other cases, the code written in the
method belonging to Repated object it is working.
Could anyone explain the difference between the two methods and
when they will be executed actually.
Thanx in advance,
Ramakanth S P
_________________________________________________________________________
For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
For dire need help, email: [EMAIL PROTECTED]
[ND] How to differentiate the two onBeforeDataObjectExecuteEvents
Ramakanth Padmanabhan Sengamedu Thu, 3 Jun 1999 04:01:43 -0700
- Re: [ND] How to differentiate the two onBe... Ramakanth Padmanabhan Sengamedu
- Re: [ND] How to differentiate the two... Grace Frederick
- Re: [ND] How to differentiate the two... Curt Springer
