You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to myfyireporting
I have a report with a table followed by some textboxes. The table displays a recordset which overlaps the textboxes following it when rendered.
How do I avoid the table rendering over subsequent textboxes?
See image for example...
Delamaine Lotze
unread,
Feb 25, 2019, 5:54:32 PM2/25/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to myfyireporting
I resolved this issue, a rectangle was on the report with the table as a child control. All other controls were not children of the rectangle accordingly it caused overlapping.
Removed the rectangle as it was largely unnecessary. Hope this helps someone else.