Previous Topic

Next Topic

Inhoudsopgave

Book Index

BeforeOpenDataSet Event

EventEvent BeforeOpenDataSet()

Description

Event that is fired just before a data set is opened. If you assign a script with this event to the List tab, the event fires only just when the form is opened. If you assign a script with this event to the General tab, the event fires after you activate another record, just before the data set of this record is opened.

Code Snippet

Sub BeforeOpenDataSet

MsgBox "BeforeOpenDataSet"

End Sub