Spread 8.0 Documentation
DInformActiveRowChange Property
Support Options
ActiveX Reference > ActiveX Properties > DInformActiveRowChange Property

Glossary Item Box

DInformActiveRowChange Property


See Also    Example

Applies To

fpSpread control

Description

Sets or returns how a bound fpSpread control communicates with the Data control.

Syntax

C++

BOOL CSpreadSheet::GetDInformActiveRowChange( );
void CSpreadSheet::SetDInformActiveRowChange(BOOL value);

Visual Basic

[form.]fpSpread.DInformActiveRowChange[ = boolean%]

Remarks

The default value for the DInformActiveRowChange property is True.

This setting is applied to the entire workbook, including all sheets in the control.

When the DInformActiveRowChange property is set to True, when the user moves to a different row in the sheet, the Data control advances to the next record in the database. Use the DInformActiveRowChange property to synchronize moving through rows in the sheet with moving through records in the bound database.

Set the DInformActiveRowChange property to False if you want to let the user move through rows in the sheet without affecting the current record in the bound database.

This property is valid only when the fpSpread control is bound to a database.

Spread Designer

Choose the Sheet menu, and then the Data Binding menu, and then select the Inform Data Control on Active Row Changes check box in the Data Binding Settings dialog box.

Data Type

Integer (Boolean)

See Also

Specifying Sheet and Database Interaction

DataSource, DAutoSave properties

Copyright © GrapeCity, inc. All rights reserved.