what is the exact navigation to create a radio button in form6i?
can i create the radio button in report6i?
Answer Posted / sudipta santra
Just create a radio button on the GUI part means layout
editor(i.e on canvas) then n then the form will prompt you
to create radiogroup under which this radio button will
reside. U just give name the radio group then give name the
radio button. After that U have to go object navigator and
select the property of the radiogroup then set the default
value , oter value thats all.
In report we can't create radio button .
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to send file attachment from oracle forms
suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
What is an SQL FORMS ?
What is the difference between BPA AND Contract What are documents and test cases u followed
did u received a single file or multiple files
how do u compile a form i.e .fmb file in Unix or in dos
In what situation u create the BPA.
if u want to delete all these detail block etc what will happen in form
How can we expand Parameter Form Canvas on Reports 6i?
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
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
what are bind variables?
i am writing a query select EmpNo from Emp how can i call in after parameter form
What do we mean by record group in oracle forms?