Jump to content


sanitar

Member Since 20 Mar 2013
Offline Last Active Mar 21 2013 03:24 AM
-----

Posts I've Made

In Topic: vertical delimiter on printing

20 March 2013 - 10:27 PM

ok.so i remake the print nextgrid with table header and both lines via canvas :)

In Topic: vertical delimiter on printing

20 March 2013 - 02:02 AM

ok,i will "stay tune" about this question.
but i have another one about printing.
is it any way to print table with the table capton?not the column header,all table header.
or maybe make some "magic" :) with table,to take structure like in attach.
becouse when i use this code
NextGrid1.Columns.Add(TNxTextColumn);
NextGrid1.Columns[0].Width:=NextGrid1.Width;
NextGrid1.AddCells(['qqqqqq']);
NextGrid1.AddChildRow(NextGrid1.LastAddedRow);
NextGrid1.Cells[0, NextGrid1.LastAddedRow] := 'one more child row';
i have only rows,but i need to separate all rows starting from second on two cells.
is it impossible,to do what i want,or i just make something wrong?