Topic: Database Administration >> Navigating through Forms????
|
Disclaimer: The purpose of all dbapool forums including OCP and Other Oracle Certification forums is to help each other with specific issues but not to share dump and copyrighted exam content, materials or intellectual property.
You may review the entire Oracle Certification Program Candidate Agreement online Here.
|
|
|
|
| Title: Navigating through Forms???? |
| vuong |
Posted: Apr 26, 2007 02:33:50 PM |
Total Post: 7
Joined: Jan, 2007
|
Hi i have a file called Menue which has 1 canvas called MENU_CANVAS. The canvas has a button called TO_BOOKSEARCH. The button refered to using a datablock called MENU_BLOCK. The button uses a when button pressed trigger with the code:
open_form(BOOKSEARCH);
I have a separate file called BOOKSEARCH.fmb which i have opened. When i run the code i get the error "identifire 'BOOKSEARCH' must be declared". How can i make it recognise this second file so that i can navigate to it???
I was told that you could give it the path name as a parameter, is that right? If so, can somebody give me an example.
Thanks |
|
|
gps |
| Posted: Apr 27, 2007 12:54:04 AM | |
|
Total Post: 38
Joined: May, 2006
|
The File name must be given in quotes
open_form('form_name');
Gurwinder
|
|
|
|
|
sudha |
| Posted: Apr 27, 2007 01:34:26 PM | |
|
Total Post: 15
Joined: Jan, 2007
|
u can specify the form name in qoted string
or
u specify the whole path of the form where it resides
sudha
|
|
|
|
|
| Time Zone: EDT |
Send this thread to your friend |
|
|
|
|
Forum Rules & Description
Who Can Read The Forum? Any registered user or guest
Who Can Post New Topics? Any registered user
Who Can Post Replies? Any registered user
|
| |
Get FREE Magazines
|
Top 10 Forum User
|
| Murtuja Khokhar | 857 |
| Mohammed Taj | 746 |
| positive fanatic | 483 |
| Jayanta Sur | 479 |
| Vigyan Kaushik | 386 |
| Gopu Gopi | 333 |
| Gitesh Trivedi | 322 |
| Vinoth Kumar | 264 |
| neeraj sharma | 258 |
| Ramesh Jois | 246 |
|
|