PSG VFP client interfaces are main application modules that are loaded imediately after login.

PSG interfaces loads the application menu and set the system variables and configuration.

Interfaces are set server side using the server configuration program.

Base main user interface is INTF2.EXE
Tabbed interface is INTFCNT.EXE

Debuging interface is TST.EXE

For development you may need more debugging options, in that case (only for development) you could use TST.EXE as the interface and set INTF2.EXE as additional resource files. Visual FoxPro 9.0 is required on the station in order to use TST.EXE as main interface.
When debugging is no more needed you should restore INTF2.EXE as the main interface.

TST.EXE requires also INTF2.EXE, but it will launch the interface from INTF2.EXE using VFP 9.0 giving you more debuging power.

