SnapDocument Events
A central element of a Snap application that constitutes a report document and accounts for the creation and editing of a Snap report.
Name | Description |
---|---|
After |
Occurs after the list has been inserted into a document. |
After |
Occurs after inserting columns into the target list. |
After |
Occurs after the detail section has been added to the list. |
After |
Fires after adding new fields to a document. |
Before |
Occurs before data is extracted from the Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files. |
Before |
Occurs before a new list is created. |
Before |
Occurs before a new set of columns is created. |
Before |
Occurs before a new detail list is created. |
Before |
Fires when adding fields to a list without using hot zones (this is only possible if the target list has been previously converted to paragraphs). |
Calculate |
Fires when the DOCVARIABLE field is updated. Inherited from Document. |
Configure |
Allows you to customize connection settings before connecting to a database. |
Connection |
Fires after an attempt to establish a data connection has failed. |
Content |
Occurs when the document content was changed. Inherited from Document. |
Custom |
Allows you to include WHERE clauses in SQL queries. |
Data |
Occurs when the data source has been changed. |
Modified |
Occurs when the document content has been modified since it was last saved. Inherited from Document. |
Prepare |
Occurs after generating a list template. |
Prepare |
Occurs for every added column after its body and header templates are created. |
Prepare |
Occurs after generating a detail list template. |
Tracked |
Occurs when moved text has been changed since it was moved. Inherited from Document. |
See Also