2010 Nov 17 7:43 AM
Hi All!
I have an object of CL_GUI_TEXTEDIT class. That object have F1, F4, double click,... event, when user press F4 key then data will be stored in database (I can catch this event). My program have a save button and I want to F4 event was catch when user click to save button instead press F4 key.
Please give me some solutions!
Thanks & Regard
huandv
2010 Nov 29 4:02 PM
catch the function code in your program (PAI) and call method DISPATCH of your text object like this:
my_text->dispatch( eventid = my_text->event_f4 ).
2010 Nov 29 4:02 PM
catch the function code in your program (PAI) and call method DISPATCH of your text object like this:
my_text->dispatch( eventid = my_text->event_f4 ).