Home » Developer & Programmer » Forms » Menu Errors
Menu Errors [message #80227] Tue, 27 August 2002 09:09 Go to next message
Eddie
Messages: 23
Registered: January 2001
Junior Member
I have a blank form with a menu that is supposed to call three forms. The menu item code for one of the forms to be called from the menu looks something like:

BEGIN
RUN_PRODUCT(FORMS, 'newvisit', SYNCHRONOUS, RUNTIME,
FILESYSTEM, '', '');
END;

When I click on the given menu item on the blank form, I get this error:

FRM-40010: Cannot read form newvisit.

I see this error for all other forms. The fmb, fmx, mmb and mmx files are all in the same directory and the menu module property in the blank form points to this directory.

I also tried using the PL/SQL below for the menu item code, with similar errors.

BEGIN
CALL_FORM('newvisit',hide,no_replace,no_query_only);
END;

Any idea what might be wrong? Thanks alot!
Re: Menu Errors [message #80237 is a reply to message #80227] Wed, 28 August 2002 03:17 Go to previous messageGo to next message
Tejpal Saraswat
Messages: 22
Registered: August 2002
Junior Member
Hello Eddie
What u do is either u put the full path where u r definig the form , report name on the disk
or put all the files in the same working directory

Tej
Re: Menu Errors [message #80251 is a reply to message #80227] Thu, 29 August 2002 15:34 Go to previous message
Eddie
Messages: 23
Registered: January 2001
Junior Member
Thanks dude! - it worked
Previous Topic: To find Greatest
Next Topic: ADD years
Goto Forum:
  


Current Time: Thu Mar 28 17:00:51 CDT 2024