Re: File is Not Open error

2011-12-30 Thread Jean Haidar
it may it an index issue. will pass on to the developer who is having the issue.   thanks to all of you. From: Ken Dibble To: profox@leafe.com Sent: Thursday, December 29, 2011 11:55 AM Subject: Re: File is Not Open error >Did you ever see an error ‘File is Not Open’? I am getting t

Re: File is Not Open error

2011-12-30 Thread Jean Haidar
an   From: GaryT To: ProFox Email List Sent: Thursday, December 29, 2011 12:43 PM Subject: Re: File is Not Open error Ed Leafe wrote: > On Dec 29, 2011, at 11:02 AM, Jean Haidar wrote: > >> Select table 1 >> Locate >> Scan >> Code… > >     Perhaps ano

Re: File is Not Open error

2011-12-30 Thread Jean Haidar
no transaction processing in here   ENDSCAN  is used. not sure how the space get in between END and SCAN?   From: Dan Covill To: ProFox Email List Sent: Thursday, December 29, 2011 11:37 AM Subject: Re: File is Not Open error On 12/29/11 09:02, Jean Haidar wrote: > Scan > Code.. &

Re: File is Not Open error

2011-12-30 Thread Christof Wollenhaupt
> > Did you ever see an error ‘File is Not Open’? When the FPT file is read-only, but the DBF file isn't... --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___ Post Messages to:

Re: File is Not Open error

2011-12-29 Thread Alan Bourke
In the VFP command window, do SET TABLEVALIDATE 3 and try opening the table. On Thu, Dec 29, 2011, at 09:02 AM, Jean Haidar wrote: > Did you ever see an error ‘File is Not Open’? I am getting this error at > an ‘END SCAN’ command. It is not coming always. It is sporadic. The > scenario is like thi

Re: File is Not Open error

2011-12-29 Thread GaryT
Ed Leafe wrote: > On Dec 29, 2011, at 11:02 AM, Jean Haidar wrote: > >> Select table 1 >> Locate >> Scan >> Code… > > Perhaps another nit, but the LOCATE is redundant here. SCAN implies > starting at the top. > > -- Ed Leafe Jean supplied just one word indicators. I'd lay odds the code

Re: File is Not Open error

2011-12-29 Thread Ed Leafe
On Dec 29, 2011, at 11:02 AM, Jean Haidar wrote: > Select table 1 > Locate > Scan > Code… Perhaps another nit, but the LOCATE is redundant here. SCAN implies starting at the top. -- Ed Leafe ___ Post Messages to: ProFox@leafe.com Subscri

Re: File is Not Open error

2011-12-29 Thread Ken Dibble
>Did you ever see an error ‘File is Not Open’? I am getting this error >at an ‘END SCAN’ command. It is not coming always. It is sporadic. The >scenario is like this. Select table 1 Locate Scan Code… Code… Select >tableble2 Locate Scan Code.. Code… Code… End Scan &&& I am gm getting thi

Re: File is Not Open error

2011-12-29 Thread Ken Dibble
> > End Scan&&& I am getting this error here sometimes. > >Perhaps a nit, but that should be 'EndScan', not 'End Scan'. >The only VFP command with 'End' and a space is 'End Transaction'. I've >never used it, but since the first four letters match, is your program >perhaps trying to execute an 'e

Re: File is Not Open error

2011-12-29 Thread Dan Covill
On 12/29/11 09:02, Jean Haidar wrote: > Scan > Code.. > Code… > Code… > End Scan&&& I am getting this error here sometimes. Perhaps a nit, but that should be 'EndScan', not 'End Scan'. The only VFP command with 'End' and a space is 'End Transaction'. I've never used it, but since the first

File is Not Open error

2011-12-29 Thread Jean Haidar
Did you ever see an error ‘File is Not Open’? I am getting this error at an ‘END SCAN’ command. It is not coming always. It is sporadic. The scenario is like this. Select table 1 Locate Scan Code… Code… Select table2 Locate Scan Code.. Code… Code… End Scan &&& I am getting this error here somet