What is a radio Group?
Answer / guest
Radio groups display a fixed no of options that are
mutually Exclusive .
User can select one out of n number of options.
| Is This Answer Correct ? | 3 Yes | 0 No |
Deleting a page removes information about all the fields in that page ?
What is the difference between ON-VALIDATE-FIELD trigger and a POST-CHANGE trigger ?
What are the trigger associated with image items?
What is term? What is use of term?
For a field in a repeating frame, can the source come from the column which does not exist in the data group which forms the base for the frame?
How do you control the constraints in forms ?
Please tell me what is wrong in the below query: (Very Urgent) ================================================= function BeforePForm return boolean is begin if :from_invoice_date is null OR :to_invoice_date is null then aiv.PERIOD_NMAE:=:gl_period elsif :gl_period is null then aiv.INVOICE_DATE between :from_invoice_date and :to_invoice_date end if; return (TRUE); end;
if some data is not transfered where it will get stored
In what situation u create the BPA.
How to create placeholder columns?
what is the exact navigation to create a radio button in form6i? can i create the radio button in report6i?
What is a Trigger ?