Error 108 - File is in use by another user on INSERT INTO line

2020-12-15 Thread MB Software Solutions, LLC
VFP9SP2 - Citrix/VMWare server, Win10 desktop image on client My error handling tripped on this simple line:                         INSERT INTO broker!doclinks (ifileid,idoctypeid,crange) VALUES (thisform.oFile.iid,liDocTypeID,ALLTRIM(loObj.txtRange.value)) VFP Help says this about Error 10

Re: Error 108 - File is in use by another user on INSERT INTO line

2020-12-15 Thread MB Software Solutions, LLC
On 12/15/2020 12:59 PM, MB Software Solutions, LLC wrote: VFP9SP2 - Citrix/VMWare server, Win10 desktop image on client My error handling tripped on this simple line:                         INSERT INTO broker!doclinks (ifileid,idoctypeid,crange) VALUES (thisform.oFile.iid,liDocTypeID,ALLTRIM

RE: Error 108 - File is in use by another user on INSERT INTO line

2020-12-15 Thread Jürgen Wondzinski
Hi Mike, see HELP for SET TABLEVALIDATE. You either haven't set that setting (then the default value is 1+2) or you got it wrong :) The "correct" value would be 1+4 = 5 or a plain 0 wOOdy -Ursprüngliche Nachricht- Von: ProFox Im Auftrag von MB Software Solutions, LLC Gesendet: Die

Re: Error 108 - File is in use by another user on INSERT INTO line

2020-12-15 Thread MB Software Solutions, LLC
I'll double-check it.  Pretty sure I set that to ZERO after the last time you guys recommended that.  ;-) On 12/15/2020 3:41 PM, Jürgen Wondzinski wrote: Hi Mike, see HELP for SET TABLEVALIDATE. You either haven't set that setting (then the default value is 1+2) or you got it wrong :) The

Re: ParallelFox - anyone using it in production?

2020-12-15 Thread Eric Selje
Joel Leach is giving us a demo of ParallelFox *right now*in our MadFox User Group. He uses it in production. Join is if you see this in time: https://global.gotomeeting.com/join/287756997 Eric On Wed, Nov 25, 2020 at 9:03 AM Bill Anderson wrote: > Alan, > > The author is definitely using it t