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
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
Thanks
Doc
Yes, how do you chain to the other program?
The better the information you give to begin with and the sooner you reply the sooner you will get help and get your problem resolved
When I was young and in my prime I used to program all the time but now I'm old and getting gray I only program once a day
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")
Thanks
Doc