Tables export to RTF problem
Posted: Thu Aug 03, 2006 5:54 pm
Hi Sergey,
Excellent product but I have a small problem with this code:
LinesTable.BestWidth := 0;
LinesTable.InsertCols(0,LineColumns-1,0,false);
LinesTable.Cells[0,0].BestWidth := -29; //Description
LinesTable.Cells[0,1].BestWidth := -17; //Client Ref
LinesTable.Cells[0,2].BestWidth := -12; //Amount
LinesTable.Cells[0,3].BestWidth := -11; //Discount
LinesTable.Cells[0,4].BestWidth := -10; //Vat Rate
LinesTable.Cells[0,5].BestWidth := -9; //Vat Amount
LinesTable.Cells[0,6].BestWidth := -12; // Net Amount
This displays and prints perfectly in Richview but when an RTF file is created, the column widths collapse, so that the table becomes unreadable.
I have tried using fixed pixel widths but the RTF columns default to identical widths, whatever fgures are set in BestWidth.
Any suggestions?
Ian
Excellent product but I have a small problem with this code:
LinesTable.BestWidth := 0;
LinesTable.InsertCols(0,LineColumns-1,0,false);
LinesTable.Cells[0,0].BestWidth := -29; //Description
LinesTable.Cells[0,1].BestWidth := -17; //Client Ref
LinesTable.Cells[0,2].BestWidth := -12; //Amount
LinesTable.Cells[0,3].BestWidth := -11; //Discount
LinesTable.Cells[0,4].BestWidth := -10; //Vat Rate
LinesTable.Cells[0,5].BestWidth := -9; //Vat Amount
LinesTable.Cells[0,6].BestWidth := -12; // Net Amount
This displays and prints perfectly in Richview but when an RTF file is created, the column widths collapse, so that the table becomes unreadable.
I have tried using fixed pixel widths but the RTF columns default to identical widths, whatever fgures are set in BestWidth.
Any suggestions?
Ian