Re: .tmp Is Read-Only

2018-04-09 Thread Fred Taylor
hard > Kaye > Sent: Monday, April 09, 2018 1:29 PM > To: profoxt...@leafe.com > Subject: RE: .tmp Is Read-Only > > fyi NOFILTER==READWRITE > > -- > > rk > > -Original Message- > From: ProfoxTech <profoxtech-boun...@leafe.com> On Behalf Of F

RE: .tmp Is Read-Only

2018-04-09 Thread Richard Kaye
fe.com Subject: RE: .tmp Is Read-Only fyi NOFILTER==READWRITE -- rk -Original Message- From: ProfoxTech <profoxtech-boun...@leafe.com> On Behalf Of Frank Cazabon Sent: Monday, April 09, 2018 1:36 PM To: profoxt...@leafe.com Subject: Re: .tmp Is Read-Only Paul, this is probably

RE: .tmp Is Read-Only

2018-04-09 Thread Paul H. Tarver
: .tmp Is Read-Only fyi NOFILTER==READWRITE -- rk -Original Message- From: ProfoxTech <profoxtech-boun...@leafe.com> On Behalf Of Frank Cazabon Sent: Monday, April 09, 2018 1:36 PM To: profoxt...@leafe.com Subject: Re: .tmp Is Read-Only Paul, this is probably due to VFP's optimi

RE: .tmp Is Read-Only

2018-04-09 Thread Paul H. Tarver
, April 09, 2018 12:27 PM To: profoxt...@leafe.com Subject: Re: .tmp Is Read-Only Just to complete a little more what I wrote: For Development I use a directory structure like this \root-app-dir => Directory from where I run the code and the EXE, and when MAIN.PRG is \con

RE: .tmp Is Read-Only

2018-04-09 Thread Paul H. Tarver
o: profoxt...@leafe.com Subject: Re: .tmp Is Read-Only You're SQL cursor has to be made with the READWRITE clause if you're going to try to create more than one index on the resulting cursor. Fred On Mon, Apr 9, 2018 at 10:35 AM, Frank Cazabon <frank.caza...@gmail.com> wrote: > Paul, >

RE: .tmp Is Read-Only

2018-04-09 Thread Richard Kaye
fe.com Subject: RE: .tmp Is Read-Only NOFILTER does not allow editing of the query results READWRITE does. -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Monday, April 09, 2018 2:29 PM To: profoxt...@leafe.com Subject: RE: .tmp Is Rea

RE: .tmp Is Read-Only

2018-04-09 Thread Tracy Pearson
NOFILTER does not allow editing of the query results READWRITE does. -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Richard Kaye Sent: Monday, April 09, 2018 2:29 PM To: profoxt...@leafe.com Subject: RE: .tmp Is Read-Only fyi NOFILTER==READWRITE

RE: .tmp Is Read-Only

2018-04-09 Thread Richard Kaye
fyi NOFILTER==READWRITE -- rk -Original Message- From: ProfoxTech <profoxtech-boun...@leafe.com> On Behalf Of Frank Cazabon Sent: Monday, April 09, 2018 1:36 PM To: profoxt...@leafe.com Subject: Re: .tmp Is Read-Only Paul, this is probably due to VFP's optimisation. Alwa

Re: .tmp Is Read-Only

2018-04-09 Thread Fred Taylor
development and compiled >> versions of my program. >> >> Paul >> >> -Original Message- >> From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Paul >> H. >> Tarver >> Sent: Monday, April 09, 2018 11:47 AM >> To: pr

Re: .tmp Is Read-Only

2018-04-09 Thread Frank Cazabon
Is Read-Only I think this is a two part question for VFP9: 1) Has anyone had any experience with getting a program error at runtime like this: File c:\users\paul\appdata\local\temp\xxx.tmp is read-only? I do not get a similar error when running in development mode and I have

Re: .tmp Is Read-Only

2018-04-09 Thread Fernando D. Bozzo
Just to complete a little more what I wrote: For Development I use a directory structure like this \root-app-dir => Directory from where I run the code and the EXE, and when MAIN.PRG is \config => contains the config.fpw included on the EXE/APP \classes

Re: .tmp Is Read-Only

2018-04-09 Thread Fernando D. Bozzo
Hi Paul, 1. Occurred to me, and I think that *could* have something to do with Windows Folder Virtualization 2. When Windows can't write to your CFG dirs, then automatically select the TEMP In my experience with this "strange" errors, I've fixed them creating a subdirectory by user behind a

RE: .tmp Is Read-Only

2018-04-09 Thread Paul H. Tarver
...@leafe.com Subject: .tmp Is Read-Only I think this is a two part question for VFP9: 1) Has anyone had any experience with getting a program error at runtime like this: File c:\users\paul\appdata\local\temp\xxx.tmp is read-only? I do not get a similar error when running

.tmp Is Read-Only

2018-04-09 Thread Paul H. Tarver
I think this is a two part question for VFP9: 1) Has anyone had any experience with getting a program error at runtime like this: File c:\users\paul\appdata\local\temp\xxx.tmp is read-only? I do not get a similar error when running in development mode and I have explicitly set