You've already forked lazarus-ccr
RxFPC:fix export from RxDBGrid to Spreadsheet data with collumn.field=nil
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4550 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -241,7 +241,8 @@ begin
|
||||
CT:=C.Title as TRxColumnTitle;
|
||||
if C.Visible then
|
||||
begin
|
||||
|
||||
if Assigned(C.Field) then
|
||||
begin
|
||||
S:=C.Field.DisplayText;
|
||||
if (C.KeyList.Count > 0) and (C.PickList.Count > 0) then
|
||||
begin
|
||||
@ -264,6 +265,7 @@ begin
|
||||
FWorksheet.WriteNumber(FCurRow, FCurCol, C.Field.AsFloat, nfFixed, 2)
|
||||
else
|
||||
FWorksheet.WriteUTF8Text(FCurRow, FCurCol, S);
|
||||
end;
|
||||
|
||||
if ressExportColors in FOptions then
|
||||
begin
|
||||
|
Reference in New Issue
Block a user