N
neonico
Hi everybody!
i am working on mailmerging. I am trying to create cells dynamically in a
table. When I creat my cells in this manner:
for( int i=0; i<4; i++)
{oCells.Add(vtOptional);}
The 3 first cells are created clearly. But the fourth cause the following
error:
"This exceeds the maximum width". How can we solve this problem.
Nico.
i am working on mailmerging. I am trying to create cells dynamically in a
table. When I creat my cells in this manner:
for( int i=0; i<4; i++)
{oCells.Add(vtOptional);}
The 3 first cells are created clearly. But the fourth cause the following
error:
"This exceeds the maximum width". How can we solve this problem.
Nico.