Report Builder Debug Event Dialog Box (Report Builder)

Handles Label or Report Designer events with a comprehensive dialog box that allows you to explore the contents of the FRX cursor and decide how to set the return flags to control the designer's response.

The Debug Handler form displays the contents of the FRX cursor using the same basic layout as the FRX Cursor Browser dialog box, but with some additional controls:

  • Event Details
    Displays a MESSAGEBOX() dialog box containing the contents of the parameters passed to the Report Builder from the designer. See Understanding Report Builder Events for more information on report builder parameters.
  • Options
    Displays the report builder's Options dialog box.
  • FRX Changes
    Controls the setting of Bit 1 of the ReturnFlags parameter:

    • Save will instruct the designer to reload the changes in the FRX cursor into the report layout.

    • Discard will instruct the designer to discard any changes.

  • Native Behavior
    Controls the setting of Bit 0 of the ReturnFlags parameter:

    • Allow will instruct the designer to continue responding to the event as though the Report Builder was not active.

    • Suppress will instruct the designer to ignore the event.

  • Continue
    Dismisses the Debug Handler dialog and returns control to the designer.

See Also

Tasks

How to: Configure the Report Builder's Event Handling

Reference

Report Builder Options Dialog Box (Report Builder)
FRX Cursor Browser Dialog Box (Report Builder)