Add a Button that Starts an Application
You can add a button to a custom dialog that users can click to start other applications. This can be helpful when users need to access other files to gather information for the interview. For example, a certain document may require information about real estate holdings—information that is gathered using a spreadsheet. You can provide a button allowing users to open the spreadsheet application at that point in the interview. When users assemble the document and view this dialog, they can click the button and the application you specified will be started.
You can also create a Computation variable that starts an application and then add a button to a dialog that runs that Computation variable. If the computation only starts an application, the result is the same as above. However, the computation can also perform calculations or set variables before starting the other application, in which case the results are not the same.
To add a button to a dialog that starts an application