Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Monday, August 18, 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: Sender General information
Robert Leet
Posts: 14
 
Sender General informationYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 12 Feb 08 8:49 AM
I am trying to use the Sender object from a control change event however I have found very little regarding my options with this object. The auto complete does not seem to work on Sender. I cant find a reference to it in the slx lan dev ref guide and I see very limited examples of its use in DevLogix7. Is there an article here that sheds more light on the sender members that are available? I am specifically trying to access the original value in the control after the change event is fired. Thanks.
[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: Sender General informationYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 12 Feb 08 9:30 AM
Sender is simply an object that has a reference to whatever caused the event to fire. For example, if you add a button and wire up the Click event, the Sender will be a reference to the button. If you have a Memo control and wire up the Change event then the Sender will be the Memo control. The sender parameter allows you to wire up multiple controls to fire the same event handler and you get a reference to the specific control that fired the event using the Sender (it will be a reference to the control that fired it).

Make sense?
[Reply][Quote]
Robert Leet
Posts: 14
 
Re: Sender General informationYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 12 Feb 08 9:34 AM
Thanks for the reply. Yea that does make sence. Do you know if there is any additional information in the sender object such as original value? Or is it limited to the members of the controll that fired the event?
[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: Sender General informationYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 12 Feb 08 10:03 AM
Quote:
Originally posted by Robert Leet

Thanks for the reply. Yea that does make sence. Do you know if there is any additional information in the sender object such as original value? Or is it limited to the members of the controll that fired the event?


The Sender itself has nothing. If a textbox fired the event, Sender *is* a textbox. If a button fired the event, Sender *is* a button.

-Ryan
[Reply][Quote]
Robert Leet
Posts: 14
 
Re: Sender General informationYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 12 Feb 08 10:05 AM
Ok. thanks again.
[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): 8/18/2025 5:14:17 PM