cancel
Showing results for 
Search instead for 
Did you mean: 

Query related to B1DE

Former Member
0 Kudos

Hi,

I have just started using B1DE which i found to good.

Now what i have done is

Loaded my ".XML" form.

Now i dont know where to place this function to catch all events of ".XML" form.

<i>Private Sub SBO_Application_ItemEvent(ByVal FormUID As String, ByRef pVal As SAPbouiCOM.ItemEvent, ByRef BubbleEvent As Boolean) Handles SBO_Application.ItemEvent

End sub

</i>

following files were generated by B1DE =>

1. addMenus.xml

2. AddOn1.vb

3. AddOn1_Db.vb

4. Form__2000060004.vb AND

5. Menu__PR1.vb

Just tell me in which file i have to place my event function.

Regards ,

Ganesh

Accepted Solutions (1)

Accepted Solutions (1)

Gianluigi
Product and Topic Expert
Product and Topic Expert
0 Kudos

1. documentation is available in the download package

2. if you need further help you can watch at the video

about B1DE under TechSummit section in the B1 SDN home

page

Answers (1)

Answers (1)

Gianluigi
Product and Topic Expert
Product and Topic Expert
0 Kudos

Ganesh -

you don't have to use this function. In fact this function

is implemented internally by the wizard classes in order

to provide you a listener-based interface.

Pls read the documentation attached with the download

Former Member
0 Kudos

can i have some sample code or steps needed to be followed to write events form form in B1 .

Regards ,

Ganesh