User Tools

Site Tools


ask_display_window_and_process_its_events_reportmanager_.htm
Navigation:  ABC Library Reference > ReportManager Class > ReportManager Methods >====== Ask (display window and process its events:ReportManager) C6H0009.jpg ====== Previous pageReturn to chapter overviewNext page

Ask, VIRTUAL

blk2blue.jpg

The Ask method initiates the event processing (ACCEPT loop) for the report procedure. This virtual method handles any special processing immediately before or after the report procedure's event processing.

Member of: ReportManager

Implementation:

The Run method calls the Ask method. The Ask method calls the PARENT.Ask method to manage the ACCEPT loop for the report procedure.

Example:

MyReporter.Ask PROCEDURE

CODE

SETCURSOR(CURSOR:Wait)              !special pre event handling code

PARENT.Ask                          !process events (ACCEPT)

SETCURSOR()                         !special post event handling code

See Also:     WindowManager.Ask, WindowManager.Run

ask_display_window_and_process_its_events_reportmanager_.htm.txt · Last modified: 2021/04/15 15:56 by 127.0.0.1