PDA

View Full Version : Dialog boxes - Yes/No


Vit Video
05-16-2001, 02:19 PM
Can somebody help me? I don't know how to exit from my menu on Yes and return on No. What Value A, Value B and Operator must I use? Thanks!

dallasfreak
05-16-2001, 03:02 PM
On the button for ecit you want it to show a yes/no dialog. Message are u sure?
with variable being %exit%
then do a close windows command, with booloean expressin %exit% = yes

If the user says yes, the menu will close, if no it will stay open

I always state all my variables and defaults at project open. so I would also add in
set variable %exit% = no -- although not neccessary, helps me in the coding

Brumbino
07-30-2001, 08:43 AM
I am attemptiong YES/NO in a menu...

I want YES to run a program, NO to return to the first page.

I am going loopy trying to get my head around it - can someone please explain, and pretend I am simple when you do!!!!!

Cheers,
Brumbino

Brumbino
07-30-2001, 08:57 AM
I have put a more detailed request into the other YES/NO thread started by JSM3 - pls reply there.

MODS: Perhaps combine these two areas?

Brum.