[EMAIL PROTECTED] wrote:
> John,
> 
> I fixed this issue by using a virtual field for the grid. 
> 
> FYI (to others), John and I were using a cursor defining a field as ..."(0
> as boolean) as lselected", in an execute statement to create a temporary
> column so that the user could select one or more records to process. I am
> guessing that when we issued a getDataSet command trying to selected the
> records, it was just re-issuing the "0 as boolean" vs looking at the current
> value.

I think in that case if you issued biz.getDataSet() (or grid.DataSet) 
you would indeed see the current, correct values. However, if you issued:

ds = grid.DataSet
print ds.execute("select * from dataset")

Perhaps that doesn't hold.

How does using VirtualFields help here, since those are read-only and 
you want to write to it?

-- 
pkm ~ http://paulmcnett.com


_______________________________________________
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/dabo-users/[EMAIL PROTECTED]

Reply via email to