Global User-Defined Subroutines and Functions
To use global subroutines and functions: Create a module file using the VBA Modules and put your 'global' subroutines and functions in that file.
On the Properties tab in the RFgen Application window, you will see a list of available VBA modules. Set each module to TRUE that you want that application to be able to access.
You will then be able to call any subroutines or functions from these modules in your RFgen Applications.
Note: There are 2 built in modules that are automatically referenced by RFgen Applications. These are:
RFgen.bas
– The RFgen.bas is typically used to contain functions and procedures that need to be accessible from any transaction
Win32.bas
– The Win32.bas is typically used to store global variables.