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 .NET Extensions
Forum to discuss the use of .NET Extensions in SalesLogix version 7 and higher. View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix .NET Extensions | New ThreadView:  Search:  
 Author  Thread: Passing values from .Net Embedded control to the SalesLogix Label Control.
NagaVarma
Posts: 8
 
Passing values from .Net Embedded control to the SalesLogix Label Control.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 17 Mar 08 2:07 AM
i have .Net Embedded control it gives status like ,Initianling,Stating,Processing,Completing,terminated. i want to pass these status from the .Net to the SalesLogix Label.I implement the .Net Control using Sage.SalesLogix.NetExtensions.BaseRunnable.

please help me how to implement it
[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: Passing values from .Net Embedded control to the SalesLogix Label Control.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 17 Mar 08 10:55 AM
Moved thread from Controls forum to .NET Extensions forum

Ryan Farley
slxdeveloper.com
[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: Passing values from .Net Embedded control to the SalesLogix Label Control.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 17 Mar 08 10:57 AM
I'm not sure I completely follow what you're after.

Are you trying to update a label on a SLX form from your .NET Extension? Is that right?

Please provide more info if possible.

-Ryan
[Reply][Quote]
NagaVarma
Posts: 8
 
Re: Passing values from .Net Embedded control to the SalesLogix Label Control.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 17 Mar 08 10:57 PM
yes Ryan,

The .Net Extension will give status like Initializing,Dialing,Trying,Ringing,Terminated etc.,while Running. i want to upadate the label on a SLX form with these Status while running.

Please Help ME
[Reply][Quote]
NagaVarma
Posts: 8
 
Re: Passing values from .Net Embedded control to the SalesLogix Label Control.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 18 Mar 08 12:15 AM
Hi Ryan,

Suppose , my Label on the SLX Form is lblStatus.

how to assing the status which i am getting from the .Net to the lblStatus.

can i access the lblStatus of SLX Form in my .Net Class.

How to do it

[Reply][Quote]
Mark Dykun
Posts: 297
 
Re: Passing values from .Net Embedded control to the SalesLogix Label Control.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 18 Mar 08 6:26 AM
you can pass the label control in the run arguments. Using vb.net late binding you should be able to do something like

' at class level
dim lblObject as object

' in run
lblObject = args(0)

' where you need to do the update of status
lblObject.Text = "Helllo Wold"
System.Windows.Forms.Application.DoEvents();

- Mark

[Reply][Quote]
NagaVarma
Posts: 8
 
Re: Passing values from .Net Embedded control to the SalesLogix Label Control.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 19 Mar 08 4:48 AM
Hi Mark,

args(4)=lblStatus
when i give like this in the SalesLogix Architect for passing the Label - 'lblStatus' as an argument to the .Net , i am getting the error like this
"Object doesn't support this property or method :'args' "

why i am getting this error
[Reply][Quote]
Mark Dykun
Posts: 297
 
Re: Passing values from .Net Embedded control to the SalesLogix Label Control.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 24 Mar 08 6:35 AM
In SalesLogix did you define args as an array.

- Mark
[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:02:17 AM