Answer Posted / bighnaraj dalai
Call_Form('<Here Put The proper Path Of Your .FMX File What You Want To Call>');
OR
OPEN_Form('<Here Put The proper Path Of Your .FMX File What You Want To Call>');
OR
Call_Form('<Here Put The proper Path Of Your .FMX File What You Want To Call>',NO_HIDE);
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
In what situation u create the BPA.
What do we mean by record group in oracle forms?
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
What is the difference between flex mode and confined mode?
did u p prepared complex report
What is the difference between bind and lexical parameter?
List out the oracle forms configuration files?
what is the difference between call_form, new_form and open_form?
Is it possible to have multiple layouts in a report?
How can we expand Parameter Form Canvas on Reports 6i?
What is a canvas in oracle forms?
What do you understand by oracle forms?
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
where do u put the report file
What is a matrix report and how many minimum groups are required to prepare the same?