Hi does anyone know how to pause a function, i have used a function before where i have coded the expansion of a box and expanded it every half a second, but cant remember.
Thanks in advance.
Nath.
Sat, 26 Mar 2005 23:19:36 GMT
Simon Lewi #2 / 2
Pausing modules
Hi Nath,
You can call the Sleep API function - there is an example here: http://www.mvps.org/access/api/api0021.htm.
---- Simon Lewis
Quote:
> Hi does anyone know how to pause a function, i have used a > function before where i have coded the expansion of a box > and expanded it every half a second, but cant remember.