Both Windows and Web

Visual LANSA Framework

Both Windows and Web

Both Web browser and Windows Frameworks may use these IIPs:

RDML Function Description

UF_SYSBR/UFU0003

This method allows you to use your own multilingual text for Framework captions such as the "Clear List" on the Instance list. See MTXT String Loader.

UF_SYSBR/UFU0006

Use to allow end-users to change the IBM i password in the Framework logon dialog.

Typically you would change this function to add your site's specific password rules.

UF_SYSBR/UFU0010

Default Code Table Data handler. This function stores and retrieves data for code tables that do not have their own Code Table Data handler.

UF_SYSBR/UFU0011

Code Table Data handler demonstrating that data can be stored and retrieved from file DEPTAB, for Code Table VF_DEPTAB.

UF_SYSBR/UFU0012

Code Table Data handler demonstrating that data can be  retrieved from hard coded values in the function, for Code Table VF_SEX.

UF_SYSBR/UFU0013

Code Table Data handler demonstrating that data can be  retrieved from a .dat file on a PC, or from hard coded values when running on the System i, for Code Table VF_COUNTRY.

UF_SYSBR/UFU0014

Code Table Data handler demonstrating that data can be  retrieved from a .dat file on a PC, or from hard coded values when running on the System i, for Code Table VF_CURRENCY.

UF_SYSBR/UFU0015

Code Table Data handler demonstrating that data can be  retrieved from a .dat file on a PC, or from hard coded values when running on the System i, for Code Table VF_USASTATES.

 

 Refer to the shipped process UF_SYSBR for more details of these functions and how to change them.