I have a problem in use @Command([FileSaveNewVersion]) command, I open document I edit mode, change file contains and I click on button with contain @Command([FileSaveNewVersion]) command but I see on screen error message “Cannot execute the specified command” Pleas help me what I do wrong? In my target is create new copy document with new contains. Maybe existing another better method to do this?
Subject: Proplem with @Command([FileSaveNewVersion])
That error generally means that the corresponding menu item is not available. Can you invoke File\Save as New Version from the menu in the same context? If not, make sure versioning is enabled for that form, and that Create versions property is set to Manual - File, New Version.
– Vin
IBM