Home » Developer & Programmer » Forms » getting radio button prompt dynamically
getting radio button prompt dynamically [message #397213] Thu, 09 April 2009 07:54 Go to next message
r_junior
Messages: 3
Registered: March 2009
Junior Member
Hi,

I had 10 radio buttons in my form and a display item i want that evertime i click a radio button it's prompt should populate in the display item i.e suppose the radio buttons are RD1...RD2 when i click the first radio button it's prompt suppose first should show in the display item then second.

please help

Thanks
Re: getting radio button prompt dynamically [message #397252 is a reply to message #397213] Thu, 09 April 2009 10:33 Go to previous message
expertsudhir
Messages: 26
Registered: October 2008
Location: Delhi, India
Junior Member

Just use When-Radio-Changed Trigger and the code like:

If :Block3.Item4 = 'F' Then
:Block3.Item5 := 'First';
ElsIf :Block3.Item4 = 'S' Then
:Block3.Item5 := 'Second';
End if;

For Your support I send you a test file. I think it will solve your problem.
  • Attachment: MODULE1.fmb
    (Size: 40.00KB, Downloaded 971 times)
Previous Topic: Excel data to tables
Next Topic: Bean issues in form 6i
Goto Forum:
  


Current Time: Sun Feb 09 11:10:41 CST 2025