trichview.com

trichview.support




changed table view after inserting data in a table with program


Return to index


Author

Message

Zekeriye Bozkurt

Posted: 12/03/2003 10:50:26


Hi;

First;

I have a got doc with nearly contain full page size (A4) with a table.

The table size is 21 x 40 (column x rows)

At the designind the table the table was overed the page width so I

smalled it using "Table Properties -> Percent -> 95

Now I can see the table at the page one page.

When I was entering the table data (some of the cells) I haven't got any

problem about the page and the table. The table was not over the one

page. But When I was entering the data with programmaticly The table was

over the page length.

// I am using the code like this.

// Found the table at the doc.

xrvtable:=xitemno;

rve.beginitemmodify(xitemno, xdata);

xrvtable.cells[x,y].clear;

xrvtable.cells[x,y].addnl(xdata,xtextstyle,xparacenter);

...

rve.enditemmodify(xitemno,xdata);

rve.format;

rve.clearundo;


//

have got a mistake?


Second; Which command I use to change table.rows vertical aligment


Zekeriye Bozkurt


ps: I am very sory for my bad english





Powered by ABC Amber Outlook Express Converter