You are creating a new project for the payroll application. The legacy application contains some forms and
imports that you want to include in the new application. If you add an existing .FMB file to this project how can
you make sure that .FMX is also included?
You have defined all roles necessary for the payroll application. You still need to do some testing on the
application and want to disable menu roles security temporarily.
Which menu module property should you change?
You are creating a multiform application and need to pass data between forms. Which limitation will you have if
you use form parameters as means of passing this data?
You are creating the ORDERS form that contains a text item called Date_Ordered. How could you ensure that
when a new record is entered, the Data_Ordered item displays the current data in DD-MON-YYYY format?
You are creating two calculated items in the ORDER form to display totals for each line item and for the order.
Which calculation modes for each calculated item would you use to accomplish the task?
The EMPLOYEE form contains the CV_SALARY, CV_EMP, and CV_HELP content canvases. Each canvas is
displayed in its own window. How could you toggle between the CV_SALARY and CV_EMP canvases without
closing the CV_HELP canvas?