Problem with Menu + Directory problem (merged) [message #212414] |
Fri, 05 January 2007 04:27 |
philawde
Messages: 4 Registered: January 2007
|
Junior Member |
|
|
hi, i have created a menu with buttons on that should go to forms using the When_Button_Pressed trigger
now my form i want to go to is called SHIPMENT
So by entering CALL_FORM('INVENTORY');
shouldnt that work, cos when i try it i jst get a FRM-40010: CANNOT READ FROM SHIPMENT
Am i missing something really simple? help would be appreciated, thanks, phil
|
|
|
|
Re: simple problem with menu [message #212432 is a reply to message #212414] |
Fri, 05 January 2007 05:11 |
philawde
Messages: 4 Registered: January 2007
|
Junior Member |
|
|
sorry inventory should have been called SHIPMENT that is the form i am trying to call e.g. CALL_FORM('SHIPMENT');
1) what is your form name where the button is present?
Index
2) what is your button name?
SHIPMENT_BUT and its labelled SHIPMENT
3) what is the form name which you want to call?
SHIPMENT
that help?? phil
[Updated on: Fri, 05 January 2007 05:30] Report message to a moderator
|
|
|
|
|
|
directory problem [message #212848 is a reply to message #212414] |
Mon, 08 January 2007 09:32 |
philawde
Messages: 4 Registered: January 2007
|
Junior Member |
|
|
Hi when creating a menu with buttons linking to different forms, i get a FRM-40010: CANNOT READ FROM SHIPMENT - SHIPMENT is the file im trying to go to from the menu
i have been told that it appears that the Oracle runtime cannot find your form module (executable file SHIPMENT.FMX) in the current path. Check that the file exists in the right location (directory)...
how do i check this? can anyone help? thanks
|
|
|
|
Re: directory problem [message #213218 is a reply to message #212848] |
Tue, 09 January 2007 18:50 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Have you defined your Forms_Path? Search this form for 'forms_path' or 'forms90_path'.
David
|
|
|