Confirmation Wondow

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
Roberto
Posts: 3
Joined: Fri May 15, 2020 1:46 am

Confirmation Wondow

Post by Roberto »

Hello,

Before a Process gets executed I would like to ask the user to confirm its execution.

How can I implement a confirmation window, your classic "Are you Sure?"with Yes\No buttons, in AwareIM?

Thank you
Roberto
Jaymer
Posts: 2430
Joined: Tue Jan 13, 2015 10:58 am
Location: Tampa, FL
Contact:

Re: Confirmation Wondow

Post by Jaymer »

Screen Shot 2020-05-16 at 2.41.29 PM.png
Screen Shot 2020-05-16 at 2.41.29 PM.png (51.37 KiB) Viewed 3908 times
the DISPLAY QUESTION has to be done from a Process.
So its not exactly what you asked... "before a process gets executed".
But at the beginning of a process you can do a FIND to check a Count, and then REPORT ERROR to cancel the process (if the process should not continue).
Or you can just ask like in this example.
Do what you want in this process, or call the next process that you really wanted.
Click Here to see a collection of my tips & hacks on this forum. Or search for "JaymerTip" in the search bar at the top.

Jaymer
Aware Programming & Consulting - Tampa FL
Roberto
Posts: 3
Joined: Fri May 15, 2020 1:46 am

Re: Confirmation Wondow

Post by Roberto »

Thank you Jaymer, i will give it a try
Post Reply