Re: VFP9SP2 on Win7 error trying to maximize memory

2013-11-01 Thread Ted Roche
On Fri, Nov 1, 2013 at 6:11 PM, Richard Kaye wrote: > Of course, I can hear Uncle Ted saying you need to test in your > environment to really optimize it. > (*claps dust off hands*) Well, it seems my job is done here. But it's true. I've had several systems, well-indexed and Rushmoreized, whe

RE: VFP9SP2 on Win7 error trying to maximize memory

2013-11-01 Thread Richard Kaye
your environment to really optimize it. -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent: Friday, November 01, 2013 4:40 PM To: profoxt...@leafe.com Subject: Re: VFP9SP2 on Win7 error trying to maximize memor

Re: VFP9SP2 on Win7 error trying to maximize memory

2013-11-01 Thread MB Software Solutions, LLC
ed to this: SYS(3050,1,48000) SYS(3050,2,48000) Keep it simple... :-) -- rk -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent: Friday, November 01, 2013 4:20 PM To: profoxt...@leafe.com Subject: VFP9SP2 on

RE: VFP9SP2 on Win7 error trying to maximize memory

2013-11-01 Thread Richard Kaye
ssage- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of MB Software Solutions, LLC Sent: Friday, November 01, 2013 4:20 PM To: profoxt...@leafe.com Subject: VFP9SP2 on Win7 error trying to maximize memory Had one user's WIn7 Pro machine (8GB RAM) fail on

VFP9SP2 on Win7 error trying to maximize memory

2013-11-01 Thread MB Software Solutions, LLC
Had one user's WIn7 Pro machine (8GB RAM) fail on this code: SYS(3050,1,MIN(536870912, VAL(SYS(3050,1,0 SYS(3050,2,MIN(536870912, VAL(SYS(3050,1,0 ...because the MIN(..) arg returned -1351876608. Looks like I should add a ABS(..) around the whole thing to