cancel
Showing results for 
Search instead for 
Did you mean: 

Calling wdDoModifyView() Method

Former Member
0 Kudos

Hello,

I am on EP7.0 ERP 05 and NW04s and trying to modify the ESS Bank application wherein I have a requirement to call the standard wdDoModifyView() method from my own custom event handler on the event Enter of an input field .... I tried it out but did not work...

Any help would be highly appreciated.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

The hook method wdDoModifyView() cannot be called by an application, it is called by the framework.

I don't know about ESS, but if you can change the source code, you probably want to set some flag inside an action handler and read/reset that flag in wdDoModifyView() and call the needed code at this location.

Armin

Former Member
0 Kudos

Hi Subhash,

Can u please elaborate on ur scenario,why u want to call the wdDoModifyView from ur custom event??

regards

Sumit