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

  • Creator
    Topic
  • #4296
    griesserag
    Participant

      Hi
      We’re transferring adress-informations from our SQL-DB to a GW Adressbook. Now there are may adresses (> 700) and it takes a lot of time (see our other case). Now we’d like to give the customer the option to interrupt this process. Do you have a sample coding to do this. Actually the process must be terminated and most of the cases it terminates Groupwise also…
      Thanks
      griesserag

    • Author
      Replies
    • #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

      Viewing 1 replies (of 1 total)
      • You must be logged in to reply to this topic.