Stuart McLachlan
stuart at lexacorp.com.pg
Thu Dec 8 15:06:41 CST 2011
Yep, there was "no way" that this would ever be run other than over a couple of hours during a normal work day. :-) -- Stuart On 8 Dec 2011 at 15:52, Mark Simms wrote: > I love this story !!! > > > Like the "fast and easy" function I put in an A97 application that I > > built years ago which is still > > in use > > > > Function Wait(secs as long) as long > > DIm t as Single > > t = timer > > Do > > Doevents > > Loop until timer = t + secs > > End Function > > > > It worked fine for years until a couple of months ago when they ran a > > monthly process late at > > night and the Wait function was in the middle of the loop at midnight > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com >