how to create parameterised form in oracle 10g? and create another form from the value of the form? AND how to assign value to a parameter? sincerly your mamun
2 4967Please tell me what is wrong in the below query: (Very Urgent) ================================================= function BeforePForm return boolean is begin if :from_invoice_date is null OR :to_invoice_date is null then aiv.PERIOD_NMAE:=:gl_period elsif :gl_period is null then aiv.INVOICE_DATE between :from_invoice_date and :to_invoice_date end if; return (TRUE); end;
TCS,
2 6274HI Friends I m new dev(forms & report). can anyone tell me how we upload a document on form 11g.??
1500I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
1249what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?
1066Post New Oracle Forms Reports Questions
what is the difference between call_form, new_form and open_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
what is a package n what r the packages availbla in report
What is a matrix report and how many minimum groups are required to prepare the same?
Explain master-detail relationship with some examples.
What is an oracle report?
In oracle forms report, what is the maximum length of record group column? What are the different types of record groups?
What is a user exit program in oracle reports?
What is the difference between flex mode and confined mode?
What do you understand by lov and how can it be used?
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
List the different types of columns in oracle reports.
all steps of bitmap report?
how do u compile a form i.e .fmb file in Unix or in dos
In what sequence do triggers get fired by oracle forms?