FORMULA LANGUAGE
If you name the Listbox field $$SelectDestFolder, the following code, when added to the "Move the Folder" action button, moves the document selected in the embedded HTML view into the folder selected from the Listbox field.
@Command([FolderDocuments];"";"1")
You can also add an action button called Previous that contains the following code. When a user clicks this button, the previous block of pages displays in the embedded view.
@DbCommand("Domino";"ViewPreviousPage")