Re: [fpc-pascal] EFCreateError' Unable to create file

2009-01-26 Thread vmars
, January 25, 2009 5:36 AM Subject: Re: [fpc-pascal] EFCreateError' Unable to create file Try Memo1.Lines.SaveToFile(ExecuteName); Except ShowMessage('Shoots, couldnt SaveToFile!'); end; [Project raised exception class 'EFCreateError

Re: [fpc-pascal] EFCreateError' Unable to create file

2009-01-26 Thread Bart
On 1/26/09, vmars vm...@rgv.rr.com wrote: Double quotes are ok in windows. Check your system for any ShortCut aimed at c:\Program Files. And you'll see double quotes. I know, but that is not what I meant by saying that double quotes are not allowed in the filename. By that I meant they are

Re: [fpc-pascal] EFCreateError' Unable to create file

2009-01-26 Thread vmars
: Bart bartjun...@gmail.com To: FPC-Pascal users discussions fpc-pascal@lists.freepascal.org Sent: Monday, January 26, 2009 12:58 PM Subject: Re: [fpc-pascal] EFCreateError' Unable to create file On 1/26/09, vmars vm...@rgv.rr.com wrote: Double quotes are ok in windows. Check your system

Re: [fpc-pascal] EFCreateError' Unable to create file

2009-01-25 Thread Michael Van Canneyt
On Sat, 24 Jan 2009, vmars wrote: (Lazarus-0.9.26-fpc-2.2.2-win32.exe) winXP sp2 I am trying to SaveToFile a Memo1 to disk. But can't seem to get it to work. Is there a known bug? Try Memo1.Lines.SaveToFile(ExecuteName); Except ShowMessage('Shoots,

Re: [fpc-pascal] EFCreateError' Unable to create file

2009-01-25 Thread Bart
Try Memo1.Lines.SaveToFile(ExecuteName); Except ShowMessage('Shoots, couldnt SaveToFile!'); end; [Project raised exception class 'EFCreateError' with message: Unable to create file

[fpc-pascal] EFCreateError' Unable to create file

2009-01-24 Thread vmars
(Lazarus-0.9.26-fpc-2.2.2-win32.exe) winXP sp2 I am trying to SaveToFile a Memo1 to disk. But can't seem to get it to work. Is there a known bug? Try Memo1.Lines.SaveToFile(ExecuteName); Except ShowMessage('Shoots, couldnt SaveToFile!'); end; [Project