Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Saturday, February 22, 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!
 Architect Forums - SalesLogix Scripting & Customization
Forum to discuss writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Scripting & Customization | New ThreadView:  Search:  
 Author  Thread: Check Box Issue
Adam Siegel
Posts: 13
 
Check Box IssueYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 17 Oct 13 10:58 AM
fiogf49gjkf0d

I am doing a redesign of one of our customer profile screens and my sales people asked for check boxes to be used to identify products that their clients are interested in. I have designed the screen, linked everything to SQL and was testing it when I ran into an issue that some check boxes will work and others are not able to be clicked. I am running SLX 7.5.3 if that helps....its really off, 50% of the boxes work fine but some of them are just not editable

[Reply][Quote]
Mike Spragg
Posts: 1226
Top 10 forum poster: 1226 posts
 
Re: Check Box IssueYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 17 Oct 13 12:09 PM

Are these checkboxes 1:M or 1:1 ? It could be that the users are in a team that doesn't have permission to edit ? Or, if they are 1:M then this doesn't apply. The next issue it could be is a problem with the security identifier. If you go back into DBMgr and add a new field (called Dummy) this should extend it again and make it work. Let us know if that's the issue.

[Reply][Quote]
Adam Siegel
Posts: 13
 
Re: Check Box IssueYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 17 Oct 13 1:27 PM

Mike


 


Thanks, I actually created new panels and then remade the check boxes and it worked fine, not sure why it wasnt working...now I have another question....I have an edit button so that you must click that edit button before you can check the checkboxes....on some of the panels it works and on others you can check boxes without hitting the edit button....ever seen that? How would I tie them to the edit button...I am modifying an existing template from a previous DBA


 


Adam

[Reply][Quote]
Adam Siegel
Posts: 13
 
Re: Check Box IssueYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 17 Oct 13 1:27 PM

Mike


 


Thanks, I actually created new panels and then remade the check boxes and it worked fine, not sure why it wasnt working...now I have another question....I have an edit button so that you must click that edit button before you can check the checkboxes....on some of the panels it works and on others you can check boxes without hitting the edit button....ever seen that? How would I tie them to the edit button...I am modifying an existing template from a previous DBA


 


Adam

[Reply][Quote]
Mike Spragg
Posts: 1226
Top 10 forum poster: 1226 posts
 
Re: Check Box IssueYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 17 Oct 13 2:06 PM
fiogf49gjkf0d

I think what you are seeing is a form loading issue. checkboxes are notorious for that, given their state changes on loading.


So, if you open the form and, on the WhenChange add an option like this:


 


<p>If Not Form.IsReading

SetButtonChkBoxState

' Do your stuff


End If


 


Where "Form" is the main form container name. So, you would do something like:


 


<p>

Sub SetButtonChkBoxState


 Select Case btnName.Enabled


  chk1.Enabled = btnName.Enabled
  chk2.Enabled = btnName.Enabled


 End Case


End Sub


 


This will then set the checkboxes to Enabled/Disabled based on state of button. The Click event of button calls the same routine.


 


 

[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): 2/22/2025 9:26:39 AM