how to pass 2 variables from one form to other form
Answer / ashutosh
fist of all create two parameter and then write a code on
trigger when-button-press
just write
call_form(path of form name_of_parametr := value assign to
given in parametr)
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the default extensions of the files careated by forms modules?
sequence of firing triggers for text-item is: 1)key_next_item, 2)when_validate_item, 3)post_text_item Now i change sequence of firing triggers like when_validate_item,key_next_item... Is it possible to change sequence? How?
how to hide the scroll bar in forms 6i
what are Navigational Triggers?
Which of the above methods is the faster method?
What is lexical reference?How can it be created?
What are the different file extensions that are created by oracle reports?
what is an object groups?
While connecting to Oracle Db i am getting the following error message- ORA-12154: TNS:could not resolve the connect identifier specified what are the steps to solve this problem?
What are the different types of Record Groups?
What Enter package procedure does ?
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff