DataEntryForm

Description

The DataEntryForm class implements data entry form.

Comments

To create a new data entry form, create a class instance using one of the available constructors or call the CreateInputForm static method. Cast the obtained object to the IDataEntryForm interface.

Constructors

  Constructor name Brief description
CreateByDataEntryForm The CreateByDataEntryForm constructor creates a data entry form instance based on existing repository object.
CreateByReport The CreateByReport constructor creates an instance of data entry form based on the regular report, which is linked with the data entry form.

Static Class Methods

  Method name Brief description
CreateInputForm The CreateInputForm method creates a new data entry form and returns its description.

Class object properties inherited from IDataEntryForm

  Property name Brief description
InputAreas The InputAreas property returns the collection of entry areas.
Parameters The Parameters property returns the collection of data entry form parameters.
refreshOnEdit The refreshOnEdit property determines whether data entry form contents will be refreshed on opening for edit.
Report The Report property returns the report linked to data entry form.
Sheets The Sheets property returns the collection of data entry form sheets.

Class object methods inherited from IDataEntryForm

  Method name Brief description
_Dispose The _Dispose method clears links to objects.
RefreshDataSources The RefreshDataSources method reopens data entry from data sources.
RejectDataChanges The RejectDataChanges method cancels changes in data entry form data.
Save The Save method saves changes in data entry form structure.
SaveAs The SaveAs method creates a data entry form copy and saves it in the repository.
SaveDataChanges The SaveDataChanges method saves changed data of data entry form.

See also:

Classes