Thanks for your reply. OK..this would solve the Form appearance problem.
But is there no way to wait with the import-progress/VBA-ActionCode until
the form is really open+painted+and visible?
It would be also ok if I would see something like a Text "Synchronizing"
during import. Now you can only see the importprogressbar in the statusbar
left. As I know the guys who should work with this they will ignore this
progressbar and will think that the app freezes ;-)
The error-handling time is now a little bit shorter. I added a Server-Ping
function + If-Else condition.
Thank you again for your reply.
Balazs Sarreti
[juvi]
> Juvi,
> you could put a button on the form. When you click the button the db trys to
[quoted text clipped - 22 lines]
> > Thank you
> > juvi
Jeanette Cunningham - 05 Mar 2008 19:38 GMT
Balazs,
> But is there no way to wait with the import-progress/VBA-ActionCode until
> the form is really open+painted+and visible?
As far as I know, there is no way.
Maybe you could open a separate form first in acDialog mode.
The first form would have a message on it that says Synchronizing.
It would have a timer function on it and would open the form that does the
importing in hidden mode.
Jeanette Cunningham
> Thanks for your reply. OK..this would solve the Form appearance problem.
>
[quoted text clipped - 43 lines]
>> > Thank you
>> > juvi