Results 1 to 3 of 3

Thread: Inet control issues

  1. #1

    Thread Starter
    Addicted Member thedoc1's Avatar
    Join Date
    Jan 2002
    Location
    Scenic Tonawanda, NY
    Posts
    143

    Question Inet control issues

    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

  2. #2
    PowerPoster
    Join Date
    Jan 2008
    Posts
    11,074

    Re: Inet control issues

    Yes, how do you chain to the other program?


    Anything I post is an example only and is not intended to be the only solution, the total solution nor the final solution to your request nor do I claim that it is. If you find it useful then it is entirely up to you to make whatever changes necessary you feel are adequate for your purposes.

  3. #3

    Thread Starter
    Addicted Member thedoc1's Avatar
    Join Date
    Jan 2002
    Location
    Scenic Tonawanda, NY
    Posts
    143

    Re: Inet control issues

    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.

    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")
    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.
    Thanks

    Doc

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width