01-13-07 12:18 AM
This may seem like a lame question (eventhough I don't know the answer, I
know it is)
1st: how can I save a basket to an order template ?
the following is not working:
OrderTemplate OrdTemp = new OrderTemplate();
OrdTemp.OrderForms.Add(bClass.Basket.OrderForms[OrderForm.DefaultOrderFo
rmName]);
OrdTemp.Save("LastBasket");
and does it work the same for PurchaseOrders
[ Post a follow-up to this message ]
|