| Author |
Messages |
|
Allan G
Posts:7
 |
| 08/20/2008 7:17 AM |
|
I'm trying to use an instance of Interprise.Presentation.Customer.SalesOrder.InventoryItemControl but it doesn't want to play. It loads OK and I can get a limited list of inventory items, not the full list though. When I select an item from the expanded list nothing appears in the grid and at time things just crash.
here's the code
Interprise.Presentation.Customer.SalesOrder. InventoryItemControl o_IIC = new Interprise.Presentation.Customer.SalesOrder.InventoryItemControl(obj_SODatasetGateway, obj_SOFacade);
pluginContainerControl_PartsLabour.Controls.Add(o_IIC);
o_IIC.TransactionType = Interprise.Framework.Base.Shared. Enum.TransactionType.SalesOrder ;
o_IIC.IsAdvance = false; |
|
|
|
|
|
| You are not authorized to post a reply. |
|
|
|