At run time, the MODIFY REPORT with the Preview menu allow the user to test
the modification he has done in the layout.

I've noticed different behaviors between VFP9 and VFP8 (or before)
- VFP 8 : when there is an error in an expression in the layout, the preview
show a dialog box with the error and then directly open the properties of
the object causing the error.
- VFP 9 : when there is an error in an expression in the layout, there is no
error dialog box and the execution of the calling program continues at the
line after MODIFY REPORT

In VFP8, this was a pretty function to help the user to design correctly his
FRX.

Is it possible to obtain the same behavior in VFP9 ?

I use VFP9sp1 with reportbehavior set to 80 in this case.

Thanks in advance for help,

Regards,

Guy