Forum > FPvectorial
[SOLVED] Adding columns to a Word document table (FPVectorial)
JD:
It worked!!!! Thanks a lot Mike.Cornflake.
I'll post the final solution later today to help those who might be facing a similar problem.
JD
Mike.Cornflake:
I've never used Class Helpers. Can't see why your code didn't work, but glad we finally got there :-)
Many thanks for your patience with this issue.
JD:
--- Quote from: Mike.Cornflake on April 17, 2019, 12:59:59 pm ---I've never used Class Helpers. Can't see why your code didn't work, but glad we finally got there :-)
Many thanks for your patience with this issue.
--- End quote ---
The code with the class helper and your own code all work perfectly now. :D
Class helpers extend the functionality of existing classes without the need of modifying the classes themselves. I use them when I am not the author of a class and I either don't have the source code for the class OR I don't want to modify it so that I don't break anything.
JD
JD:
Here is the sample published project in case anyone has a similar problem.
JD
Dean Qin:
--- Quote from: JD on April 17, 2019, 04:20:20 pm ---Here is the sample published project in case anyone has a similar problem.
JD
--- End quote ---
Hi, JD
thanks for your example, it's very helpful.
I have another question, do you know why we should add a space after a single char , otherwise it will become empty?
As i tested, every single char such as 'A', 'B', or '1', '2'... will be empty in saved docx or odt file
Navigation
[0] Message Index
[#] Next page
[*] Previous page