Hide detail

abbers_01

Registered User.
Local time
Yesterday, 23:51
Joined
Aug 31, 2007
Messages
45
Is there a way to hide detail in a report but still have it do calculations? I currently have calculations in the onPrint sub that I would like to still still calculate however I don't want to actually view the information, rather I just want to see the totals at the end of the report.

I've tried changing the detail visible property and that prevents the onPrint subroutine from being called.
 
Hi

You could make the Font Color and the Background Colour of each control the same.
 
its a logic thing then.

what are you doing in the onprint event, iif you aren't printing the section.

whatever it is, there will be a way round it.
 

Users who are viewing this thread

Back
Top Bottom