StdFormShowHideSplitterPaneTwo event

Occurs when the user performs one of these actions:

  • Clicks Hide/Show 2nd Splitter Pane on the View menu
  • Press Ctrl + 2 for Windows client
  • Press Ctrl + Shift + 2 for web client

The default implementation toggles the detail view on or off.

Remarks

The default implementation is a form-level operation. This operation works only with multiview forms, query forms, or other forms in which there are both grid views and detail views.

The users can attach event handlers to this event. The default implementation is bypassed if any of the event handlers have non-zero return code.