V
vbasean
Hey all,
I'm trying to show progress on a large recordset
I've dim'd an ADO recordset with events
Dim WithEvents rst as ADODB.Recordset
I've added the event for progress with a call to set a range with the progress
I've set the screen to updating
but it just won't show my progress, it locks up on the recordset open
statement and does it's work without showing progress.
Any suggestions?
I'm trying to show progress on a large recordset
I've dim'd an ADO recordset with events
Dim WithEvents rst as ADODB.Recordset
I've added the event for progress with a call to set a range with the progress
I've set the screen to updating
but it just won't show my progress, it locks up on the recordset open
statement and does it's work without showing progress.
Any suggestions?