RE: "File is not open"

2014-05-27 Thread mbsoftwaresolutions
I am using a lot of PRGs that I'm referencing in SET PROCEDURE TO calls. My BizObj & DataObj classes are in the PRGs and there's a lot of OOP. (I'm not a fan of VCX classes for BizObj and DataObj classes.) Most likely it was as you said about the PRGs held open. On 2014-05-18 02:39, Allen w

RE: "File is not open"

2014-05-18 Thread mbsoftwaresolutions
I haven't had the problems you mention with the debugger (that I realize anyway), although there are times when I go to compile and it just hangs. Task Manager has it using 25% CPU but it just sits there in a "wait...I'm working" icon state. Have to End-Task when that happens. On 2014-05-18

RE: "File is not open"

2014-05-17 Thread Allen
VFP does hold compiled prg files open. Which is why you can get problems in debug, which should be renamed buggy as it causes more fall over's than anything, being able to display the code. But clear all does not deal with them. I must admit I have never had a problem like yours, but then I issue a

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