Create and Call the UserEvent..

Post date: Feb 14, 2011 4:46:18 AM

Create UserEvent:

ON UserEvent 'UpdateBookArray'=

DECLARE

 bookmaster = uc_book_master;

BEGIN

 /*Fetch all the books into the */

 Message 'Hi i am going to fetch the books details for you ';

end;

 Call the User Event:

    On Click Ok_btn

    BEGIN

     CurFrame.SendUserEvent(eventname='UpdateBookArray');

    End;

 

CalEliminate empty String and Find the Length of entered values in the Entry Filed(TextBox):

 

        /*Return integer Values as a out

     inputLength = int4(Length(squeeze(publisher_ent)));