Welcome to Good Training Sign in | Become a member - FREE!
 

Passing arguments from SLX to .Net Extension

Last post 09-16-2009, 5:30 AM by Andrew Grandin. 2 replies.
Sort Posts:
  •  09-16-2009, 3:48 AM 2079

    Passing arguments from SLX to .Net Extension

    Hi All, we have created a .Net Extension for SLX 7.2 and have used Application.Managed.Run to pass it a variable. However we need to pass it 2 variables/arguments but Application.Managed.Run only seems to allow 1.

    Any ideas on how to do this?

  •  09-16-2009, 4:05 AM 2081 in reply to 2079

    Re: Passing arguments from SLX to .Net Extension

    Hi Andrew,

    If you dont get any joy on here I would post this one on www.slxdeveloper.com (its still hosted by Customer FX)

    Regards, Adam Travers

  •  09-16-2009, 5:30 AM 2082 in reply to 2081

    Re: Passing arguments from SLX to .Net Extension

    Thanks Adam i always make it a point to post on both. Also its not the best method but we have found an alternative. We have concatenated the two variables into 1. Passed that into the .Net Extension and then split it in .Net back to their individual variables. Not pretty but it works
View as RSS news feed in XML