| Back to Questions Page |
| |
| Question |
how to create the triggers in the forms?
|
Rank |
Answer Posted By |
|
Question Submitted By :: Kumar.d |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | There are three types of triggers:
Form level
Block level
Item level
If you want to validate the values of an Item, usually use
Item level trigger, such as POST-CHANGE trigger.  |
| Wyfwong |
| |
| |
| Question |
what is the use of between page trigers in REPORTS...
(please give answer in a explanatory way...if possible give
screen shots also...) |
Rank |
Answer Posted By |
|
Question Submitted By :: Sweetsarao |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | In a Report of more than 1 page information. Then BETWEEN
PAGES trigger fire when one move from one page to other
page. In this trigger we can write process which is required
to affect other page values.  |
| Ravi Goyal |
| |
| |
| Question |
How to call a report from Forms? |
Rank |
Answer Posted By |
|
Question Submitted By :: Rjraob |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | in Forms 10g now there is RUN_REPORT_OBJECT(report_id,
parameter_list) is to use for run report
Use this Built-in RUN_REPORT_OBJECT to run a report from
within a form. You can run the report against either a
local or remote database server.
Before 10g we were using Built-in procedure RUN_PRODUCT.  |
| Arjun |
| |
| |
|
|
| |
| Question |
How many types of trigger can be used in a table at a time ? |
Rank |
Answer Posted By |
|
Question Submitted By :: Acharyaanjan |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | max of 12  |
| Sree |
| |
| |
| Answer | max 12  |
| Shweta [CMC LTD] |
| |
| |
| Answer | Max 12 types we can use before/after combination  |
| Shanmugavelu [CMC LTD] |
| |
| |
| Question |
i have 9 values in a table i.e
-99
-56
-32
41
-2
33
95
-88
55
my question is that i wanna elimenate all -ve values and
wann sum of + values in report
i m using devsuite 10g
its urgent
kindly if anyone knows that answer message me the following
yahoo id
thanx
ALI
smalipaki@yahoo.com |
Rank |
Answer Posted By |
|
Question Submitted By :: Ali |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | use sign() with decode()  |
| Kunal |
| |
| |
| Answer | select sum(column_name) into l_return from table_name
where column_name >=0
paste this in a formula column and make it the source of
sum amount..  |
| Debmalya Gupta |
| |
| |
| Answer | SELECT SUM(COL_NAME) FROM
( SELECT COL_NAME FROM TABLE_NAME
ORDER BY COL_NAME DESC)
WHERE ROWNUM<=4;  |
| Ajaz Ahmad Kumhar |
| |
| |
| Question |
When to use Place holder columns in Oracle Reports and what
is a place holder column? |
Rank |
Answer Posted By |
|
Question Submitted By :: Mithbaga |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | place holder colum's are used to strore the value of the
varibale.  |
| Harshad |
| |
| |
| Question |
How can you hide the report in Apps? |
Rank |
Answer Posted By |
|
Question Submitted By :: Chandrasekhar.bs |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | U cannot hide the program in concurrent program window at
the most u can diable it and u can hide the report in the
SRS by "uncheck use in SRS chkbox"  |
| Nsh |
| |
| |
| Question |
what is the exact navigation to create a radio button in form6i?
can i create the radio button in report6i? |
Rank |
Answer Posted By |
|
Question Submitted By :: Mihiroracle |
| This Interview Question Asked @ Satyam |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Create a text item change its Item Type property to Radio
Group. now the text item is changed to radio group expand
the item u will see radio button click on that andgive add.  |
| Rajesh |
| |
| |
| Question |
i created a parameter list in reports. how to restrict that
parameter list with parameters |
Rank |
Answer Posted By |
|
Question Submitted By :: Ragahv |
| This Interview Question Asked @ iFlex |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | The Restrict List to Predetermined Values is a checkbox
that indicates whether a value for the parameter must be in
the list of values. For example, if you check Restrict
List to Predetermined Values and the Initial Value does not
match a value in the list of values, an error will be
generated when you accept the Parameter property sheet.
Similarly, if you set a value for the parameter on the
command line or in a command script and it does not match a
value in the list of values, an error will be generated
when the report is run. If you check Restrict List to
Predetermined Values, a list of values will appear in the
runtime parameter form. If you do not check it, a combo
box will appear (i.e., you can enter values as well as
select from the list).  |
| Upendra Kumar Sharma |
| |
| |
|
| |
|
Back to Questions Page |