I have report that has a warning message appear in the detail section if a certain condition is met. I.E. If a quantity falls below a certain number, the message appears in Red.

The code controlling the property command is in the "After Generate EEP".

This works perfectly except when I run the report with the MDI option. I have tried in both Before and After EEP, but no difference.

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


Any thoughts ?


Bob Thompson
LaPorte, IN
219-363-7441

Sent from my iPod

On Apr 26, 2012, at 7:28 AM, "Bill Eyring" <[email protected]> wrote:


Reply via email to