RE: VFP check for disk space

2015-11-17 Thread mbsoftwaresolutions
On 2015-11-12 10:56, Tracy Pearson wrote: Thank you Kevin. Luckily, the largest data I've seen from some of our clients with > 10 years of data has only been in the 20 meg range. Me too!!! App started in fall 2003. I said "it'll be 200 more years before you hit the 2GB limit." lol

Re: VFP check for disk space

2015-11-13 Thread AndyHC
On 13/11/2015 11:56, Fernando D. Bozzo wrote: Andy, you are dividing wrong. Must divide by 1024 and 1024 again to obtain MB (really MiB). tried that - it's way out! ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

RE: VFP check for disk space

2015-11-13 Thread Tracy Pearson
Fernando D. Bozzo wrote on 2015-11-13: > Andy, you are dividing wrong. Must divide by 1024 and 1024 again to obtain > MB (really MiB). > El 13/11/2015 6:19 a. m., "AndyHC" escribió: > >> && VFP9 on Win7 64bit:- >> ? DISKSPACE() && 5.029E+11 >> nD= DISKSPACE() >>

Re: VFP check for disk space

2015-11-12 Thread Fernando D. Bozzo
Andy, you are dividing wrong. Must divide by 1024 and 1024 again to obtain MB (really MiB). El 13/11/2015 6:19 a. m., "AndyHC" escribió: > && VFP9 on Win7 64bit:- > ? DISKSPACE() && 5.029E+11 > nD= DISKSPACE() > ?nD/100 && 502992.04 > > C: > Properties shows

Re: VFP check for disk space

2015-11-12 Thread Fernando D. Bozzo
gt; > > > > > > > http://www.foxite.com/archives/best-way-to-show-drive-capacity-257308.htm > > > > > > > > > > > > Best Regards.- > > > > > > > > > > > > > > > > 2015-11-12 16:14 GMT+01

Re: VFP check for disk space

2015-11-12 Thread Fred Taylor
alternatives, as Dave's and more: > > > > > > > > > > http://fox.wikis.com/wc.dll?Wiki~DiskSpace > > > > > > > > > > > > > > > > > > > > > > > > > http://www.foxite.com/archives/best-way-to-show-drive-capacity-0

Re: VFP check for disk space

2015-11-12 Thread AndyHC
&& VFP9 on Win7 64bit:- ? DISKSPACE() && 5.029E+11 nD= DISKSPACE() ?nD/100 && 502992.04 C: > Properties shows 502,715,675,776 - which is near enough (but why the difference?). On 12/11/2015 23:39, Fred Taylor wrote: Since when? I just ran it on my network drives (500GB+free) and it

RE: VFP check for disk space

2015-11-12 Thread Tracy Pearson
Kevin Cully wrote on 2015-11-12: > In addition to this protection, it might be good to check if any > individual file is approaching the 2G limit while you're at it. > > On 11/12/2015 10:14 AM, Fred Taylor wrote: > Have you looked at the DISKSPACE() function? > > Fred > Kevin, Thank

Re: VFP check for disk space

2015-11-12 Thread Kevin Cully
com> wrote: Has anyone implemented a check for disk space to protect against loss of data. The VFP tables will be local or on a network. I haven't researched this yet, it is more a question at the moment. Thank you, Tracy [excessive quoting removed by

RE: VFP check for disk space

2015-11-12 Thread Dave Crozier
Tracy, Is this any use? * Program to call the API for Disk Space Calculation * R.D Crozier * cpRootPathName=Space(50) cpSectorsPerCluster=0 cpBytesPerSector=0 cpNumberOfFreeClusters=0 cpTotalNumberOfClusters=0 * Declare GetDiskFreeSpace In kernel32 ; string @ cpRootPathName

VFP check for disk space

2015-11-12 Thread Tracy Pearson
Has anyone implemented a check for disk space to protect against loss of data. The VFP tables will be local or on a network. I haven't researched this yet, it is more a question at the moment. Thank you, Tracy ___ Post Messages to: ProFox@leafe.com

Re: VFP check for disk space

2015-11-12 Thread Fred Taylor
Have you looked at the DISKSPACE() function? Fred On Thu, Nov 12, 2015 at 8:10 AM, Tracy Pearson <tr...@powerchurch.com> wrote: > Has anyone implemented a check for disk space to protect against loss of > data. > The VFP tables will be local or on a network. > > I haven'

Re: VFP check for disk space

2015-11-12 Thread Fernando D. Bozzo
-257308.htm Best Regards.- 2015-11-12 16:14 GMT+01:00 Fred Taylor <fbtay...@gmail.com>: > Have you looked at the DISKSPACE() function? > > Fred > > On Thu, Nov 12, 2015 at 8:10 AM, Tracy Pearson <tr...@powerchurch.com> > wrote: > > > Has anyone implemented a

Re: VFP check for disk space

2015-11-12 Thread Fred Taylor
- > > > > 2015-11-12 16:14 GMT+01:00 Fred Taylor <fbtay...@gmail.com>: > > > Have you looked at the DISKSPACE() function? > > > > Fred > > > > On Thu, Nov 12, 2015 at 8:10 AM, Tracy Pearson <tr...@powerchurch.com> > > wrote: > &

Re: VFP check for disk space

2015-11-12 Thread Stephen Russell
This is VB code but you should be able to convert it to VFP easily. https://gallery.technet.microsoft.com/scriptcenter/04c29c84-5ecc-4bf6-8dd4-2940db63d9f3 On Thu, Nov 12, 2015 at 9:10 AM, Tracy Pearson <tr...@powerchurch.com> wrote: > Has anyone implemented a check for disk space t

Re: VFP check for disk space

2015-11-12 Thread Fred Taylor
000257308.htm > > > > > > > > > Best Regards.- > > > > > > > > > > > > 2015-11-12 16:14 GMT+01:00 Fred Taylor <fbtay...@gmail.com>: > > > > > > > Have you looked at the DISKSPACE() function? > > > > >

Re: VFP check for disk space

2015-11-12 Thread Fernando D. Bozzo
.- > > > > > > > > 2015-11-12 16:14 GMT+01:00 Fred Taylor <fbtay...@gmail.com>: > > > > > Have you looked at the DISKSPACE() function? > > > > > > Fred > > > > > > On Thu, Nov 12, 2015 at 8:10 AM, Tracy Pearson <tr.

Re: Disk space

2015-04-02 Thread Ted Roche
On Wed, Apr 1, 2015 at 8:28 PM, Sytze de Boer sytze.k...@gmail.com wrote: A client sent me an error message today that said There is not enough disk space for c:\winkiss\winjr.dbf. It occurred in a module, line number 151 On that line the module ZAPs a table called winjr.dbf (The file

Re: Disk space

2015-04-01 Thread Richard Quilhot
There is not enough disk space for c:\winkiss\winjr.dbf. It occurred in a module, line number 151 On that line the module ZAPs a table called winjr.dbf (The file is exclusive) When I logged in, the hard drive has 809 gig free space (1 terabyte) Does anyone have any ideas what may

Disk space

2015-04-01 Thread Sytze de Boer
A client sent me an error message today that said There is not enough disk space for c:\winkiss\winjr.dbf. It occurred in a module, line number 151 On that line the module ZAPs a table called winjr.dbf (The file is exclusive) When I logged in, the hard drive has 809 gig free space (1 terabyte

Re: Disk space

2015-04-01 Thread Richard Quilhot
it's a rights issue Rick Q quilh...@gmail.com On Wed, Apr 1, 2015 at 8:28 PM, Sytze de Boer sytze.k...@gmail.com wrote: A client sent me an error message today that said There is not enough disk space for c:\winkiss\winjr.dbf. It occurred in a module, line number 151 On that line

Re: Disk space

2015-04-01 Thread Tracy Pearson
an error message today that said There is not enough disk space for c:\winkiss\winjr.dbf. It occurred in a module, line number 151 On that line the module ZAPs a table called winjr.dbf (The file is exclusive) When I logged in, the hard drive has 809 gig free space (1 terabyte) Does anyone have

Re: Disk space

2015-04-01 Thread Sytze de Boer
...@gmail.com On Wed, Apr 1, 2015 at 8:28 PM, Sytze de Boer sytze.k...@gmail.com wrote: A client sent me an error message today that said There is not enough disk space for c:\winkiss\winjr.dbf. It occurred in a module, line number 151 On that line the module ZAPs a table called winjr.dbf

VFP9SP1: False message Not enough disk space

2008-12-16 Thread MB Software Solutions General Account
Got this error message at a client today: Error 56: There is not enough disk space for s:\data\mytable.fpt. But they've got 82GB of free space. Any ideas as to what might cause this seemingly false error message? tia! --Michael ___ Post Messages

Re: VFP9SP1: False message Not enough disk space

2008-12-16 Thread Stephen Russell
On Tue, Dec 16, 2008 at 11:47 AM, MB Software Solutions General Account mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: Got this error message at a client today: Error 56: There is not enough disk space for s:\data\mytable.fpt. But they've got 82GB of free space. Any ideas as to what

RE: VFP9SP1: False message Not enough disk space

2008-12-16 Thread Tracy Pearson
Anti-Virus or SpyWare software combined with network slow down might throw this type of error. -Original Message- From: MB Software Solutions General Account Sent: Tuesday, December 16, 2008 12:48 PM Got this error message at a client today: Error 56: There is not enough disk space

Re: VFP9SP1: False message Not enough disk space

2008-12-16 Thread Ted Roche
A file being owned by a user who doesn't have permission to expand the size of a file also can sometimes cause this error, too. Or a user who's no longer on the system. Depends on the network OS. On Tue, Dec 16, 2008 at 12:31 PM, Tracy Pearson tr...@powerchurch.com wrote: Anti-Virus or SpyWare

RE: [NF] Freeing up disk space in a pinch

2008-09-18 Thread Dave Crozier
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Madigan Sent: 17 September 2008 23:37 To: profox@leafe.com Subject: [NF] Freeing up disk space in a pinch If you need to free up disk space in a pinch 1. Set your page file to a small size 2. Turn off hibernation

RE: [NF] Freeing up disk space in a pinch

2008-09-18 Thread Michael Madigan
I'll try it dave. --- On Thu, 9/18/08, Dave Crozier [EMAIL PROTECTED] wrote: From: Dave Crozier [EMAIL PROTECTED] Subject: RE: [NF] Freeing up disk space in a pinch To: 'ProFox Email List' profox@leafe.com Date: Thursday, September 18, 2008, 2:36 AM Michael, In addition

RE: [NF] Freeing up disk space in a pinch

2008-09-18 Thread Michael Madigan
CC Stands for Crap Cleaner LOL --- On Thu, 9/18/08, Dave Crozier [EMAIL PROTECTED] wrote: From: Dave Crozier [EMAIL PROTECTED] Subject: RE: [NF] Freeing up disk space in a pinch To: 'ProFox Email List' profox@leafe.com Date: Thursday, September 18, 2008, 2:36 AM Michael, In addition

RE: [NF] Freeing up disk space in a pinch

2008-09-18 Thread Dave Crozier
Michael, Yes, very apt where M$ are concerned! Dave Crozier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Madigan Sent: 18 September 2008 09:55 To: ProFox Email List Subject: RE: [NF] Freeing up disk space in a pinch CC Stands for Crap

RE: [NF] Freeing up disk space in a pinch

2008-09-18 Thread Kristyne McDaniel
I usually just empty my trash, compress my Outlook data files, clean up temporary files, and get rid of temporary internet files past a certain date. Then if I still need more room I reduce the recycle bin capacity. I don't like messing with the page file if I can help it. I guess it is mainly

RE: [NF] Freeing up disk space in a pinch

2008-09-18 Thread David Smith
] www.upstatedigitools.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kristyne McDaniel Sent: Thursday, September 18, 2008 7:26 AM To: [EMAIL PROTECTED] Subject: RE: [NF] Freeing up disk space in a pinch I usually just empty my trash, compress my Outlook data

RE: [NF] Freeing up disk space in a pinch

2008-09-18 Thread Alan Bourke
On Thu, 18 Sep 2008 07:36:44 +0100, Dave Crozier In addition to that download CCleaner from www.CCleaner.com (Free) and But don't run it if you have Visual Studio installed, as every time I have it has required a re-install. -- Alan Bourke [EMAIL PROTECTED]

Re: [NF] Freeing up disk space in a pinch

2008-09-18 Thread Paul Hill
On Thu, Sep 18, 2008 at 12:59 PM, Alan Bourke [EMAIL PROTECTED] wrote: On Thu, 18 Sep 2008 07:36:44 +0100, Dave Crozier In addition to that download CCleaner from www.CCleaner.com (Free) and But don't run it if you have Visual Studio installed, as every time I have it has required a

RE: [NF] Freeing up disk space in a pinch

2008-09-18 Thread Dave Crozier
Alan, Never had a problem here and I run VS2K5 and 8. Dave Crozier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alan Bourke Sent: 18 September 2008 12:59 To: profox@leafe.com Subject: RE: [NF] Freeing up disk space in a pinch On Thu, 18 Sep 2008 07

Re: [NF] Freeing up disk space in a pinch

2008-09-18 Thread Stephen Russell
On Thu, Sep 18, 2008 at 1:36 AM, Dave Crozier [EMAIL PROTECTED] wrote: Michael, In addition to that download CCleaner from www.CCleaner.com (Free) and run it on a regular basis. You will be AMAZED how much rubbish it removes from your drive. In the options untick the Cookies option if you want

RE: [NF] Freeing up disk space in a pinch

2008-09-18 Thread Michael Madigan
an already pretty lean machine. --- On Thu, 9/18/08, Dave Crozier [EMAIL PROTECTED] wrote: From: Dave Crozier [EMAIL PROTECTED] Subject: RE: [NF] Freeing up disk space in a pinch To: 'ProFox Email List' profox@leafe.com Date: Thursday, September 18, 2008, 2:36 AM Michael, In addition

RE: [NF] Freeing up disk space in a pinch

2008-09-18 Thread Alan Bourke
On Thu, 18 Sep 2008 14:07:59 +0100, Dave Crozier [EMAIL PROTECTED] said: Alan, Never had a problem here and I run VS2K5 and 8. Good to know, IIRC it was refusing to create projects from templates for me ... might try again with latest version. -- Alan Bourke [EMAIL PROTECTED]

[NF] Freeing up disk space in a pinch

2008-09-17 Thread Michael Madigan
If you need to free up disk space in a pinch 1. Set your page file to a small size 2. Turn off hibernation in the power settings. This will free up the same amount of diskspace as the amount of RAM in your system. ___ Post Messages to: ProFox