40031 & 40010 [message #121977] |
Thu, 02 June 2005 03:20 |
MEEENAR
Messages: 72 Registered: May 2005 Location: CHENNAI
|
Member |
|
|
I am attaching one custom menu in a form
When I run that form the menu is appearing.
when I click that menu item I am getting the error message as
40010 Cannot able to read that file
In that menu item trigger I am calling a form ,and I have given the path correctly
when I click another that menu item I am getting the error message as
40031 file.rep is not a executable file
In that menu item trigger I am calling a report,and I have given the path correctly
I have compiled the form which I am calling by pressing Ctrl+T
and a file is generated with a extension .fmx
I have compiled the report which I am calling by pressing Ctrl+T
and a file is generated with a extension .rep
Please reply me immediately
urgent...
|
|
|
Re: 40031 & 40010 [message #121983 is a reply to message #121977] |
Thu, 02 June 2005 04:41 |
A Ikramur Rahman
Messages: 81 Registered: May 2004
|
Member |
|
|
Compile the entire form and report by pressing CTRL+ALT+K and then generate fmx/rep files by pressing CTRL+T.
Also, check whether you have attached any library to the form. If so, then check the library path.
|
|
|
|
|