Where does Forms search for the Raise_Salary procedure?

LibraryA and LibraryB are in the working directory of the Employees form. LibraryA is attached to the Employees form. There is a stored procedure in the database called Raise_Salary which must be called without any parameters. There is no Raise_Salary procedure in the form or in the attached library. A When-Button-Pressed trigger in the Employees form contains this code:
raise_salary;
Where does Forms search for the Raise_Salary procedure?

LibraryA and LibraryB are in the working directory of the Employees form. LibraryA is attached to the Employees form. There is a stored procedure in the database called Raise_Salary which must be called without any parameters. There is no Raise_Salary procedure in the form or in the attached library. A When-Button-Pressed trigger in the Employees form contains this code:
raise_salary;

Where does Forms search for the Raise_Salary procedure?

A.
First in the attached library, then in the database.

B.
First in the form module, then in the attached library.

C.
First in the form module, then in the attached library, then in the database.

D.
First in the form module, then in the attached library, then in other libraries in the working directory, then in the database.

E.
In the form module only.

F.
In the attached library only.

G.
In the database only.



Leave a Reply 0

Your email address will not be published. Required fields are marked *