Hello
When I run the Inet control within a program, it works great.
I am making a file in another program and chaining to the program with the Inet. When I chain to the program, the Inet never executes.
Any thoughts?
Dave
Printable View
Hello
When I run the Inet control within a program, it works great.
I am making a file in another program and chaining to the program with the Inet. When I chain to the program, the Inet never executes.
Any thoughts?
Dave
Yes, how do you chain to the other program?
I create a temp file to transfer the record from one program to the next and use a Shell Command to launch the new program.
SynnShell is a routine that launches a new program and it is designed to keep the current program holding it's place while the other program runs.Code:Call OpenCBPgmChain
CBPgmChain.mintControlNum = CBCFile.mintControlNum
CBPgmChain.msngAcctNum = CBCFile.msngAcctNum
CBPgmChain.msngFileRec = fsngSaveRecord
CBPgmChain.mstrCreditBureau = "CB"
CBPgmChain.mintFileSource = 5 'cbc innovis
Call PutCBPgmChain
Close 55
Call SyncShell(mstrPgmDir + "CB_DirectCommunications")