by Anonymous >> Fri, 6 Feb 2004 14:58:48 GMT
hi
i've been having a some problems with the error 'updating method called for constant value'. The values i am trying to update are not constants. My programs is set up to create blanket invoices for customers. So the form has a transient proxy dictionary of proxyCustomerItems. I can create them fine and then when i try to update the price (which is an attribute that's part of the proxy class, not the actual saleItem reference) it says i'm trying to update a constant. Can you only set transient properties once? Thanks for your help.
Les