Search found 4 matches
- Wed Dec 13, 2017 10:31 am
- Forum: AXWReports
- Topic: Compiler error in sampl app "AWXReportsSample" (Firemonkey)
- Replies: 1
- Views: 6332
Compiler error in sampl app "AWXReportsSample" (Firemonkey)
I tried to compile the sample app "AWXReportsSample" (for Firemonkey), but got a compiler error (in German): [dcc32 Fataler Fehler] DOCXReadWriteVcl.pas(35): F2613 Unit 'Dialogs' nicht gefunden. which means [dcc32 Fatal Error] DOCXReadWriteVcl.pas(35): F2613 Unit 'Dialogs' was not found. T...
- Tue Jun 17, 2014 9:15 am
- Forum: XLSReadWritwII 6
- Topic: How to save in Excel97-Format
- Replies: 1
- Views: 1893
How to save in Excel97-Format
Hello, internally I use a TXLSReadWriteII5 object with version set to xvExcel2007. But I want my users give the possibility to store the data also in Excel97 format. How can I do that? I tried the following procedure SwitchToOldXLSVersion; var strm: TMemoryStream; begin strm := TMemoryStream.Create;...
- Tue May 13, 2014 1:05 pm
- Forum: XLSReadWritwII 6
- Topic: Problem changing Excel-Version
- Replies: 3
- Views: 2954
Re: Problem changing Excel-Version
Thank you for the Information. Was that different in Verion 4? I have another question: Hoe can I determine, if an Excel file ist in "Mac" format. IN Version 4 this coud be done by xlsRW.Workbook.Date1904 (where xlsRW is an TXLSReadWriteII4 object) In Version 5 I get a compiler error wehen...
- Tue May 13, 2014 9:09 am
- Forum: XLSReadWritwII 6
- Topic: Problem changing Excel-Version
- Replies: 3
- Views: 2954
Problem changing Excel-Version
Hello we recently updated form XLSReadWriteII4 to XLSReadWriteII5 (5.20.22). I have a problem when the Excel-Version is modified during runtime. Our situation is as follows: -User can export data from our software to an Excel file, the data are written to a XLSReadWriteII5 object -The content of the...