PDA

View Full Version : Calling a VB program from 5250 emulation



Guest.Visitor
01-01-1995, 02:00 AM
We would want to call a Visual Basic programm from a Client Access 5250 session, picking informations on the screen to pass them as parameter to the VB program. For example, We've a VB program that can make phone calls, if we've a customer phone number at a specific location on the screen, we'd want to take this number and to activate the VB program with this parameter. I saw something about DDE in IBM documentation but the explanations are not very clear.

Guest.Visitor
05-17-2000, 11:19 AM
Check out the RUNRMTCMD command. Use the SEARCH function of this forum to learn more about it.

Guest.Visitor
05-18-2000, 04:11 AM
RUNRMTCMD could be a solution but, if somebody have some experience using DDE on client access 5250 emulation, it could be interesting because there's no need to change the AS/400 program, all the job would be done on the PC.