|
IXF Control - ExportStatus Event
Kadmos IXF ActiveX Control

IXF Control
ExportStatus Event
|
Description
|
Fired while a IXF file is being exported.
|
|
Syntax
|
Private Sub IXF_ExportStatus(TotalRecords As Long, ProcessedRecords As Long)
|
|
Remarks
|
The ExportStatus event is fired while a IXF file is being written. This event lets you know how close to completion the operation is and may be used to display a progress bar or other status indicator.
The parameters for the ExportStatus event are described below:
| TotalRecords | A long integer that specifies the total number of records of the exported table. | | ProcessedRecords | A long integer that specifies the number of the record being written. |
|
Copyright © 2000/2011 Kadmos.com - All rights reserved. Privacy Policy
|