[Lazarus] StringGrid1.LoadFromCSVFile problem

fecske fecske fecske95 at gmail.com
Fri Nov 6 14:55:14 CET 2015


I was fixed this line in my lcsvutils.pas and the problem with lines
It has been okay.
System.Move(leadPtr^,W[1],length(W)*2);

And the last line of strange characters It is still not ok...
https://youtu.be/5US9mdUxSm4


On Fri, Nov 6, 2015 at 1:05 PM, Mattias Gaertner
<nc-gaertnma at netcologne.de> wrote:
> On Fri, 6 Nov 2015 09:15:31 +0100
> fecske fecske <fecske95 at gmail.com> wrote:
>
>>[...]
>> I could now test the Lazarus SVN Rev 50211
>> Unfortunately, I experience the same problem.
>> https://youtu.be/0OdBpKAwXGM
>>
>> I use it 'tab' delimiter #9.
>>
>> Here's the code:
>> procedure TForm1.FileListBox1Click(Sender: TObject);
>>   begin
>>     StringGrid1.LoadFromCSVFile(FileListBox1.FileName, #9, TRUE, 3 ,TRUE);
>>   end;
>>
>> I did a test, I wrote a Delphi code in a delphi IDE with unique
>> function and stringgrid, and  are not these characters and some lines
>> not displayed correctly
>> I use the same csv files.
>> can be found in the attached zip file
>
> Fixed.
>
> Mattias
>
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus




More information about the Lazarus mailing list