ChangeLoginForm
This function will set the default login application for the duration of the client’s session. The purpose is to allow several different login applications (possibly different languages) to exist at the same time and have the client’s device specify which login application should be used. In the RFgen.bas module use the OnLocale event to get the client’s location and then use App.ChangeLoginForm in that event to display the proper application for the user.
Syntax: App.ChangeLoginForm (sName)
sName (String) is the default login application name for the connected Client device.
Example:
App.ChangeLoginForm("RFLoginSpanish")
App.ChangeLoginForm("RFLoginForkLift")
Version Supported: RFgen 4.0, 4.1, 5.0, 5.1, 5.2 and newer.