Użytkownik Ed Leafe napisał:
> On Sep 23, 2010, at 2:57 PM, Jacek Kałucki wrote:
>
>    
>> In other words, you claim there is difference between
>>
>> [biz.Record.sales_amount idx rec in biz.bizIterator()
>>              if biz.Record.stateprov == "NJ"]
>>
>> and
>>
>> [rec.sales_amount for rec in biz.bizIterator()
>>              if rec.stateprov == "NJ"]
>>
>> in such context, isn't it?
>>      
>       No, I never claimed that. You asked for *one* example, and that was a 
> quick one I thought of off the top of my head. Please don't take that as the 
> one and only use case.
>    

1) Of course, you claimed:
"
I've already explained that. If it returned the content of that row, it 
would suggest that
you could modify those values and have them reflected back in the bizobj.
Operating under the principle of least surprises, that would be a much 
worse solution,
as it would potentially involved data loss.
"
So, is there difference or not?

2) I asked for example that shows difference in iterator use, you 
provide one,
     and now you are telling, it's wrong one.

>> Because I can't see any difference in accessing row attributes,
>> except referencing.
>> Tell me, if is there a difference in final effect, between
>>      biz.setFieldVal(fld, val)
>> and
>>      biz.Record.fld = val
>> please?
>>      
>
>       No, and you're drifting away from the point again.
>    

Yes, it's absolutely pointless discussion.

-- 
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]

Reply via email to