G
Guest
I am importing a large text file into a talbe. Here are the steps:
- Delete all records in a table
- import CSV file into table (Transfertext )
- update additiona fileds in the table (user id , time stamp ect.)
- normalize the data by copiyind data from one table to many tables.
In this process, instead of using a progress bar, I am updating a lable
control on the form to inform the user of the staus. Some messages are
refreshed on the lable but other are not.
How can I make sure the caption on the label is refreshed before moving to
the step below.
Thanks
Mohan
- Delete all records in a table
- import CSV file into table (Transfertext )
- update additiona fileds in the table (user id , time stamp ect.)
- normalize the data by copiyind data from one table to many tables.
In this process, instead of using a progress bar, I am updating a lable
control on the form to inform the user of the staus. Some messages are
refreshed on the lable but other are not.
How can I make sure the caption on the label is refreshed before moving to
the step below.
Thanks
Mohan