Spread 8.0 Documentation
|
|
ActiveX
|
Support Options
|
ActiveX
To specify sheet and database interaction
- Follow the steps listed for Connecting to a Database Using Default Settings to bind the sheet to a database.
- To move through records in the sheet independently of records in the database, set the DInformActiveRowChange property to False.
-
To manually save modified sheet records to the database,
- Set the DAutoSave property to False.
- At run time, call the DataSave method.
-
To manually enter data from the database into the sheet,
- Set the DAutoFill property to False.
- At run time, load data in the sheet, using your application.