Example; 3 tabular data fields image shows more but you can see what I am talking about...
X Y HT WIDTH
0 0 44 600
0 44 44 600
0 88 44 600
When this is displayed you can see overlap between the 1st and 2nd and than a gap between the 2nd and 3rd.
Also If I try to set these to 45 the values is not held and it goes back to 44, It seems that I can either have 44 than 48 on the height. This is a difference of 4 rows on the form which are extremely critical to me. Also, I will dynamically creating the dimensions in code where it must give me the same size and spacing.
Y = row * 44 or preferably Y = row * 45 with HT = 45 which will allow my font size to fit perfectly.
Is there a way to get better resolution?
I am trying to get 85+ rows on a single letter size page.
Thanks
TPS