Visual InterDev
Sets formatting options for the .
Options
Button captions
Choose the text or image you want to display in each of the four navigation buttons.
First
Check this box if you want a navigation button that moves you to the first record in the recordset specified in the Recordset box on the Format tab of the RecordsetNavbar control's property pages.
Choose Text if you want to set the text to be displayed on this navigation button, and enter the text in the box below the Text button. The default text is |<.
Choose Image if you want to display an image on this navigation button, and enter the URL path to the image file in the box. You can also click the button to the right of the box to browse for the image file you want.
Sets the MoveFirst, FirstCaption, and FirstImage properties for the control. The FirstImage property is set to True and the FirstCaption property to the URL path to the image file if you choose the Image button; otherwise the FirstImage property is set to False and the FirstCaption property to the text you enter in the box below the Text button.
Previous
Check this box if you want a navigation button that moves you to the previous record in the recordset specified in the Recordset box on the Format tab of the RecordsetNavbar control's property pages.
Choose Text if you want to set the text to be displayed on this navigation button, and enter the text in the box below the Text button. The default text is <.
Choose Image if you want to display an image on this navigation button, and enter the URL path to the image file in the box. You can also click the button to the right of the box to browse for the image file you want.
Sets the MovePrev, PrevCaption, and PrevImage properties for the control. The PrevImage property is set to True and the PrevCaption property to the URL path to the image file if you choose the Image button; otherwise the PrevImage property is set to False and the PrevCaption property to the text you enter in the box below the Text button.
Next
Check this box if you want a navigation button that moves you to the next record in the recordset specified in the Recordset box on the Format tab of the RecordsetNavbar control's property pages.
Choose Text if you want to set the text to be displayed on this navigation button, and enter the text in the box below the Text button. The default text is >.
Choose Image if you want to display an image on this navigation button, and enter the URL path to the image file in the box. You can also click the button to the right of the box to browse for the image file you want.
Sets the MoveNext, NextCaption, and NextImage properties for the control. The NextImage property is set to True and the NextCaption property to the URL path to the image file if you choose the Image button; otherwise the NextImage property is set to False and the NextCaption property to the text you enter in the box below the Text button.
Last
Check this box if you want a navigation button that moves you to the last record in the recordset specified in the Recordset box on the Format tab of the RecordsetNavbar control's property pages.
Choose Text if you want to set the text to be displayed on this navigation button, and enter the text in the box below the Text button. The default text is >|.
Choose Image if you want to display an image on this navigation button, and enter the URL path to the image file in the box. You can also click the button to the right of the box to browse for the image file you want.
Sets the MoveLast, LastCaption, and LastImage properties for the control. The LastImage property is set to True and the LastCaption property to the URL path to the image file if you choose the Image button; otherwise the LastImage property is set to False and the LastCaption property to the text you enter in the box below the Text button.
Alignment
Choose 0 - Horizontal to align the navigation buttons beside each other on the page. Choose 1 - Vertical to align the buttons one above the other. Sets the Alignment property for the control.