Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Tuesday, June 3, 2025 
 
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!
 Web Forums - SalesLogix Web Platform & Application Architect
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Web Platform & Application Architect | New ThreadView:  Search:  
 Author  Thread: Checkbox as readonly in C# snippet
LCF
Posts: 46
 
Checkbox as readonly in C# snippetYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 22 Apr 15 4:41 AM

Hi,


I have several checkboxes in contract detail and I want to enable and disable (and read only) some of them based on another checkbox. I have a C# snipped action item code behind the checkbox to enable and disable the other checkboxes, but it's not working: they are always enabled. I cannot see the readonly property while coding. I'm using Infor CRM 8.1. What I must change to have the other checkboxes disabled and read only? Thanks.


 



if (chkOption1.Checked)


{


chkOption2.Enabled = false;


//chkOption2.ReadOnly = true;



chkOption3.Enabled = false;


//chkOption3.ReadOnly = true;


}


else


{


chkOption2.Enabled = true;


//chkOption2.ReadOnly = false;



chkOption3.Enabled = true;


//chkOption3.ReadOnly = false;


}


[Reply][Quote]
 Page 1 of 1 
  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!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2025 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 6/3/2025 7:24:26 AM