Search found 4 matches

by dkeith
Fri Sep 09, 2022 8:25 pm
Forum: XLSSpreadSheet
Topic: XLSSpreadSheet compile error
Replies: 4
Views: 1084

Re: XLSSpreadSheet compile error

I create a sheet w/chart from the code in the CreateChart demo, save the sheet to a stream, and load the stream in a TXLSSpreadSheet instance. At first this worked without error, now I'm getting an AV: compiled with : Delphi 11 madExcept version : 5.1.1 callstack crc : $6c28e940, $cbbea538, $cbbea53...
by dkeith
Fri Sep 09, 2022 7:44 pm
Forum: XLSSpreadSheet
Topic: XLSSpreadSheet compile error
Replies: 4
Views: 1084

Re: XLSSpreadSheet compile error

Figured it out. Removed and reinstalled XLSSpreadSheet demo, all is working now.

Thanks.
by dkeith
Tue Sep 06, 2022 6:24 pm
Forum: XLSSpreadSheet
Topic: XLSSpreadSheet compile error
Replies: 4
Views: 1084

Re: XLSSpreadSheet compile error

Thanks, that solved one problem. On to the next one: In the sample "CreateCharts", unit "Main.pas", the following code: // Set colors ChartSpace.Chart.PlotArea.BarChart.Shared.Series[0].ColorRGB := $FF0000; ...errors out with "[dcc32 Error] Main.pas(62): E2003 Undeclared ide...
by dkeith
Wed Aug 31, 2022 10:37 pm
Forum: XLSSpreadSheet
Topic: XLSSpreadSheet compile error
Replies: 4
Views: 1084

XLSSpreadSheet compile error

Working with Delphi Enterprise version 11.1.5, I downloaded and installed the demo XLSSpreadSheet for Delphi 11. I installed the spreadsheet bpl just fine, it pulled in readwrite as well, and successfully installed the components. I dropped a TXLSSpreadSheet control onto a TTabSheet inside of a TPag...