hide table design when no value

Akai90

Member
Local time
Today, 07:00
Joined
Feb 8, 2022
Messages
67
hi

in report, how to hide table gridlines if no value

check the picture

Untitled.png


thanks
 
is this a subreport? or listbox? something else?

If so, what is the sql that would populate it if there was anything?
 
It is possible to have a section event that fires before printing; it might be possible to cancel the section so that the detail area (which IS a section)( would be skipped.

 
I wasn't even aware of that event for reports (On No Data). Thanks Mike.
 

Users who are viewing this thread

Back
Top Bottom