Dlgchoose

Hi - I want to create a simple YES/NO or OK/CANCEL option when I click on custom button. Basically I want to give the option to proceed with the next action or not e.g.

Ask if next command should be actioned
If YES action next command line
If NO/CANCEL abort next command line

Can you please give me an example of how to do this

Many thanks

tam

Just use this as the first line of your command:@confirm Put your question here?|Yes|No

Thanks - works fine

tam