Re: [Harbour] Clipper Bof/Eof behavior on Skip

2009-06-02 Thread Teo Fonrouge
On 01/06/2009, at 10:18 p.m., Viktor Szakáts wrote: -n switch is needed with Clipper. --- Bof, Eof not Bof, Eof Bof, not Eof --- [ I deleted my existing test.dbf (with different content) to get these results. ] Brgds, Viktor Many thanks for your test Viktor. best regards, Teo _

Re: [Harbour] Clipper Bof/Eof behavior on Skip

2009-06-02 Thread Teo Fonrouge
On 01/06/2009, at 09:54 p.m., Bill Smith wrote: - Original Message - From: Teo Fonrouge On 01/06/2009, at 08:02 p.m., Bill Smith wrote: Hi Teo, The program compiled under Clipper 5.01, but the executable didn't generate a test.dbf file, and didn't generate any output to the termin

Re: [Harbour] Clipper Bof/Eof behavior on Skip

2009-06-01 Thread Bill Smith
Confirmed. Thank you Viktor! Bill - Original Message - From: Viktor Szakáts To: Harbour Project Main Developer List. Sent: Monday, June 01, 2009 8:18 PM Subject: Re: [Harbour] Clipper Bof/Eof behavior on Skip -n switch is needed with Clipper. --- Bof, Eof not Bof

Re: [Harbour] Clipper Bof/Eof behavior on Skip

2009-06-01 Thread Viktor Szakáts
-n switch is needed with Clipper. --- Bof, Eof not Bof, Eof Bof, not Eof --- [ I deleted my existing test.dbf (with different content) to get these results. ] Brgds, Viktor On Mon, Jun 1, 2009 at 7:40 PM, Teo Fonrouge wrote: > Hello, > > Could someone with Clipper 5.2, be so kind of compile an

Re: [Harbour] Clipper Bof/Eof behavior on Skip

2009-06-01 Thread Bill Smith
- Original Message - From: Teo Fonrouge On 01/06/2009, at 08:02 p.m., Bill Smith wrote: Hi Teo, The program compiled under Clipper 5.01, but the executable didn't generate a test.dbf file, and didn't generate any output to the terminal. Win98, Clipper 5.01 Bill Hello Bill, thank you f

Re: [Harbour] Clipper Bof/Eof behavior on Skip

2009-06-01 Thread Teo Fonrouge
On 01/06/2009, at 08:02 p.m., Bill Smith wrote: Hi Teo, The program compiled under Clipper 5.01, but the executable didn't generate a test.dbf file, and didn't generate any output to the terminal. Win98, Clipper 5.01 Bill Hello Bill, thank you for trying the sample. It is probably th

Re: [Harbour] Clipper Bof/Eof behavior on Skip

2009-06-01 Thread Bill Smith
nday, June 01, 2009 10:40 AM Subject: [Harbour] Clipper Bof/Eof behavior on Skip Hello, Could someone with Clipper 5.2, be so kind of compile and run the program bellow and post here the program output ?. Thanks in advance. Teo FUNCTION Main() IF ! File( "test.db

[Harbour] Clipper Bof/Eof behavior on Skip

2009-06-01 Thread Teo Fonrouge
Hello, Could someone with Clipper 5.2, be so kind of compile and run the program bellow and post here the program output ?. Thanks in advance. Teo FUNCTION Main() IF ! File( "test.dbf" ) DbCreate( "test.dbf", { { "FIELD1", "C", 10, 0 } } ) ENDIF USE test GetStatus() DbSkip( 1 ) Get