You have updated your FORMSWEB.CFG file with the following lines:
[pay]
envFile=default.env
workingDirectory=/private/apps/pay
[pay.fr]
envFile=french.env
workingDirectory=/private/apps/pay/french
[pay.zh]
envFile=chinese.env
workingDirectory=/private/apps/pay/chinese
A user submits the Forms URL with ?config=pay?appended to it.
The http request header gives a list of languages in order of preference:
accept-language: de, zh, fr
How is the run-time environment set?
You were hired by a company that is using a Forms 2.3 application. Your task is to migrate the application to the latest supported Forms release. To ensure that the migration is supported, which tasks must you perform?
In your Oracle Forms Builder session, you successfully created and compiled the PAYROLL.FMX file using the default application server URL. Before testing your form in your Forms Builder session, what must you do?
You are troubleshooting a Forms application in the latest version of Oracle Forms in which a user reports intermittent FRM errors, although the application continues to run.
Which tool could you use to log information about the application that would help you determine what is causing the errors?
You have a form developed in Forms 6i that has been recently upgraded to the latest version of Oracle Forms.
You want to make sure that all the LOVs of the form can be canceled to stop record retrieval and that all LOVs have the current total of fetched records to be displayed on the status bar.
What must you do?
You are writing a Forms application, and you plan to include several JavaBeans based on AWT classes and Swing classes. What should you do to facilitate the communication between Forms and the JavaBeans?