Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

Through the call to the performer possible [e'] activate the FORM object

******************************************************************************
FUNCTION% FORM%Exe (; // PERFORMER OPERATIONS
                cMode;    // Operational mode of the object
                nTbOrd;   // Index
                bTbKey;   // Key
                bTbFlt;   // Filter
                bTbBrk;   // Break
                cClose;   // Closing mode of the object
                arrInh)   // Array of the inherited fields
******************************************************************************

< [cMode]> Modalita' of activation

        +---------------------------------------------------+
        | DE_STATE_INK | Inkey                              |
        | DE_STATE_ADD | Insetation of a new record         |
        | DE_STATE_MOD | Modification of the current record |
        +---------------------------------------------------+

<nTbOrd> Index on for setting the form

<bTbKey> CODEBLOCK for the positioning key

<bTbFlt> CODEBLOCK to filter the master file of the form

<bTbBrk> CODEBLOCK for the end condition

<cClose> Mode for closing the object

         +-------------------------------------------------------+
         | W_OC_RESTORE | Restore of the video display | DEFAULT |
         | W_OC_DESTROY | Destruction of the object    |         |
         +-------------------------------------------------------+

         The two modes adds the possiblity to call the object
         in W_OC_RESTORE mode +  W_OC_DESTROY

<ArrInh> Inherited fields array. Permits access of the objects array of
         inherited fields

RETURN

<lRet> .T. if the excutation of the object completes without errors


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson