1.
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?
2.
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?
3.
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?
4.
If the operator initiates a query, when will the PRE-QUERY trigger fire?
5.
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?
6.
When does external navigation occur?
7.
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?
8.
How could you associate a data block with more than one frame?
9.
Which triggers can be used to perform additional tasks during the record retrieval process?
10.
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?