Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to obtain EVENT(OnInsertDone)!!

Status
Not open for further replies.

ResDev

Programmer
Mar 11, 2004
3
JP
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top