Re: VFP - Time functions

Author: Joel N. Fischoff

Posted: 2010-08-03 at 01:22:50

> If !between 6 am and 6pm

> move the mouse a bit

> endif

Er, well, I've never had to do that myself, but why not just use the MOUSE

command?

Granted that you didn't say HOW you wanted to move the mouse, you can do

something like this:

If !BETWEEN(HOUR(datetime()), 6, 18)

Mouse At mrow(), mcol()+10

Endif

Or something like that. Also see:

http://msdn.microsoft.com/en-us/library/hks4ccc0%28VS.80%29.aspx

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/DC75C2FDC64443908F2B929B7E52E334@ASUS1

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2010 Joel N. Fischoff