Re: timing issue?

larrydalooza <[email protected]> Wed, 21 Nov 2007 21:33:27 -0000
Newsgroups gmane.comp.windows.autoit.user
Message-ID <[email protected]>
--- In [email protected], "troyprado" <troyprado@...> wrote:
>
> I have writen some scripts that fill in a database at work, but 
because
> the network speed changes throughout the day,my scripts work about
> 60-70% of the time. Is there a way that my script can know when a
> certain textbox in a database is ready to recieve a string or not?
> Troy
>

Part of the script should be a "check for success" ... If you can read 
the textbox, then check the data.

Lar.