Re: [fpc-devel]Access violation with IndexName property of TDbf

2004-08-03 Thread Tony Maro
Tony Maro wrote: I'm not sure if this is a TDbf issue, or an FPC db issue, so I'm posting both places. I'm using CVS of FPC from about 1 hour ago. Basically, whatever I do, if I try to set the IndexName or IndexFieldNames property of the TDbf I get an access violation. Found it... This only

Re: [fpc-devel]Access violation with IndexName property of TDbf

2004-08-03 Thread Michael Van Canneyt
On Tue, 3 Aug 2004, Tony Maro wrote: Tony Maro wrote: I'm not sure if this is a TDbf issue, or an FPC db issue, so I'm posting both places. I'm using CVS of FPC from about 1 hour ago. Basically, whatever I do, if I try to set the IndexName or IndexFieldNames property of the TDbf I

Re: [fpc-devel]Access violation with IndexName property of TDbf

2004-08-03 Thread Joost van der Sluis
Seems like a lot of people are doing double work here :-) Yep... I already had a fix for this from Micha Nelissen, but it hasn't been committed yet. Tonight I plan to commit all remaining patches. A Small IRC-Log: neli

[fpc-devel]Access violation with IndexName property of TDbf

2004-08-02 Thread Tony Maro
I'm not sure if this is a TDbf issue, or an FPC db issue, so I'm posting both places. I'm using CVS of FPC from about 1 hour ago. Basically, whatever I do, if I try to set the IndexName or IndexFieldNames property of the TDbf I get an access violation. Here's a sample: var MyDbf: TDbf;