Search found 1570 matches

by larsa
Fri Sep 10, 2021 10:32 am
Forum: XLSReadWritwII 6
Topic: XLSGrid - Changing tab at run time
Replies: 2
Views: 1915

Re: XLSGrid - Changing tab at run time

Hello

Here is an example example:

Code: Select all

XLSGrid.XLS.SelectedTab := SheetIndex;
XLSGrid.XLSChanged;
by larsa
Mon Sep 06, 2021 8:19 am
Forum: XLSReadWriteII version history
Topic: 6.01.10
Replies: 0
Views: 3866

6.01.10

! Can not find font.
by larsa
Mon Sep 06, 2021 8:19 am
Forum: XLSReadWriteII version history
Topic: 6.01.09
Replies: 0
Views: 2773

6.01.09

+ User fonts for Comments. See Comments sample for details.
by larsa
Mon Aug 16, 2021 12:26 pm
Forum: XLSReadWritwII 6
Topic: Compile for Linux 64 on Delphi 10.4.2
Replies: 3
Views: 2102

Re: Compile for Linux 64 on Delphi 10.4.2

Hello

Delphi with FMX have supported OSX for many years.

You don't need the XLSZlibPas5.pas unit. It's used for some rare situations when Delphi's ZIP lib don't works. Just remove the unit. The gzip files is then not needed either.
by larsa
Fri Jul 30, 2021 10:01 am
Forum: AXWWriter and DOCXReadWrite
Topic: Does DOCXReadWrite utilizes OpenXML SDK
Replies: 1
Views: 1653

Re: Does DOCXReadWrite utilizes OpenXML SDK

Hello

Yes, the component is a sort of SDK for word files but the syntax is of course not the same as Microsoft.
by larsa
Fri Jul 30, 2021 9:57 am
Forum: XLSReadWritwII 6
Topic: Compile for Linux 64 on Delphi 10.4.2
Replies: 3
Views: 2102

Re: Compile for Linux 64 on Delphi 10.4.2

Hello

I don't have a Linux installation so I can't test this but I can't see any reason why it not should work. Compiling for Mac which is a unix variant works. You will of course need the source code. You will also need Linux object files for gzip.
by larsa
Thu May 27, 2021 12:19 pm
Forum: XLSReadWritwII 6
Topic: Font name of the Comment
Replies: 2
Views: 1819

Re: Font name of the Comment

Hello

Sorry, this is not implemented.
by larsa
Wed May 26, 2021 11:21 am
Forum: AXWWriter and DOCXReadWrite
Topic: How to draw a horizontal line in a docx document
Replies: 9
Views: 2743

Re: How to draw a horizontal line in a docx document

Hello

A new update is ready now. Please download it.
by larsa
Wed May 19, 2021 9:38 am
Forum: AXWWriter and DOCXReadWrite
Topic: How to draw a horizontal line in a docx document
Replies: 9
Views: 2743

Re: How to draw a horizontal line in a docx document

Hello

This is fixed now. The problem was that the line was in the wrong color (white). Please download the component again.
by larsa
Mon May 17, 2021 11:21 am
Forum: AXWWriter and DOCXReadWrite
Topic: How to draw a horizontal line in a docx document
Replies: 9
Views: 2743

Re: How to draw a horizontal line in a docx document

Hello

I can confirm the problem but there is no fix yet.
by larsa
Mon May 17, 2021 11:18 am
Forum: AXWWriter and DOCXReadWrite
Topic: Non-latin characters
Replies: 2
Views: 1456

Re: Non-latin characters

Hello

This is fixed now. Please download the latest update.
by larsa
Sat May 08, 2021 2:20 pm
Forum: AXWWriter and DOCXReadWrite
Topic: How to draw a horizontal line in a docx document
Replies: 9
Views: 2743

Re: How to draw a horizontal line in a docx document

Hello

Please send me a word file with this issue.
by larsa
Sat May 08, 2021 2:19 pm
Forum: AXWWriter and DOCXReadWrite
Topic: SaveToFile and Textboxes
Replies: 5
Views: 1947

Re: SaveToFile and Textboxes

Hello I have put this on the todo list. As I have 300+ messages with you in my email thread with you, I consider you to have run out of support. 300+ messages is more than fair use. If you want more support then you have to purchase an upgrade of the component. You is of course welcome to report any...
by larsa
Sat May 01, 2021 3:25 pm
Forum: AXWWriter and DOCXReadWrite
Topic: SaveToFile and Textboxes
Replies: 5
Views: 1947

Re: SaveToFile and Textboxes

Hello

Yes, I'm here.
by larsa
Wed Apr 28, 2021 9:13 am
Forum: XLSReadWriteII version history
Topic: 6.01.08
Replies: 0
Views: 2915

6.01.08

! Invalid XLSX when reading/writing files with pivot tables multiple times.