RE: Best way to move a file (other than COPY FILE and DELETE FILE)

2020-03-25 Thread Richard Kaye
Chances are it's using legacy Windows APIs. You can check out the vfp2c32.fll VFPX project, which has wrappers around a ton of more current Windows APIs, if you want to use them. -- rk -Original Message- From: ProfoxTech On Behalf Of

RE: [NF] USB wireless

2020-03-25 Thread Richard Kaye
Ah. A TLA you are not familiar with, I see. Following on Ted's tongue-in-cheek comment about the challenges of working with folks in other time zones - English as a Second Language. No offense intended to any of our international compatriots and more a comment on my lack of language skills

Re: Best way to move a file (other than COPY FILE and DELETE FILE)

2020-03-25 Thread Charlie Coleman
Actually, I think VFP is using the Windows "rename" API (whatever it's called) to do the function. A long time ago I did a test between a C program to 'move files' and a VFP app to 'move files'. Something like several thousand files, over a Gigabyte as I recall. VFP was just as fast. In fact it

Re: [NF] USB wireless

2020-03-25 Thread Eric Selje
English as a Second Language, ie. the language barrier. On Wed, Mar 25, 2020 at 2:39 PM MB Software Solutions, LLC < mbsoftwaresoluti...@mbsoftwaresolutions.com> wrote: > ESL? > > On 3/25/2020 2:11 PM, Richard Kaye wrote: > > Not to mention the whole ESL thing...  > > > > -- > > > > rk > > > >

Re: Best way to move a file (other than COPY FILE and DELETE FILE)

2020-03-25 Thread Mike
Just my 2 cents, but I would venture a guess that what VFP is actually doing in the background to perform a "RENAME" is to -- copy the file to the new location -- delete the original But, it is more convenient to do one step (for your application) than two. Mike MB Software Solutions, LLC

Re: Best way to move a file (other than COPY FILE and DELETE FILE)

2020-03-25 Thread MB Software Solutions, LLC
Hmmm...I didn't realize that would work for thisfigured it was just for the files in the directory where they existed, but sure enough, from the VFP help text:  "If FileName1 and FileName2 are in different directories or folders, FileName1 is moved into the directory or folder of

Re: Best way to move a file (other than COPY FILE and DELETE FILE)

2020-03-25 Thread Vince Teachout
The vfp RENAME command:     RENAME (currentpath\file)   TO (newpath\file) On 03/25/20 3:44 PM, MB Software Solutions, LLC wrote: VFP9SP2 on Win10 Pro clients We've got a document management system (DMS) we wrote for a client and we need to "archive" some files by moving them to a subfolder

Best way to move a file (other than COPY FILE and DELETE FILE)

2020-03-25 Thread MB Software Solutions, LLC
VFP9SP2 on Win10 Pro clients We've got a document management system (DMS) we wrote for a client and we need to "archive" some files by moving them to a subfolder from the main one.  The first idea is to use VFP's COPY FILE command and then just delete it once done.  I wanted to ask if anyone

Re: [NF] USB wireless

2020-03-25 Thread MB Software Solutions, LLC
ESL? On 3/25/2020 2:11 PM, Richard Kaye wrote: Not to mention the whole ESL thing...  -- rk -Original Message- From: ProfoxTech On Behalf Of Ted Roche Sent: Wednesday, March 25, 2020 1:47 PM To: profoxt...@leafe.com Subject: Re: [NF] USB wireless On Wed, Mar 25, 2020 at 12:00 PM

RE: [NF] USB wireless

2020-03-25 Thread Richard Kaye
Not to mention the whole ESL thing...  -- rk -Original Message- From: ProfoxTech On Behalf Of Ted Roche Sent: Wednesday, March 25, 2020 1:47 PM To: profoxt...@leafe.com Subject: Re: [NF] USB wireless On Wed, Mar 25, 2020 at 12:00 PM Richard Kaye wrote: > Anecdotally we're

RE: "Memo file xxx.pjt is missing or is invalid."

2020-03-25 Thread Tracy Pearson
I have blamed this on anti-virus for a while. But now I hesitate to say it is just anti-virus. I have a Windows 2012 server that the automated builds happen on. During a build process I browsed to the folder where install files were being created and signed. The signing process failed because

Re: [NF] USB wireless

2020-03-25 Thread Ted Roche
On Wed, Mar 25, 2020 at 12:00 PM Richard Kaye wrote: > Anecdotally we're experiencing a lot of latency issues, particularly with > our international customers. COVID is also breaking the internet... > I've always experienced that with overseas customers. You ask 3 questions, wait for the time

Re: [NF] USB wireless

2020-03-25 Thread Paul Hill
Same here. We have 10-12 people on the VPN and at times it is crawling. I suspect someone is doing something bandwidth heavy. Could be Windows Updates. 100Mbps up and down. My VPN server is asking to be restarted for updates which is a bit worrying... On Wed, 25 Mar 2020 at 16:00, Richard Kaye

Re: "Memo file xxx.pjt is missing or is invalid."

2020-03-25 Thread Brant E Layton
Hi All, Hope that everyone is doing well home alone... Perhaps this isn't exactly the same problem, but I've had the following scenario: Working in a Form, Report or Class, trying to exit, and get the warning about the companion file being missing or corrupted (the .SCT, .FRT or .VCT).

RE: [NF] USB wireless

2020-03-25 Thread Paul Newton
Hi Dave A temporary CAT 5 just for testing seems like a good idea. Thanks Paul -Original Message- From: ProfoxTech On Behalf Of davetha...@gmail.com Sent: 25 March 2020 16:11 To: profoxt...@leafe.com Subject: Re: [NF] USB wireless Sent by an external sender

RE: [NF] USB wireless

2020-03-25 Thread Paul Newton
Hi Richard Same here - not sure why COVID should make a huge difference though Paul -Original Message- From: ProfoxTech On Behalf Of Richard Kaye Sent: 25 March 2020 16:00 To: profoxt...@leafe.com Subject: RE: [NF] USB wireless Sent by an external sender --

RE: [NF] USB wireless

2020-03-25 Thread Richard Kaye
It won't make a difference inside your network but outside there are a whole lot of people trying to work, learn and entertain themselves from home. We're globally stress testing the internet right now. -- rk -Original Message- From: ProfoxTech On Behalf Of Paul Newton Sent:

Re: [NF] USB wireless

2020-03-25 Thread davethayer
Before spending a lot of money it wouldn't hurt to try a temporary CAT-5 to your router to determine if wifi is your bottleneck. If so you could run a wifi analyzer app on your phone to ensure that you're not using a congested channel or sitting in a dead spot. Sometimes moving your gear a small

RE: [NF] USB wireless

2020-03-25 Thread Paul Newton
Hi Ted Yes, far too many imponderables - I guess the only way to find out would be to try it. Thanks for the reply. Paul -Original Message- From: ProfoxTech On Behalf Of Ted Roche Sent: 25 March 2020 15:26 To: profoxt...@leafe.com Subject: Re: [NF] USB wireless Sent by an external

RE: [NF] USB wireless

2020-03-25 Thread Richard Kaye
Anecdotally we're experiencing a lot of latency issues, particularly with our international customers. COVID is also breaking the internet... -- rk -Original Message- From: ProfoxTech On Behalf Of Ted Roche Sent: Wednesday, March 25, 2020 11:26 AM To: profoxt...@leafe.com Subject: Re:

Re: [NF] USB wireless

2020-03-25 Thread Ted Roche
Hi, Paul: Do you know if the port and adapter are USB 2 or 3? What does a speed testing site like speedtest.net (or the UK equivalent) tell you your current connection is? Of course, it all depends on where the bottleneck is: your machine, adapter, home net speed, VPN overhead, the office's VPN

[NF] USB wireless

2020-03-25 Thread Paul Newton
Hi all At the moment I am working from home and connected via VPN. At the moment I am using an AC 600 dual-band USB wireless adapter and I was wondering if I would see noticeably better performance with, say, an AC 1900 adapter. Your thoughts would be much appreciated. Thanks Paul Newton