Home » Developer & Programmer » Forms » What is the code to get the label of radio button ?
What is the code to get the label of radio button ? [message #190309] Wed, 30 August 2006 02:52 Go to next message
amul
Messages: 252
Registered: April 2001
Location: Chennai
Senior Member
Hi All

I am working on forms 10g(version 10.1.2.0.2 ) with Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 on windows 2000 platform.

my requirement is to dynamically get the label of the radio button item in a radio group.I am able to get the label of the radio group as shown below

Item :Radio group
Label : Gender

IF m_type = 'RADIO GROUP' THEN
m_label:=Get_Item_Property(m_Item ,label);
END IF;

There two Radio buttons inside this radio group which are
item : Radio button
Label : Male

item :Radio button
Label :female

What is the code to get the label of radio button(i.e) male and female ?

How will I get the count of radio buttons in a radio group at runtime?

Regards
Mohan
Re: What is the code to get the label of radio button ? [message #191745 is a reply to message #190309] Fri, 08 September 2006 00:33 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Have you solved your problem?

David
Re: What is the code to get the label of radio button ? [message #194759 is a reply to message #191745] Mon, 25 September 2006 02:41 Go to previous messageGo to next message
amul
Messages: 252
Registered: April 2001
Location: Chennai
Senior Member
no not yet.
Re: What is the code to get the label of radio button ? [message #195074 is a reply to message #190309] Tue, 26 September 2006 20:15 Go to previous messageGo to next message
wency
Messages: 450
Registered: April 2006
Location: Philippines
Senior Member

Try Get_Radio_Button_Property();
Re: What is the code to get the label of radio button ? [message #558366 is a reply to message #195074] Thu, 21 June 2012 06:54 Go to previous message
salo123
Messages: 1
Registered: May 2012
Junior Member
Hope this file helps you to retrieve the label of the radio button in forms 10g

[Updated on: Thu, 21 June 2012 06:55]

Report message to a moderator

Previous Topic: problem with list menu not work
Next Topic: To copy data from one datablock to another
Goto Forum:
  


Current Time: Fri Jul 05 21:25:40 CDT 2024