7.32 DEFINE_EVT

The DEFINE_EVT command defines a user-defined event for a form. The form issues the specified event using the SIGNAL command.

Custom specified events are used to signal events from a form instance to an owner form in multi-form applications.  See also the description of the DEFINE_MAP command to see how values can be mapped to events.

Also See

7.32.1 DEFINE_EVT Parameters

7.32.2 DEFINE_EVT Examples

7.33 DEFINE_MAP


                                                                                              Required                                                                              

    DEFINE_EVT ----NAME -------Event Name ------------------------>                                                                              

   -----------------------------------------------------------------------                                                                              

                                                                                              Optional                                                                                 

                      >-- DESC ------- Description of event ----------------->                                                                               

                     >-- OPTIONS --- Message and Error clearing options-->                                                                               

                     >-- ACCESS  --- *PUBLIC/*PROTECT/*PRIVATE --------->                                                                              

                    >-- HELP ------- Help text for event ---------------------|  


           



  • No labels