Results 1 to 3 of 3

Thread: Inet control issues

  1. #1
    Addicted Member thedoc1's Avatar
    Join Date
    Jan 02
    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 08
    Posts
    6,757

    Re: Inet control issues

    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

  3. #3
    Addicted Member thedoc1's Avatar
    Join Date
    Jan 02
    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
  •