Default: none
Valid Values: Any user exit dynamic link library (along w/ absolute path).
This parameter allows you to define multiple DLLs to contain foreign functions that can be invoked from a user exit interface. The FORMS_USEREXITS parameter includes a semicolon-delimited list of user interface DLLs.
FORMS_USEREXITS can specify multiple DLLs. Use a backslash (/) to separate directories in a path, and a semicolon (;) to separate complete paths.
Example:
FORMS_USEREXITS = C:/mathlib/add.dll;C:/mathlib/mult.dll.