Declarations hook

Use this hook to declare tables and variables that must be globally available in all hooks of the extension. Also, the references to include files and DLLs that are used by the extension must be coded in this hook with #include and #pragma.

Example:

#include        <bic_text>
        table   tccom100          |* Business Partners
        domain  tcnama  old.nama
                string  date.string(14)
                boolean retb
#pragma used dll "otxprcdll0001"