cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Calling Event

Former Member
0 Likes
756

Hi Experts,

I have a simple question.

I'm having a event which is bounded with a inputfield.

I want to call this event in the wddoinit.

When i used code wizard, it prompts me to give WDEVENT.

How can i call a event in the wddoinit.

Thnx,

Suba

View Entire Topic
Former Member
0 Likes

Hi Suba,

Create a local variable lr_wd_event type ref to that of the import parameter WDEVENT and pass it to the action handler.

This should do.

Regards,

Sravan Varagani