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 different types of Record Groups?
explain tkprof?
When a form is invoked with call_form, Does oracle forms issues a save point?
What is the maximum no of chars the parameter can store?
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
What do you mean by a pop-up window ?
How can I sum column wise in Oracle excel report?
how to send file attachment from oracle forms
How can a text file be attached to a report while creating in the report writer?
Can you change the color of the push button in design time?
if u develop report do u ask for anything from u r team leader
HI in report builder am creating paramters.for that i have taken emp table from scott user . in deptnum am displaying distinct deptno.if i select dept 10 ,empnum drop down should display empno's of deptno 10. .if i select dept 20 ,empnum drop down should display empno's of deptno 20.for this wat i have to do.