#include <hk_interpreter.h>
Inheritance diagram for hk_no_interpreter:
Public Member Functions | |
hk_no_interpreter (hk_presentation *p) | |
virtual bool | on_click (hk_visible *) |
virtual bool | on_doubleclick (hk_visible *) |
virtual bool | before_row_change (hk_dsvisible *) |
virtual bool | after_row_change (hk_dsvisible *) |
virtual bool | before_update (hk_dsvisible *) |
virtual bool | after_update (hk_dsvisible *) |
virtual bool | on_close (hk_visible *) |
virtual bool | on_open (hk_visible *) |
virtual bool | before_delete (hk_dsvisible *) |
virtual bool | after_delete (hk_dsvisible *) |
virtual bool | before_insert (hk_dsvisible *) |
virtual bool | after_insert (hk_dsvisible *) |
virtual bool | on_print_data (hk_reportdata *) |
virtual bool | on_print_new_page (hk_report *) |
virtual bool | on_getfocus (hk_visible *) |
virtual bool | on_loosefocus (hk_visible *) |
virtual bool | on_key (hk_visible *) |
virtual bool | on_select (hk_dscombobox *) |
virtual bool | on_select (hk_dsgridcolumn *) |
virtual bool | on_valuechanged (hk_dsdatavisible *) |
hk_nointerpreter always returns a warning message
|
|
|
executes the after_delete action Implements hk_interpreter. |
|
executes the after_insert action Implements hk_interpreter. |
|
executes the after_row_change action Implements hk_interpreter. |
|
executes the after_update action Implements hk_interpreter. |
|
executes the before_delete action Implements hk_interpreter. |
|
executes the before_insert action Implements hk_interpreter. |
|
executes the before_row_change action Implements hk_interpreter. |
|
executes the before_update action Implements hk_interpreter. |
|
executes the on_click action Implements hk_interpreter. |
|
executes the on_close action Implements hk_interpreter. |
|
executes the on_doubleclick action Implements hk_interpreter. |
|
executes the on_getfocus action Implements hk_interpreter. |
|
executes the on_key action Implements hk_interpreter. |
|
executes the on_loosefocus action Implements hk_interpreter. |
|
executes the on_open action Implements hk_interpreter. |
|
executes the on_print_data action Implements hk_interpreter. |
|
executes the on_print_new_page action Implements hk_interpreter. |
|
Implements hk_interpreter. |
|
Implements hk_interpreter. |
|
executes the on_valuechanged action Implements hk_interpreter. |