Hi - I know how to use the dlgchoose command but can you tell me if it is possible to assign more than one action to an option. For example (see following) I want to open 2 files if the option 'With passwords' is selected. The first example shown has only one action per option but when I try to add another (see second example) it does not work. I suspect this may be due to syntax and teling opus that there is more than one action - if so could you please tell me what the correct syntax should be
Example that works (one action per option)
{dlgchoose|Options|Without password=C:\firstfilename.xls+With passwords=C:\secondfilename.xls}
Example that does not work (two actions per option)
{dlgchoose|Options|Without password=C:\firstfilename.xls+With passwords=C:\firstfilename.xls C:\secondfile.xls}
Thanks