11/22/2024 10:51:44 PM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss usage & tips for SalesLogix controls and other 3rd party ActiveX controls. View the code of conduct for posting guidelines.
|
|
|
|
How to make a group of radio button work
Posted: 03 Sep 06 10:35 PM
|
fiogf49gjkf0d I want these radio works in one group. That means when I clicked another one, the first one will be unchecked. Any idea? |
|
|
|
Re: How to make a group of radio button work
Posted: 04 Sep 06 8:57 AM
|
fiogf49gjkf0d Use the RadioGroup Control.
A - Add a RadioGroup copntrol to your form B - Go to the Inetms Property C - Doubleclick on (Strings) - NOT the button on teh RHS D - Key in the captions for each control E - Set the ItemIndex to the "default" button (top one is 0.. then followed by 1, 2,3.. -1 is NONE of them) F - Set up an event handler on teh OnClick event using a Select Case based on controlname.ItemIndex
-- rjl |
|
|
| |
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|