My-T-Soft used as an example / Integrated with MS-Access
( 1) Configure My-T-Soft with the proper Panels open & set the appropriate size. The necessary utilities are expected to be in current directory for MS-Access.
( 2) Use the Menu to select Save Current Settings, Save Current position (or use utilities).
( 3) The KEYBOARD.KBF in the installation directory contains the current saved configuration. Copy this file to a DIFFERENT file name, e.g. KEYPAD.CFG, NUM.CFG, etc. (For this example, this is assumed to be the installation directory) Note: Do not use .KBF extension for these extra files.
( 4) Repeat Steps 1 - 3 as necessary to build up a set of configuration files.
( 5) The Copy & Configure utility takes the file name as a single parameter.
( 6) Example: In Microsoft Access - Field (Text Box) Property Enter (OnEnter). x = Shell("CPYCNMTS C:\WINNT\MYTSOFT\KEYPAD.CFG",1)
( 7) Description: The example in Step 6 would restore My-T-Soft from an off screen position and reconfigure to match the KEYPAD (previously saved) configuration.
( 8) Example: In Microsoft Access - Field (Text Box) Property Exit (OnExit). x = Shell("MOVEWMTS X:641 Y:320",1)
( 9) Description: The example in Step 8 moves My-T-Soft off screen when the field is exited (Keyboard Enter, Tab, etc.)