Click to See Complete Forum and Search --> : Open Form


sara666
March 28th, 2007, 05:15 AM
Hi

i am creating a new form on my database using oracle form builder.

i have added the code to a WHEN-BUTTON-PRESSED function


BEGIN
CALL_FORM ('C:\My Documents\Uni\Databases\STUDENT.fmx');
END;


when i run the database and try and press the button it says that the form cannot be found.

does anyone know the reason for this?