G
Guest
Hallo everybody
I had made a post about this question.But the solutions offered did not help
me.Once more
There are blank spaces for instance
Age <---------------label called lblAge
45 <--value from Age textbox
46 <--value from Age textbox
67 <--value from Age textbox
Should be
Age
45
46
67
I have set the CanShrink of all the sections to No and for the textbox.But
it has had no effect.I have also used the Trim function but it doesn not
work.If there a way using code to get rid of the blanks.I have also got rid
of the footer sections.I am not worried about the alignment of the data.
I had made a post about this question.But the solutions offered did not help
me.Once more
There are blank spaces for instance
Age <---------------label called lblAge
45 <--value from Age textbox
46 <--value from Age textbox
67 <--value from Age textbox
Should be
Age
45
46
67
I have set the CanShrink of all the sections to No and for the textbox.But
it has had no effect.I have also used the Trim function but it doesn not
work.If there a way using code to get rid of the blanks.I have also got rid
of the footer sections.I am not worried about the alignment of the data.