Results 1 to 3 of 3

Thread: Staying on dialog

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default Staying on dialog

    Hi all,

    In an install I verify a maintenance plan. If it's valid I keep going.
    If it's not valid I stop the install.

    I would like it if I could just NOT advance to the next dialog window.
    But I haven't figured out if/how that can be done.

    Basically what I have is:

    IF the MP is Valid
    Keep Going
    ELSE
    MESSAGE('Invalid MP')
    EXIT INSTALLATION
    END

    I would like to replace the EXIT INSTALLATION with something that keeps
    the user ON this dialog box without being able to advance to the next
    dialog.

    Any ideas?

    Best regards,

    --
    Arnor Baldvinsson
    Icetips Alta LLC

  2. #2

    Default Re: Staying on dialog

    Arnor,

    > Basically what I have is:
    >
    > IF the MP is Valid
    > Keep Going
    > ELSE
    > MESSAGE('Invalid MP')
    > EXIT INSTALLATION
    > END

    You mean something like the attached?

    --
    Lee White

    RPM Report Preview: http://www.cwaddons.com/products/rpm/
    Creative Reporting: http://www.CreativeReporting.com

    Hydrogen, the only CLEAN fuel and the future of clean air.
    Attached Images Attached Images  

  3. #3

    Default Re: Staying on dialog

    Hi Lee,

    >
    > You mean something like the attached?

    Yes, I figured it out. I misunderstood from the help and thought it
    started the loop over. But it was exactly what I needed

    Best regards,

    >
    --
    Arnor Baldvinsson
    Icetips Alta LLC

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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