Re: RE: [Harbour] gpf with dbcreate and char field

2010-04-23 Thread Przemysław Czerpak
On Fri, 23 Apr 2010, Horodyski Marek (PZUZ) wrote: Hi, > > this sample generates an GPF > > > > struct := {{"campo1","C",65000,0},{"campo2","C",65000,0}} > > dbcreate("test1.dbf",struct) > > --- > > It is normal or I'm doing something wrong ? > No it should be RTE

RE: [Harbour] gpf with dbcreate and char field

2010-04-23 Thread Horodyski Marek (PZUZ)
-Original Message- From: Przemysław Czerpak [mailto:dru...@acn.waw.pl] Sent: Friday, April 23, 2010 12:02 AM To: Harbour Project Main Developer List. Subject: Re: [Harbour] gpf with dbcreate and char field On Thu, 22 Apr 2010, Lautaro Moreira wrote: Hi, > this sample generates an

Re: [Harbour] gpf with dbcreate and char field

2010-04-22 Thread Lautaro Moreira
Ok, Many thanks, Lautaro Moreira El 22/04/2010 18:02, Przemysław Czerpak escribió: On Thu, 22 Apr 2010, Lautaro Moreira wrote: Hi, this sample generates an GPF struct := {{"campo1","C",65000,0},{"campo2","C",65000,0}} dbcreate("test1.dbf",struct) --- It i

Re: [Harbour] gpf with dbcreate and char field

2010-04-22 Thread Przemysław Czerpak
On Thu, 22 Apr 2010, Lautaro Moreira wrote: Hi, > this sample generates an GPF > > struct := {{"campo1","C",65000,0},{"campo2","C",65000,0}} > dbcreate("test1.dbf",struct) > --- > It is normal or I'm doing something wrong ? No it should be RTE instead of GPF. In

Re: [Harbour] gpf with dbcreate and char field

2010-04-22 Thread Lautaro Moreira
Hello, Yes, I' know is it wrong but is simple for a small program. Best regards, PD: Sorry for my bad english. El 22/04/2010 17:03, Estéfano Tonon escribió: You'll trying to create a field with length = 65000 ??? Em 22/4/2010 17:57, Lautaro Moreira escreveu: Hello, this sample generates

Re: [Harbour] gpf with dbcreate and char field

2010-04-22 Thread Estéfano Tonon
You'll trying to create a field with length = 65000 ??? I don't know the limitation... but this field length is too big... use memo... []'s Tonon Em 22/4/2010 17:57, Lautaro Moreira escreveu: Hello, this sample generates an GPF struct := {{"campo1","C",65000,0},{"cam

Re: [Harbour] gpf with dbcreate and char field

2010-04-22 Thread Estéfano Tonon
You'll trying to create a field with length = 65000 ??? Em 22/4/2010 17:57, Lautaro Moreira escreveu: Hello, this sample generates an GPF struct := {{"campo1","C",65000,0},{"campo2","C",65000,0}} dbcreate("test1.dbf",struct) --- It is normal or I'm doing

[Harbour] gpf with dbcreate and char field

2010-04-22 Thread Lautaro Moreira
Hello, this sample generates an GPF struct := {{"campo1","C",65000,0},{"campo2","C",65000,0}} dbcreate("test1.dbf",struct) --- It is normal or I'm doing something wrong ? Best regards, Lautaro Moreira ___ Harbour