Home > database >  PB calls the other PB system
PB calls the other PB system

Time:10-13

ERP is called hardware system (two systems are of PB development), now want to ERP in the user name and password are passed to the hardware system on the login screen, directly to the hardware system login directly, do you have any good idea?

CodePudding user response:

ERP account information update to an INI file, RUN the hardware system of EXE program;
Hardware system login screen when start to get the inside of the INI file accounts, access to assign values to the login screen after the input box, start the "login" to enter the main interface operation,

CodePudding user response:

Through the call to make a system to refs

CodePudding user response:

How to pass parameters to the hardware

CodePudding user response:

From the command line arguments can be passed implement


How can I use with command line parameters to perform pb production program

I made two programs with PB, want to use the first take parameters to perform the second program, a second program how to determine and accept the parameters?

-- -- -- -- -- - solution -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
The run (' a second program. Exe parameters')

Then a second program and the application of the open event of commandline parameters according to the judgment passed what

CodePudding user response:

That as long as they don't use the username and password to the commandline is ok

CodePudding user response:

reference 5 floor bedsb reply:
that as long as they don't use a username and password are passed to the commandline is ok in the

That as long as the user name and password to the commandline, then processing, skip the login page

CodePudding user response:

The login interface with some initial data or methods to load, and don't jump to?

CodePudding user response:

refer to 7th floor bedsb response:
login screen with some initial data or methods to load, and don't jump to?

, their own way to consider in the open event of landing interface, automatically fill in the user name and password, and then trigger the "ok" button,
  • Related