|
IXF Control - ImportStatus Event
Kadmos IXF ActiveX Control

IXF Control
ImportStatus Event
|
Description
|
Fired while a IXF file is being imported.
|
|
Syntax
|
Private Sub IXF_ImportStatus(TotalBytes As Long, ProcessedBytes As Long)
|
|
Remarks
|
The ImportStatus event is fired while a IXF file is being read. 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 ImportStatus event are described below:
| TotalBytes | A long integer that specifies the total number of bytes of the IXF file. | | ProcessedBytes | A long integer that specifies the number of bytes read. |
|
Copyright © 2000/2011 Kadmos.com - All rights reserved. Privacy Policy
|