Re: Error 108 on an INSERT INTO MyVFPTable

2018-03-22 Thread mbsoftwaresolutions
Hi Frank, Nope. Still a mystery. Rarely happens so not on the "urgent" list. --Mike On 2018-03-20 07:57, Frank Cazabon wrote: Mike, did you ever solve this? Frank. Frank Cazabon On 15/03/2018 08:32 PM, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: VFP9SP2 app/Win10 Pro workstatio

Re: Error 108 on an INSERT INTO MyVFPTable

2018-03-20 Thread Frank Cazabon
Mike, did you ever solve this? Frank. Frank Cazabon On 15/03/2018 08:32 PM, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: VFP9SP2 app/Win10 Pro workstation/Win2012 Server Got a bug report from a client today that threw a 108 "File is in use by another user" on an INSERT INTO statement

RE: Error 108 on an INSERT INTO MyVFPTable

2018-03-16 Thread Richard Kaye
It's a SET function. You should be able to find that in the help. -- rk -Original Message- From: ProfoxTech On Behalf Of Koen Piller Sent: Friday, March 16, 2018 12:16 PM To: profoxt...@leafe.com Subject: Re: Error 108 on an INSERT INTO MyVFPTable Tablevalidate() Cant find

Re: Error 108 on an INSERT INTO MyVFPTable

2018-03-16 Thread Koen Piller
ng the files, we don't hear > from > > them with that particular issue again. > > > > Good luck finding the culprit. > > > > Tracy > > > > -Original Message- > > From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of &

Re: Error 108 on an INSERT INTO MyVFPTable

2018-03-16 Thread Fernando D. Bozzo
..@leafe.com] On Behalf Of > mbsoftwaresoluti...@mbsoftwaresolutions.com > Sent: Thursday, March 15, 2018 8:32 PM > To: profoxt...@leafe.com > Subject: Error 108 on an INSERT INTO MyVFPTable > > VFP9SP2 app/Win10 Pro workstation/Win2012 Server > > Got a bug report from a client

Re: Error 108 on an INSERT INTO MyVFPTable

2018-03-16 Thread Frank Cazabon
What's your setting of TABLEVALIDATE? I have seen reports of this error on APPEND BLANK when SET TABLEVALIDATE is not 0. Frank. Frank Cazabon On 15/03/2018 08:32 PM, mbsoftwaresoluti...@mbsoftwaresolutions.com wrote: VFP9SP2 app/Win10 Pro workstation/Win2012 Server Got a bug report from a cl

RE: Error 108 on an INSERT INTO MyVFPTable

2018-03-16 Thread Tracy Pearson
-Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of mbsoftwaresoluti...@mbsoftwaresolutions.com Sent: Thursday, March 15, 2018 8:32 PM To: profoxt...@leafe.com Subject: Error 108 on an INSERT INTO MyVFPTable VFP9SP2 app/Win10 Pro workstation/Win2012 Se

Re: Error 108 on an INSERT INTO MyVFPTable

2018-03-16 Thread Peter Cushing
On 16/03/2018 06:34, Fernando D. Bozzo wrote: I didn't test it and didn't use it in many years, but could be possible that the table had a file lock (not record lock) by this another user? Don't know if the message is the same or something more like "table header is locked by another user" I ha

Re: Error 108 on an INSERT INTO MyVFPTable

2018-03-15 Thread Fernando D. Bozzo
I didn't test it and didn't use it in many years, but could be possible that the table had a file lock (not record lock) by this another user? Don't know if the message is the same or something more like "table header is locked by another user" El vie., 16 mar. 2018 4:30, escribió: > On 2018-

Re: Error 108 on an INSERT INTO MyVFPTable

2018-03-15 Thread mbsoftwaresolutions
On 2018-03-15 21:15, Richard Kaye wrote: INSERT INTO has to be doing an implicit USE, don't you think? I can't tell if the table was open, and if not, your logic is reasonable, but if it WAS already open, ___ Post Messages to: ProFox@leafe.co

RE: Error 108 on an INSERT INTO MyVFPTable

2018-03-15 Thread Richard Kaye
INSERT INTO has to be doing an implicit USE, don't you think? -- rk -Original Message- From: ProfoxTech On Behalf Of mbsoftwaresoluti...@mbsoftwaresolutions.com Sent: Thursday, March 15, 2018 8:32 PM To: profoxt...@leafe.com Subject: Error 108 on an INSERT INTO MyVFPTable VFP9SP

Error 108 on an INSERT INTO MyVFPTable

2018-03-15 Thread mbsoftwaresolutions
VFP9SP2 app/Win10 Pro workstation/Win2012 Server Got a bug report from a client today that threw a 108 "File is in use by another user" on an INSERT INTO statement (all VFP9 dbc tables). Found it interesting that the VFP Help file says that's on a USE, DELETE, or RENAME command (but not INSER