Hello
The problem is fixed.I sent you an email about purchase, please check.
Search found 16 matches
- Wed Jun 02, 2021 9:24 am
- Forum: AXWWriter and DOCXReadWrite
- Topic: How to draw a horizontal line in a docx document
- Replies: 9
- Views: 5338
- Mon May 24, 2021 8:17 am
- Forum: AXWWriter and DOCXReadWrite
- Topic: How to draw a horizontal line in a docx document
- Replies: 9
- Views: 5338
Re: How to draw a horizontal line in a docx document
Hello In the past few days, we tested AXWWriter again for the function of drawing and saving horizontal line in the component. It is found that the AppendHorizontalLine() function has been improved, and black horizontal line can be drawn by default. However, we also discovered that new problems have...
- Wed May 19, 2021 2:09 am
- Forum: AXWWriter and DOCXReadWrite
- Topic: How to draw a horizontal line in a docx document
- Replies: 9
- Views: 5338
Re: How to draw a horizontal line in a docx document
Hello After nearly a year of testing, we are convinced that AXWWriter can help us complete the document generation work currently underway for books management. However, because of the horizontal line problem, this made us hesitant to buy this component. We really hope you can fix this problem,We wi...
- Fri May 14, 2021 1:54 am
- Forum: AXWWriter and DOCXReadWrite
- Topic: How to draw a horizontal line in a docx document
- Replies: 9
- Views: 5338
Re: How to draw a horizontal line in a docx document
A few days ago, the test document was sent to you. Have you confirmed the issue of the horizontal line? Can you inform in time? This is very important for our future projects.
- Sat May 08, 2021 1:12 am
- Forum: AXWWriter and DOCXReadWrite
- Topic: How to draw a horizontal line in a docx document
- Replies: 9
- Views: 5338
Re: How to draw a horizontal line in a docx document
In addition, when testing the latest version of AXWWrite2.00.41, it is found that when LoadFromFile() opens the input.docx source file, if this file contains a horizontal line, then after SaveToFile(), the output.docx target file will lose this horizontal line.
- Thu May 06, 2021 9:18 am
- Forum: AXWWriter and DOCXReadWrite
- Topic: How to draw a horizontal line in a docx document
- Replies: 9
- Views: 5338
How to draw a horizontal line in a docx document
Hello Under the latest version (2.00.41) of DOCXReadWrite, I use AppendHorizontalLine() method to draw a horizontal line,but it failed. This horizontal line is generated, but it cannot be displayed. The code is as follows FDOCX := TDOCXReadWrite.Create(nil); try Para := FDOCX.Editor.Paras.AppendPara...
- Wed Apr 21, 2021 3:29 am
- Forum: AXWWriter and DOCXReadWrite
- Topic: It's still about FDOCX.savetofile
- Replies: 0
- Views: 4884
It's still about FDOCX.savetofile
Hello. When I use the input.docx file as a template and save it as output.docx file.If input.docx contains a TextBox and its "Wrapping Style" property is "In front of text",after the output.docx file is generated,the location of the TextBox will be severely changed.However,if the...
- Tue Apr 20, 2021 6:35 am
- Forum: AXWWriter and DOCXReadWrite
- Topic: Attribute ‘Adjust List Indent’ lost when using AXWReports's savetofile
- Replies: 2
- Views: 3187
- Thu Apr 15, 2021 9:37 am
- Forum: AXWWriter and DOCXReadWrite
- Topic: Attribute ‘Adjust List Indent’ lost when using AXWReports's savetofile
- Replies: 2
- Views: 3187
Attribute ‘Adjust List Indent’ lost when using AXWReports's savetofile
hi, I used AXWReports to create a report using predefined Input_File.docx file as template.In this template, I click the right mouse button on the number ‘1.1’, select the ‘Adjust List Indent...’ command, and modify the ‘Follow number with’ attribute to be ‘Nothing’. But when I use'FDOCX.SaveToFile(...
- Mon Feb 01, 2021 12:45 am
- Forum: AXWWriter and DOCXReadWrite
- Topic: Add picture to paragraph with wrap
- Replies: 2
- Views: 1915
Re: Add picture to paragraph with wrap
Using AppendPicture,this works perfectly.Thank you
- Sun Jan 24, 2021 7:06 am
- Forum: AXWWriter and DOCXReadWrite
- Topic: Add picture to paragraph with wrap
- Replies: 2
- Views: 1915
Add picture to paragraph with wrap
Hi, I have the following problem with adding picture to paragraph. When I insert some text and pictures into the paragraph, I want the picture to follow the text, that is, "In line with text", so I set the "wrap" value to agowInLine, but it doesn't seem to work properly. I looked...
- Mon Jan 04, 2021 6:02 am
- Forum: AXWWriter and DOCXReadWrite
- Topic: How to use AppendHorizontalLine method correctly?
- Replies: 1
- Views: 1803
How to use AppendHorizontalLine method correctly?
How to use AppendHorizontalLine method correctly? I want to draw a horizontal line in the word document page, but it failed. This horizontal line is generated, but it cannot be displayed. The code is as follows: DOCX := TDOCXReadWrite.Create(nil); try Para := FDOCX.Editor.Paras.AppendPara; Para.Appe...
- Tue Dec 29, 2020 2:55 am
- Forum: AXWWriter and DOCXReadWrite
- Topic: Unsuccessful use of CHPX Property!
- Replies: 6
- Views: 3102
Re: Unsuccessful use of CHPX Property!
Hello
I got it in a group related to Delphi, but it is an unregistered version, I just tried it.I downloaded the latest trial version from axolot.com. and now, this problem has been solved. It seems that this is indeed caused by the lower version.
I got it in a group related to Delphi, but it is an unregistered version, I just tried it.I downloaded the latest trial version from axolot.com. and now, this problem has been solved. It seems that this is indeed caused by the lower version.
- Mon Dec 28, 2020 2:59 am
- Forum: AXWWriter and DOCXReadWrite
- Topic: Unsuccessful use of CHPX Property!
- Replies: 6
- Views: 3102
Re: Unsuccessful use of CHPX Property!
Hello Thank you very much I tried this code, but still no success.But this code inspired me, so I browsed the “axolot.com”, in the "Version history" TOPIC, I saw this message: --------------- 2.00.01 ! Wrong character properties when inserting text. --------------- After running this code,...
- Sat Dec 26, 2020 6:32 am
- Forum: AXWWriter and DOCXReadWrite
- Topic: Unsuccessful use of CHPX Property!
- Replies: 6
- Views: 3102
Re: Unsuccessful use of CHPX Property!
hello.
thank you for answer.I save str to abc.docs. my using office version is 2016. Maybe it has something to do with this?
thank you for answer.I save str to abc.docs. my using office version is 2016. Maybe it has something to do with this?