Home » Developer & Programmer » Forms » radio group coding (oracle 10g,window xp)
radio group coding [message #489425] Sun, 16 January 2011 03:55 Go to next message
helloworld_28
Messages: 60
Registered: October 2010
Member
hi,

can any one send relate radio group coding.
Re: radio group coding [message #489453 is a reply to message #489425] Sun, 16 January 2011 12:49 Go to previous messageGo to next message
infosuresh2k
Messages: 77
Registered: September 2009
Location: CHENNAI, INDIA
Member

what kind of coding u want?
Re: radio group coding [message #489466 is a reply to message #489425] Sun, 16 January 2011 22:35 Go to previous messageGo to next message
helloworld_28
Messages: 60
Registered: October 2010
Member
hi,

iam very new to oracle 10g forms and report exactly 6 classes,i want to display 4 radio button (like simple project to select ,bt 4 values like full meal, break fast,lunch, dinner) i need to select one .what is the code for doing so.
Re: radio group coding [message #489492 is a reply to message #489466] Mon, 17 January 2011 01:45 Go to previous messageGo to next message
cookiemonster
Messages: 13938
Registered: September 2008
Location: Rainy Manchester
Senior Member
No code. You create them in the object navigator.
Re: radio group coding [message #489495 is a reply to message #489466] Mon, 17 January 2011 01:52 Go to previous messageGo to next message
ranamirfan
Messages: 535
Registered: January 2006
Location: Pakistan / Saudi Arabia
Senior Member

Dear,

1- As a sample we created a table Classes.

SQL> desc classes
 Name                            Null?    Type
 ------------------------------- -------- ----
 CLASSES_ID                               NUMBER
 FOOD_TYPE                                VARCHAR2(10)


2- Create Data Block through wizard.
3- Go to Item Food_Type change Item Type Text Item to Radio Button.

4- Drag & Drop Radi Button on Form and place it in a Same Radio Group.

Select Ok Button when he'll ask Place in which Radio Group ?

5- Go to Radio Button Property change label & Radio Button value.
6- Set Initial Value of Radio Group as Lunch.


After Saving the Record.



SQL> select * from classes;

CLASSES_ID FOOD_TYPE
---------- ----------
         1 Lunch


Please find herewith attached form.

Hope it'll help you.

Regards,
Irfan
  • Attachment: Classes.fmb
    (Size: 44.00KB, Downloaded 1374 times)
Re: radio group coding [message #489530 is a reply to message #489492] Mon, 17 January 2011 05:36 Go to previous messageGo to next message
helloworld_28
Messages: 60
Registered: October 2010
Member
thank ,

i really appreciate your help, thanks. can you tell me which best book for oracle 10g forms and reports.
Re: radio group coding [message #489531 is a reply to message #489530] Mon, 17 January 2011 05:40 Go to previous messageGo to next message
ranamirfan
Messages: 535
Registered: January 2006
Location: Pakistan / Saudi Arabia
Senior Member

Thanks for your feedback.
Purchase any basic Forms book where you 'll find all these things.


Regards,

Irfan
Re: radio group coding [message #489545 is a reply to message #489531] Mon, 17 January 2011 07:38 Go to previous messageGo to next message
infosuresh2k
Messages: 77
Registered: September 2009
Location: CHENNAI, INDIA
Member

Hi,

Use the below PDF file links, it will be more helpfull for u.

http://download.oracle.com/otn_hosted_doc/forms/forms/A73074_01.pdf

http://filedb.experts-exchange.com/incoming/2009/06_w23/146478/Train-Forms.pdf

Regards,
Suresh.V

[Updated on: Mon, 17 January 2011 07:41]

Report message to a moderator

Re: radio group coding [message #489686 is a reply to message #489531] Tue, 18 January 2011 09:14 Go to previous message
helloworld_28
Messages: 60
Registered: October 2010
Member
hi,

thank, i have gone through even try with it thanks , please send any other trains-form like how to code trigger some thing like that ,yeah guys you are my hope so help me.
Previous Topic: New window opened as deactivated
Next Topic: CAN WE CALL EDITOR WHEN BUTTONIS PRESSED
Goto Forum:
  


Current Time: Thu Sep 19 18:18:25 CDT 2024