fiogf49gjkf0d Hi,
SalesLogix version: 7.54
I have created a .net user control using .Net Extension Helper library provided at this link:
http://customerfx.com/pages/crmdeveloper/2011/10/27/creating-saleslogix-net-extensions-with-the-net-extensions-helper-library.aspx
This control being called from my salelogix form in the follwoing way:
'Including Script - System:FX NetExtension Helper - ExtensionControl
Dim extControl Set extControl = new ExtensionControl extControl.Load "HLCSalesLogixControls", "HLC.SalesLogix.Controls.Manage.SmartFocus.AddEditPandoraEmailKey", Form.HWND, true
This code didn't give us desired result as has been told in the above video as this is only showing the form NOT the user control. If I put a STOP in the above code and debug through the code then this form will show the user control as well as it should. I have been trying to figure this out but so far without any success so can anybody please advice me if you have experinced the same issue?
Why this should be shown when you debug but notwhen you're running at full speed? |