#11
|
|||
|
|||
![]()
Think I got it working.
I added a simple If statement Code:
var numColumns = (names.length < 6) ? 1 : 2; for (var c = 1; c <= numColumns; c++) if ( numColumns <= 1 ) myTable.AddColumn(32000); else myTable.AddColumn(16000); I will start modifying the format for the customers needs.. |
#12
|
|||
|
|||
![]()
Dan,
Is there away I can do a copy fit and not allow Line Breaks? I've used your code for past projects but I've never had to worry about Line Breaking when using Java. http://forums.pti.com/showthread.php...ht=CopyFitLine I've been digging thru the forum and Doc's and not seeing anything that is use full for my case. Thanks |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|