Do user parameters appear in the data modal editor in 2.5?
Answer Posted / guest
No.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an oracle report?
How can we expand Parameter Form Canvas on Reports 6i?
how to send file attachment from oracle forms
Explain the various types of oracle report?
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
difference between global n context sensitive segments?
Explain how one can iterate through items and records in a specified block?
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
what is the difference between call_form, new_form and open_form?
what is oracle forms?
all steps of bitmap report?
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 ?
Is it possible to execute a dynamic sql from forms?
can you convert or reverse engineer a fmx back to a fmb file?
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