how to call forms in parametar forms
Answers were Sorted based on User's Feedback
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 |
What are the different default triggers created when Master Deletes Property is set to isolated?
From which designation is it preferred to send the output to the printed?
What is the usage of frame ?
State any three mouse events system variables?
what is an object groups?
I developed on form as per my requirement,and register that one in apps custom_top.But the problem is ,if you open the form but not closed,I founded why this is error is comming ,the custom_top is not supported my form . I need any one your help in advicing me...what I do the custom_top supported the forms.
List the system variables related in Block and Field?
how to pass 2 parameters from one form to other in oracle applications?
List the Types of Items?
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 difference between open_form and call_form?
What Enter package procedure does ?