Hi,
I have a two main reports ('Maintenance' and 'RepairsInvoice'). they use the same sub report (MaintenanceDetails) that lists all the purchases with grouping.
As long as I don't implement the options listed below, all is fine.
mainreport has field: 'HidePrices: Yes/No'
SubReport has field: 'ShowOnInvoice: Yes/No'
Fields to be controlled by ShowonInvoice are:
txtPartDescription
SellPrice
Qty
VATRate
I have other fields that are not visible but require to be there.
The list of issues is:
For my sub report, there are certain items that I do not wish to be listed. in the Details Event On Format Section, I have: 'me.sellprice.visible=me.showoninvoice' etc.
The problem is that when printed, the whole list contains blank lines where there should be data.
1. how do I get rid of the blank lines during printing?
When the option group has no corresponding data, it is not shown on the printed invoice. However, when it does have one item of data and its 'ShowonInvoice=False', option group is printed but a blank line underneath.
2. how do I get to eleiminate this?
On my main report, I have a boolean field, 'HidePrices'. When this is set to true, I need to hide all the prices on subreport, irresepecitve of 'ShowOnInvoice' state.
3. How do I achieve this? bear in mind that there are two main reports.
Thank you in advance for your expert help and advice
I have a two main reports ('Maintenance' and 'RepairsInvoice'). they use the same sub report (MaintenanceDetails) that lists all the purchases with grouping.
As long as I don't implement the options listed below, all is fine.
mainreport has field: 'HidePrices: Yes/No'
SubReport has field: 'ShowOnInvoice: Yes/No'
Fields to be controlled by ShowonInvoice are:
txtPartDescription
SellPrice
Qty
VATRate
I have other fields that are not visible but require to be there.
The list of issues is:
For my sub report, there are certain items that I do not wish to be listed. in the Details Event On Format Section, I have: 'me.sellprice.visible=me.showoninvoice' etc.
The problem is that when printed, the whole list contains blank lines where there should be data.
1. how do I get rid of the blank lines during printing?
When the option group has no corresponding data, it is not shown on the printed invoice. However, when it does have one item of data and its 'ShowonInvoice=False', option group is printed but a blank line underneath.
2. how do I get to eleiminate this?
On my main report, I have a boolean field, 'HidePrices'. When this is set to true, I need to hide all the prices on subreport, irresepecitve of 'ShowOnInvoice' state.
3. How do I achieve this? bear in mind that there are two main reports.
Thank you in advance for your expert help and advice