Thank you for the reply.
I had tried the code in both the Before and then moved it to the
After. It works fine except when the MDI option is used.
If I print one record with MDI, it works as I ecpect. However if I
print multiple records, the EEP never turns on the message.
Print where item = 505 with MDI, it works
Print where item >= 500 without MDI, the message appears for item 505
Print where item >= 500 with MDI, the message does not appear for
item 505
Bob Thompson
LaPorte, IN
219-363-7441
Sent from my iPod
On Apr 26, 2012, at 2:27 PM, "A. Razzak Memon" <[email protected]> wrote:
At 03:16 PM 4/26/2012, Bob Thompson wrote:
The controlling code is very simple, from a variable in the detail
section.
If vBal < 0 then
Property txtmsg1 visible 'true'
else
Property txtmsg1 visible 'false'
Endif
Bob,
Place that code as "On After Generate Custom EEP" for the "Detail"
band
of the report.
Here's how:
Right-click on the Detail Band itself and notice the following
options:
. Before Generate Custom EEP
. After Generate Custom EEP
Hope that helps!
Very Best R:egards,
Razzak