sequence of firing triggers for text-item is:
1)key_next_item,
2)when_validate_item,
3)post_text_item
Now i change sequence of firing triggers like
when_validate_item,key_next_item...
Is it possible to change sequence? How?
140
difference between global n context sensitive segments?
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.
46
i don't want to give the path of .Dat file in .Ctl file
dynamically i want to give how
74
what is a package n what r the packages availbla in report
how to use buttons,check boxes in paper layout,paper design
and paper parameter form in oracle report developer 10g
50
hiding item in report how like that properly,thats manually
but at runtime i want to do
84
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
50
from where do u receive the information to develop report
64
Where do u define the select statement of the parameter? is
it followed by the & variable ?