- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Customizer Launched DLL - .NET TextLookup
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-21-2011 10:35 AM
Good Morning,
I'm trying to use a .NET TextLookup control in a Customizer launched DLL. Because the TextLookup requires a Session as a parameter and I don't have one, I must create one.
"Service.GetSessionContextXMLFromCommand(CommandLi
Does anyone know a way around this? We haven't done any VB6 development thus far and we'd like to keep it that way for consistency.
Thanks very much,
Hugh
Solved! Go to Solution.
Re: Customizer Launched DLL - .NET TextLookup
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-21-2011 12:18 PM
I don't believe you will be able to do what you would like to through Customizer, as I don't believe you have access to moclass.moSysSession which contains the Session information for the task you launched Customizer through. Even if you were capable of getting to this, I don't think it would work with a .NET application very well even if you passed the object to your DLL.
"Service.GetSessionContextXMLFromCommand(CommandLi
I would recommend a redesign of your DLL to drop the .NET TextLookup control and have some generic type of functionality to look up the data you need that isn't dependent on the MAS 500 Session. Also, if you haven't done so already, ensure your .NET control is COM compliant and compiled for x86 processors ONLY so your vbScript can call it. Then I would recommend going out to Sage's MAS 500 enhancement site to request the additional functionality you would like to see added to Customizer that you would need to accomplish your original goal.. I understand that Sage is making improvements to Customizer, so maybe you can get you request slipped in.
e2b teknologies, inc
www.e2btek.com
Re: Customizer Launched DLL - .NET TextLookup
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
11-22-2011 01:00 PM
Thanks for the reply and insight.
I have gone ahead to the Sage MAS 500 Ideas page (https://www11.v1ideas.com/SageERP/MAS500/Idea/Deta
In the past we've used simplified forms (text fields and select boxes) to get around this limitation. Until this is addressed, we'll continue to do so.


