Hello all,

I downloaded the latest update (7.2+SR3) and tried to use once again the use-new-output command.

Most of the things works perfectly now but i encountered a new problem that i am hoping one of you could help me.

when i create a table in the document it always on the same size no matter what i do

g_ooutfile.BeginTable(90, Constants.C_BLACK, Constants.C_TRANSPARENT, Constants.FMT_LEFT | Constants.FMT_REPEAT_HEADER, 20);
                         g_ooutfile.TableRow();                 
                         g_ooutfile.TableCell("Field", 20, "Times New Roman", 12, Constants.C_BLACK,vbRgb(255,192,0), 0, Constants.FMT_CENTER| Constants.FMT_VCENTER | Constants.FMT_NOBORDER, 0);
                         g_ooutfile.TableCell("Description", 60, "Times New Roman", 12, Constants.C_BLACK,vbRgb(255,192,0), 0, Constants.FMT_CENTER| Constants.FMT_VCENTER | Constants.FMT_NOBORDER, 0);
                         g_ooutfile.TableCell("Mandatory (yes/No)", 20, "Times New Roman", 12, Constants.C_BLACK,vbRgb(255,192,0), 0, Constants.FMT_CENTER| Constants.FMT_VCENTER | Constants.FMT_NOBORDER, 0);
..
...

..
.
.
..
g_ooutfile.EndTable("",90, "Times New Roman",12,Constants.C_BLACK,Constants.C_BLACK,0,Constants.FMT_LEFT,0);  

I tried to play with the number in the BeginTable/EndTable/TAbleCell commands but nothing changes the size.

Any idea would be highly appreciated,

Thank you very much in advance

Gilad

 or register to reply.

Notify Moderator