Announcement

Collapse
No announcement yet.

Dialog boxes - Yes/No

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Dialog boxes - Yes/No

    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!

  • #2
    Re: Dialog boxes - Yes/No

    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

    Comment


    • #3
      Re: Dialog boxes - Yes/No

      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

      Comment


      • #4
        Re: Dialog boxes - Yes/No

        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.

        Comment

        Working...
        X