Today I ran across yet another limitation of SyncEdit. *Incredible you say? *Check out the following sample code: procedure CreatePackage(anInvoiceItem :ThcInvoiceItem; aClient :ThcClient); begin if anInvoiceItem.AssociatedProduct.StockType.AsString = 'PACK' then ...
More...