G
Guest
Hi all,
I've got a DB that parses a file and sticks the values into the appropriate
places in a few tables. The parsing of my files works fine, but I'm trying
to clean up the operation, and I have a pet peeve that I can't seem to get
rid of.
When parsing begins, the screen starts repainting itself badly. For
example, if I open a window over the access window, then minimize it, the
'picture' of it is still overlapping my access form. Or if I switch back to
the access window, the screen is completely white.
I'd like to freeze everything and just display a message box saying
Parsing... or something similar. If I could get the '...' cycling so it
appears to be moving, that'd be cool too. I don't need a progress bar, as I
don't know how long each file will take until it's done. And they can vary
by a huge amount (ie, 14MB to 1MB).
I'd just like a visual cue to indicate the program didn't crash, it's just
working through the file.
If anyone can help me out or point me toward a helpful link, I'd appreciate
it.
Thanks,
Jay
I've got a DB that parses a file and sticks the values into the appropriate
places in a few tables. The parsing of my files works fine, but I'm trying
to clean up the operation, and I have a pet peeve that I can't seem to get
rid of.
When parsing begins, the screen starts repainting itself badly. For
example, if I open a window over the access window, then minimize it, the
'picture' of it is still overlapping my access form. Or if I switch back to
the access window, the screen is completely white.
I'd like to freeze everything and just display a message box saying
Parsing... or something similar. If I could get the '...' cycling so it
appears to be moving, that'd be cool too. I don't need a progress bar, as I
don't know how long each file will take until it's done. And they can vary
by a huge amount (ie, 14MB to 1MB).
I'd just like a visual cue to indicate the program didn't crash, it's just
working through the file.
If anyone can help me out or point me toward a helpful link, I'd appreciate
it.
Thanks,
Jay