![]() Properties, Methods and Events for the SCIROCCO DAO Data Control 1.0 (If you have any questions or need help using the control please contact |
|
Data Properties |
||||||||||||||||||||||||
DatabaseExclusive
For Microsoft Jet workspaces you can use the following values. The WorkSpaceType must be set to dbUseJet.
|
||||||||||||||||||||||||
DatabaseReadOnly
Specifies if the database is Read-Only or Read/Write.
|
||||||||||||||||||||||||
LockType
Specifies the lock type used.
|
||||||||||||||||||||||||
Recordset (Object)
You can set or retrieve the current recordset being used by the Data Control using this Object Property. It represents an open DAO recordset. The Object property is very useful when you want to set the Data Control to another recordset. Syntax Example: Set SCIROCCODAODataControl.Recordset = MyRecordset Return to Top |
||||||||||||||||||||||||
RecordsetOptions
Optional. A combination of constants that specify characteristics of the new Recordset, as listed below. You can use a combination of the following constants for the RecordsetOptions argument.
|
||||||||||||||||||||||||
RecordsetType
Specifies the type of recordset used by the control. You can use one of the following constants for the RecordsetType argument.
|
||||||||||||||||||||||||
WorkSpaceType
Specifies the Type of WorkSpace used by the control. You can use the following constants for WorkSpaceType.
|
||||||||||||||||||||||||
Appearance Properties |
|||||||||||||||||||||||||||||||||||||||||||||||||||
AboutVisible
This property is only available on the registered control. Set this property to make visible or hide the About button.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
BackColor
Returns or sets the background color of the control. Return to Top |
|||||||||||||||||||||||||||||||||||||||||||||||||||
CaptionOn
Set this property to make visible or hide the captions of the buttons.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
Enabled
This attribute specifies if the control is enabled or disabled. The buttons appear gray when disabled.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
FontName
Returns or sets the font used by the captions in the control. Return to Top |
|||||||||||||||||||||||||||||||||||||||||||||||||||
FontSize
Returns or sets the font size used by the captions in the control. Return to Top |
|||||||||||||||||||||||||||||||||||||||||||||||||||
Height
Returns or sets the height dimension of the control. Return to Top |
|||||||||||||||||||||||||||||||||||||||||||||||||||
Language
Returns or sets the language of the control
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
MousePointer
Returns or sets a value indicating the type of mouse pointer displayed when the mouse is over the control at run time.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
PictureOn
Set this property to make visible or hide the pictures of the buttons.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
Visible
Returns or sets a value indicating whether an the control is visible or hidden.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||
Width
Returns or sets the width dimension of the control. Return to Top |
Misc Properties |
Version
Returns the version of the control. Return to Top |
Recordset Methods |
||||||||
OpenRecordset
Creates and opens a new Recordset object and appends it to the control. The SCIROCCO DAO Data Control is now bound to this recordset. Syntax SCIROCCODAODataControl.OpenRecordset (SQLStatement, DatabasePath, ODBCConnectionString ) The OpenRecordset method syntax has these parts.
|
||||||||
CloseRecordset
Closes recordset and releases it from memory. Syntax SCIROCCODAODataControl.CloseRecordset() Return to Top |
||||||||
Misc Methods |
About
Displays the About Screen. Syntax SCIROCCOADODataControl.About() Return to Top |
StartUp Events |
Initialize
Occurs after the control is loaded into memory. You can use this event to open your recordset or bind your controls. Return to Top |
Data Events |
AddNewComplete
Occurs after clicking the Add New button and the successful addition of a new record. Return to Top |
DeleteComplete
Occurs after clicking the Delete button and the successful deletion of the current record. Return to Top |
RefreshComplete
Occurs after clicking the Refresh button and a successful refresh of the data. Return to Top |
UndoComplete
Occurs after clicking the Undo button and a successful restoring of the data. Return to Top |
SaveComplete
Occurs after clicking the Save button and a successful save of the data. Return to Top |
Navigation Events |
MoveFirstComplete
Occurs after clicking the Move First button and the current record has become the first record. Return to Top |
MovePreviousComplete
Occurs after clicking the Move Previous button and the current record has become the previous or first record. Return to Top |
MoveNextComplete
Occurs after clicking the Move Next button and the current record has become the next or last record. Return to Top |
MoveLastComplete
Occurs after clicking the Move Last button and the current record has become the last record. Return to Top |
Close Events |
Terminate
Occurs before the control will be released from memory. Return to Top |
CloseClicked
Occurs after clicking the Close button and before the Terminate event. Return to Top |
Copyright © 2004
All rights reserved. |
Software LIcense |