From: Ringo on
Hi All

I want to know that how to add logic to visible or dismissible some object
in report print out.
eg.
if table.field ='' then
the label ID 39 visible or dismissble

Thanks
From: Drew Sharkey on
Turn the report object into a text box and then simply have the textbox
display the contents of your "table.field". If the field is blank, the
label is not made invisible, it is visible but is has no content.


--

From: Drew Sharkey
"Ringo" <Ringo(a)discussions.microsoft.com> wrote in message
news:6FE71810-BED0-45FE-BF54-21710C7B6CBA(a)microsoft.com...
> Hi All
>
> I want to know that how to add logic to visible or dismissible some object
> in report print out.
> eg.
> if table.field ='' then
> the label ID 39 visible or dismissble
>
> Thanks


From: Daniel Rimmelzwaan on
What does 'dismissible' mean?

"Ringo" wrote:

> Hi All
>
> I want to know that how to add logic to visible or dismissible some object
> in report print out.
> eg.
> if table.field ='' then
> the label ID 39 visible or dismissble
>
> Thanks
 | 
Pages: 1
Prev: Data migration
Next: Table Locking Issue