RecordNavigationControl Object

RecordNavigationControl

Represents a record navigation control.

Using the RecordNavigationControl Object

You can use either the CreateObject method or the New keyword to create a RecordNavigationControl object.

The object ID for a record navigation control on an HTML page returns a RecordNavigationControl object. The programmatic identifier for the RecordNavigationControl object is CLSID:0002E55C-0000-0000-C000-000000000046. The following example creates a record navigation control named "RNC1" on an HTML page.

<object id=RNC1 classid=CLSID:0002E55C-0000-0000-C000-000000000046></object>

Properties | DataSource Property | FontName Property | RecordsetLabel Property | RecordSource Property | ShowDelButton Property | ShowFilterBySelectionButton Property | ShowFirstButton Property | ShowHelpButton Property | ShowLabel Property | ShowLastButton Property | ShowNewButton Property | ShowNextButton Property | ShowPrevButton Property | ShowSaveButton Property | ShowSortAscendingButton Property | ShowSortDescendingButton Property | ShowToggleFilterButton Property | ShowUndoButton Property

Methods | IsButtonEnabled Method

Events | ButtonClick Event

Parent Objects

Child Objects