RE: M$ woes

2015-05-12 Thread Tracy Pearson
Tormey wrote on 2015-05-10: Can anyone shed light on how the expansion of DocSettings can be switched off in explorer. I do not know what you are referring to here. Worse still, how the tell mama M$ about application troubles while debugging code that communicates with external

Use inkey() ? or ?

2015-05-12 Thread Wes Wilson
We have to run a program in a loop every 5 minutes. What is the best way to wait 5 minutes?  i.e., least taxing on the system. Wes Wilson, President ERW Custom Programming, Inc. Crescent Lake Plaza 5459  Elizabeth Lake Rd. Waterford, MI 48327 (248) 683-4182 www.visual-foxpro-programmer.com

Re: Use inkey() ? or ?

2015-05-12 Thread Fred Taylor
DECLARE Sleep IN WIN32API Integer nMilli Sleep(5000) Sleep for 5 seconds Fred On Tue, May 12, 2015 at 9:43 AM, Wes Wilson erwweswil...@yahoo.com wrote: We have to run a program in a loop every 5 minutes. What is the best way to wait 5 minutes? i.e., least taxing on the

RE: Use inkey() ? or ?

2015-05-12 Thread Tracy Pearson
Kurt Wendt wrote on 2015-05-12: I am curious. For this application - are you using Forms? If so - you could use the Timer Object on the Form. -K- Kurt, First thoughts, Something that needs to run continuously, is probably running on a server. No UI is needed. If it is to run in a

RE: Use inkey() ? or ?

2015-05-12 Thread Kurt Wendt
Hey Tracy, Yeah - I wasn't sure if a UI was involved with what Wes was doing. And, not sure if he meant it was running on a Server. I will also admit - I have Not used the Timer extensively - and I don't think I have run into the issues you mentioned. But, I will keep it in mind should I use

RE: ProFox List Statistics for April 2015

2015-05-12 Thread Gene Wirchenko
At 13:48 2015-05-04, Kurt Wendt kurt_we...@globetax.com wrote: At one point - several years ago - I subscribed so that I would get the OT postings. But, after just a week - I found it was SO Utterly VILE - that I changed my subscription to NOT include the OT. And, am glad I did! I never looked

RE: Use inkey() ? or ?

2015-05-12 Thread Kurt Wendt
I am curious. For this application - are you using Forms? If so - you could use the Timer Object on the Form. -K- -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Wes Wilson Sent: Tuesday, May 12, 2015 12:44 PM To: profoxt...@leafe.com Subject: Use

Re: [NF] Linksys RVS4000 router issue with Surboard cable modem

2015-05-12 Thread Mike Copeland
Look for a setting in the router's setup to designate it as a gateway and not a router. Mike Copeland James Harvey wrote: Hello, I'm switching from Verizon DSL to Comcast cable, and am having problems. The Linksys RVS4000 router has worked fine with eh Verizon dsl modem for a few years.

Re: simulate a click on the vertical bar of a grid

2015-05-12 Thread Fernando D. Bozzo
If you can indicate the coordinates, then you can use the mouse command. Regards El 13/05/2015 00:37, Rafael Copquin rcopq...@yahoo.com.ar escribió: I need to simulate clicks on the vertical bar of a very involved grid. I was thinking of gridhittest, but then it will tell me where a click was

[NF] Linksys RVS4000 router issue with Surboard cable modem

2015-05-12 Thread James Harvey
Hello, I'm switching from Verizon DSL to Comcast cable, and am having problems. The Linksys RVS4000 router has worked fine with eh Verizon dsl modem for a few years. The Motorola Surfboard cable modem I bought from Best Buy is connected to the internet and works, but only when using a switch

Re: Copy File

2015-05-12 Thread jeff
That's got to be it.  Thanks Fred.  We need to get together! Sent from my T-Mobile 4G LTE Device Original message From: Fred Taylor fbtay...@gmail.com Date:05/11/2015 21:48 (GMT-07:00) To: profoxt...@leafe.com Subject: Re: Copy File

simulate a click on the vertical bar of a grid

2015-05-12 Thread Rafael Copquin
I need to simulate clicks on the vertical bar of a very involved grid. I was thinking of gridhittest, but then it will tell me where a click was made, but I wonder if it can work the other way around, namely send a click that will be captured only by the vertical bar of the grid and nowhere

Re: Copy File

2015-05-12 Thread Fred Taylor
Yeah, it's been awhile. Fred On Tue, May 12, 2015 at 4:19 AM, jeff j...@san-dc.com wrote: That's got to be it. Thanks Fred. We need to get together! Sent from my T-Mobile 4G LTE Device Original message From: Fred Taylor fbtay...@gmail.com Date:05/11/2015 21:48

Re: Copy File

2015-05-12 Thread Gianni Turri
The only place where a colon : is allowed is in the drive designator. If the code you posted is real I don't see any problem. Jeff, when you say manually you mean using che code from your first email or using Windows explorer? Gianni On Mon, 11 May 2015 21:48:13 -0700, Fred Taylor

Re: [NF] Linksys RVS4000 router issue with Surboard cable modem

2015-05-12 Thread Mike Copeland
James, When you use the RVS4000 with a PPOE modem (DSL) then your RVS4000 can function as a router, but with the cable modem you need to switch the Operation Mode to Gateway. It's a setting on the Advanced Routing page. By setting it to Gateway, it will enable the NAT so that more than one

For those of us using Zebra label printers and ZPL

2015-05-12 Thread Alan Bourke
Apologies if you know about this already, but http://labelary.com/viewer.html is a useful site that lets you test ZPL and view the output without needing to have a label printer present. -- Alan Bourke alanpbourke (at) fastmail (dot) fm --- StripMime Report -- processed MIME parts ---

Re: Copy File

2015-05-12 Thread Jeff Johnson
This is an application where the file names have : and ? in them. Problem solved. On 5/12/2015 7:43 AM, Fred Taylor wrote: Yeah, it's been awhile. Fred On Tue, May 12, 2015 at 4:19 AM, jeff j...@san-dc.com wrote: That's got to be it. Thanks Fred. We need to get together! Sent from my

RE: New project on VFPx: Bin 2 Text extension

2015-05-12 Thread Rick Schummer
SET SELFPROMOTION ON If you want a clear way to learn almost everything there is to know about VFPX head over to FoxRockX.com and get the book that covers it all. VFPX: Open Source Treasure for the VFP Developer 42 chapters covering almost every project on VFPX. It is likely reading one