on 2007 Mar 08 1:43 PM
i m confuse in bubble event? can anyone help me by sending a URL needed.?
In order to activate your own forms instead of SAP Business One system forms Bubble events are used.If we change BubbleEvent to False SAP Business One won't process it.To stop SAP Business One from processing the event unmark the following statement BubbleEvent = False else True.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
BubbleEvent:
Specifies whether or not the application will continue processing this event:
True = Default. the application handles this event regularly.
False = the application quits its handle to this event.
This lets you insert your own event handler before returning control to the application event handler, instead of the application event handler, or after returning control to the application event handler.
The bubbleevent need to be set while pVal.BeforeAction is True. Else it does not block anything...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
103 | |
6 | |
6 | |
6 | |
5 | |
5 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.