Hi,
There is yet another thing in Dabo that makes me angry.
I know purpose of __nonUpdateFields attribute,
but isn't its use too restrictive?
I mean exclusion from memento update.
I have a bizob like this:
SELECT a.*, b.manufacturer_name ;
FROM table1 a LEFT JOIN table2 b ON a.manufacturer_id = b.iid
Now, after I issue cancel, all fields are restored except field
from foreign table.
To restore field value I must issue requery this bizobj and
all it's children too.
I know what could you say, why don't create bizobj instead of join?
But Isn't creation entire bizobj just for one non updatable
field wasting of resources? I'm just asking.
--
Regards
Jacek Kałucki
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]