Re: View data not updating

Author: Ed Leafe

Posted: 2004-07-12 at 07:58:17

Quote: >>I am having trouble saving data from a view. I have bizobj's

invoice, invoiceline and lineitems involved. The invoice and

invoiceline data saves perfect. If I suspend the program and look at

the view, the data is written correctly, but will not save to the

table. The view settings are all set to update.

What happens if you open the view from the Command Window? Does it

update then? If not, then there are some problems with your view

properties. If it does, then perhaps your bizobjs are not set up

properly. Without the parent/child relationships established, calling

Save() on the primary bizobj will not call the Save() of the other

bizobjs, and the data will not be saved.

©2004 Ed Leafe