on ‎2009 Aug 06 11:37 AM
Hi,
I want to restrict auto close of system form.
While adding Business partner . after inserting datas sucussfullly form is getting closed.
I want active form.How i can restirct this auto close
By
Firos.C
Request clarification before answering.
Firoz
I didn't understand what is the issue.
Which form is automatically closing after inserting data?
Business Partners form will not close since after a successful insertion, it will stay in add mode.
Anoop
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
y
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If pVal.EventType = SAPbouiCOM.BoEventTypes.et_FORM_CLOSE And pVal.Action_Success = False And pVal.FormType = "141" Then
BubbleEvent = False
End if
The above code stops closing of purchase order i.e. 141.On the close event of the form use BubbleEvent = False to restrict form closing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 45 | |
| 30 | |
| 17 | |
| 10 | |
| 4 | |
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.