how to pass 2 variables from one form to other form
Answer Posted / 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 |
Post New Answer View All Answers
What is the difference between bind and lexical parameter?
I have a frame that contains headings. This frame is enclosed in side a repeating frame. However the headings are not displayed on all pages it is displayed only on the last page. Please let me know why is this happening. print object on = All pages base printing on = enclosing object
Explain how one can iterate through items and records in a specified block?
What are the Features of Forms 6i over 4.5? What are the Features of Forms 10g? What are the Features of Reports 6i? What are the Features of Reports 10g ?
what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?
What is an oracle report? List its various types.
i am writing a query select EmpNo from Emp how can i call in after parameter form
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement
HI Friends I m new dev(forms & report). can anyone tell me how we upload a document on form 11g.??
How can we generate report output in excel format?
In what situation u create the BPA.
can you convert or reverse engineer a fmx back to a fmb file?
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
did u p prepared complex report
What is a user exit program in oracle reports?