I'm creating a simple list report with columns and rows.
I don't use Table object because I need paging in html view in ReportWriter
I add ID, First Name, Last Name, Phone to the detail band in the report.
Per your docs I set Dock = Left to each item. (they all align nicely)
Now I need to insert Middle Initial between First Name and Last Name
I select Last Name and Phone and set Dock = None, i move them to the right to make room for Middle Initial
I add Middle Initial field and insert it between First and Last Name. My field order looks like ID, First Name, Middle Initial, Last Name, Phone
Here's the problem:
When I select all fields and set Dock = Left. Middle Initial is moved to end! ID, First Name, Last Name, Phone, Middle Initial.
When dock = left is set, it appears the designer aligns based on the order in which you add the field. How do i change that behavior?
I don't use Table object because I need paging in html view in ReportWriter
I add ID, First Name, Last Name, Phone to the detail band in the report.
Per your docs I set Dock = Left to each item. (they all align nicely)
Now I need to insert Middle Initial between First Name and Last Name
I select Last Name and Phone and set Dock = None, i move them to the right to make room for Middle Initial
I add Middle Initial field and insert it between First and Last Name. My field order looks like ID, First Name, Middle Initial, Last Name, Phone
Here's the problem:
When I select all fields and set Dock = Left. Middle Initial is moved to end! ID, First Name, Last Name, Phone, Middle Initial.
When dock = left is set, it appears the designer aligns based on the order in which you add the field. How do i change that behavior?