/ Forums / Advansys Formativ / Creating Solutions with Formativ / Interrupt a transfer to the adressbook / Reply To: Interrupt a transfer to the adressbook

#7756
Support 3
Participant

    See this forum post about closing GroupWise. Please note, attempting to close GroupWise from a C3PO may produce unpredictable behavior.

    > Now we’d like to give the customer the option to interrupt this process.
    We don’t have any sample code specific to your needs. However you should be able to place some exit statement in your import process to stop the process. Here is a sample exit statement from “Microsoft Visual Basic Script Guide”. See the guide for more information.

    quote:


    Microsoft® Visual Basic® Scripting Edition
    Exit Statement

    Description
    Exits a block of Do…Loop, For…Next, Function, or Sub code.

    Syntax
    Exit Do
    Exit For

    Exit Function

    Exit Property

    Exit Sub


    Hope this helps.
    Advansys Support