cancel
Showing results for 
Search instead for 
Did you mean: 

addon installation

Former Member
0 Kudos

Hi.

I have created 2 addon (version 6.5) and I have installed them. But when I close SAP Business One, they are not deallocated in RAM memory. How I can deallocate them automatically?

Thanks to everybody.

Veronica

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I write in my add-on this event:

When SBO apllication closed:

Private Sub applic_AppEvent(ByVal EventType As SAPbouiCOM.BoAppEventTypes)

On Error GoTo Errore

If EventType = aet_ShutDown Then

'

End

'

End If

End Sub

Best regards

Serema

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

The correct way to do so in SAP Business One version 6.5 is as Serema wrote.

In SAP Business One version 2004A There is an Addon Management module that you can use.

Regards

Yaniv G.

SDK Consultant,

SAP Manage Israel.