TMSFNCDataGrid - hide column and export with TMSFNCDataGrid1.SaveToCSVData

I've used your SampleDatabinding.dproj project for testing and want to save the data as a CSV file. The problem is that I don't want all columns to be saved in the CSV file. This isn't working; all columns are always saved.

procedure TForm12.Button4Click(Sender: TObject);

begin

TMSFNCDataGrid1.StopEditing;

TMSFNCDataGrid1.HideColumn(TMSFNCDataGrid1.ColumnIndexByHeader('Common_Name'));

TMSFNCDataGrid1.SaveToCSVData('C:\temp\exportTest.csv');

end;

How can I hide a column so that it is not displayed even with saveToCSVData?

Hi,

We adapted the code, next version will check if there are hidden columns.

Thanks for reporting!

Hi

it is not possible to install the new version 7.1.0.1

PAckage TMSFNCUIPackPkgDEDXE15.dpk(35): error E2202: Package 'FMXTMSFNCUIPackPkgDXE15'

Fehler beim Buildvorgang.

"C:\Users\XXXXX\AppData\Local\tmssoftware\registered\TMS FNC UI Pack\TMSFNCUIPackPkgDEDXE15.dproj" (Build Ziel) (1) ->
(_PasCoreCompile Ziel) ->
FMXTMSFNCUIPackPkgDXE15.dpk(29): error E2225: 'Never-build' Package 'rtl' muss neu compiliert werden [C:\Users\hauger-r\AppData\Local\tmssoftware\registered\TMS FNC UI Pack\TMSFNCUIPackPkgDEDXE15.dproj]
TMSFNCUIPackPkgDEDXE15.dpk(35): error E2202: Package 'FMXTMSFNCUIPackPkgDXE15' wird ben tigt, konnte aber nicht gefunden werden [C:\Users\XXXXX\AppData\Local\tmssoftware\registered\TMS FNC UI Pack\TMSFNCUIPackPkgDEDXE15.dproj]

0 Warnung(en)
2 Fehler

This means that there might be an issue with the Windows Path environment variable

Please consider switching to TMS Smart Setup instead which does not have this issue

I’ve do it with with the TMS Samrt Setup. I reinstall it and after that it was possible to install the TMS FNC UI PAck. But now it is not possible to install the TMS Dashboard. I’ve set to tms build -full. Error: [14:52:53] === Build Summary ===
[14:52:53] - TMS AI Studio 1.5.0.0 -> IGNORED.
[14:52:53] - TMS iCL 4.2.1.1 -> IGNORED.
[14:52:53] - TMS VCL UI Pack 13.5.12.0 -> IGNORED.
[14:52:53] - TMS FNC Core 4.2.2.2 -> NOT MODIFIED.
[14:52:53] - TMS FNC Cloud Pack 3.6.3.6 -> NOT MODIFIED.
[14:52:53] - TMS FNC Maps 4.4.4.0 -> NOT MODIFIED.
[14:52:53] - TMS FNC UI Pack 7.1.0.1 -> NOT MODIFIED.
[14:52:53] - TMS FNC WX Pack 1.7.3.3 -> NOT MODIFIED.
[14:52:53] - TMS FNC Dashboard Pack 1.3.2.0 -> FAILED.
[14:52:53] - Delphi 12 -> FAILED.
[14:52:53] - win32intel -> FAILED.
[14:52:53] - win64intel -> FAILED.
[14:52:53] - iosdevice64 -> FAILED.
[14:52:53] - android32 -> FAILED.
[14:52:53] - android64 -> FAILED.
[14:52:53] - iossimulator64arm -> FAILED.
[14:52:53] - win64xintel -> FAILED.
[14:52:53]
[14:52:53] To force rebuild libraries skipped because they were not modified, you can use "tms build -full".
[14:52:53]
[14:52:53] Build finished. Elapsed time: 00:00:09.9487368
[14:52:53]
[14:52:53] Install finished. Elapsed time: 00:00:12.2668432

Hi,

We are currently rebuilding TMS FNC Dashboard Pack, which should fix the issue.