Paul Posted June 7, 2021 Posted June 7, 2021 (edited) I am trying to line up 4 variable fields' decimal in a column that is left justified. http://forums.pti.com/picture.php?albumid=25&pictureid=44 I am using text measure to figure out the length of the longest of the 4 fields, subtract the length of each field from the longest length, and make the difference into a tab. var tb_fld_1 = '<p br="false" findent="'+(lg - tm_fld_1.textWidth)+'">' table.Rows[1].Cells[1].Content = (tb_fld_1+Field("S_BSC_COVG_AMT")); http://forums.pti.com/picture.php?albumid=25&pictureid=45 Getting closer but not there. Any Ideas of why the measurement is coming up short? Thanks Template is attacheddecimal issue_Schedule Benefits - table.zip Edited June 9, 2021 by Paul Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.