hi!!
I am a new user of OpenOffice, And faicng problem to obtain "OnInsertDone" event. Actually, I don't know when does this event occur.
I will be glad if anyone provide me some information on this.
Thanks in advance.
ResDev
******************
I am attaching my code below.
Sub DocumentListener_notifyEvent( o as object)
Dim eventName As String
If o.EventName = "OnInsertDone" Then
If ThisComponent.CurrentController.ActiveSheet.Name = Menu Then
Call InputCheckMenu
End If
End If
End Sub
I am a new user of OpenOffice, And faicng problem to obtain "OnInsertDone" event. Actually, I don't know when does this event occur.
I will be glad if anyone provide me some information on this.
Thanks in advance.
ResDev
******************
I am attaching my code below.
Sub DocumentListener_notifyEvent( o as object)
Dim eventName As String
If o.EventName = "OnInsertDone" Then
If ThisComponent.CurrentController.ActiveSheet.Name = Menu Then
Call InputCheckMenu
End If
End If
End Sub