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

Calling Event

Former Member
0 Likes
759

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,

You don't invoke the event in the wddoinit method, because you can't get the event object in the wddoint method. Try to other way in the inbound method.

Best regards,

tao

Edited by: wang tao on Apr 16, 2008 6:01 AM