Visible or out of page area ?
Hi,
How can i check that dynamically created label is visible on report page (all bouds are in page area - full visible).
After that is possible to delete not visible component from report page (component_name.free) - there will be no diffrence in Preview
Sorry for my english
Thanks
How can i check that dynamically created label is visible on report page (all bouds are in page area - full visible).
After that is possible to delete not visible component from report page (component_name.free) - there will be no diffrence in Preview
Sorry for my english
Thanks
Comments
from poLandscape to poPortrait ?
or design 2 different pages one for portrait and one for landscape and decide which to use at start of report, unless you like writing code to check every object in the report.
Or if it is on a band, check if memo.Left > band.Left + band.Width
also you need to do it in every band and it will lead to a lot of code to process.
You need to know which objects to check within each band or you will have to iterate through all the objects in each band to find the one's whose left is greater than the value.
it is much easier to use 2 design pages and process 1 variable to decide which page you are using.