Hello,
I have a subform which i was trying to flag a barcode (field) to be visible if a "Special" box is checked. I used code "special = -1" etc etc. everything works great on the subform if I have the code in the "Current" condition and in the 'Special' "AfterUpdate" condition; However I cannot seem to get this to load when the subform is used as a subreport for printing. The Barcode is always visible.
My solution was to just change the barcode to a non-functioning one, and save the value in a table.
SO, the question is: Is there a relatively simple way to get the subform class module to activate when that subform is pulled in as a subreport?
Hope this makes sense.
I have a subform which i was trying to flag a barcode (field) to be visible if a "Special" box is checked. I used code "special = -1" etc etc. everything works great on the subform if I have the code in the "Current" condition and in the 'Special' "AfterUpdate" condition; However I cannot seem to get this to load when the subform is used as a subreport for printing. The Barcode is always visible.
My solution was to just change the barcode to a non-functioning one, and save the value in a table.
SO, the question is: Is there a relatively simple way to get the subform class module to activate when that subform is pulled in as a subreport?
Hope this makes sense.