select an application.
Use the auto login only in a "development/debugging test environment"
as you will lose security.
Here is how (in Sage Pro 7.4:
- This is for auto login
Modify pro.prg and before line 4633 (that calls u_getus) give
** Auto login
KEYBOARD "ADMN{Enter}ADMN{Enter}"
- This is to choose an application at startup
Modify pro.prg and at line 5227 (2 lines after it displays
"Select initial application...." give
** Select Purchase orders
KEYBOARD "{ALT-F}OO"
The above two help you to go to the application w/o having to type
anything once you launch Sage Pro.