No clean up included.
For now I will just have to shut off the MDI option. Too many other things to do!

Thanks,

Bob Thompson
LaPorte, IN
219-363-7441

Sent from my iPod

On Apr 26, 2012, at 3:00 PM, Dennis McGrath <[email protected]> wrote:

The joy of global variables!

Dennis McGrath
Software Developer
QMI Security Solutions
1661 Glenlake Ave
Itasca IL 60143
630-980-8461
[email protected]
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Dan Goldberg
Sent: Thursday, April 26, 2012 2:55 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: MDI Report

Are you doing any cleanup after the report is created like clearing
variables(in the report or out of the report),etc?

If so, try it without any cleanup.

Dan

-----Original Message-----
From: Bob Thompson
Sent: Thursday, April 26, 2012 12:49 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Re: MDI Report

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





Reply via email to