PDA

View Full Version : Staying on dialog



NewsArchive
04-13-2021, 02:15 AM
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

NewsArchive
04-13-2021, 02:16 AM
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.

NewsArchive
04-13-2021, 02:17 AM
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