On Aug 7, 2007, at 3:19 PM, <[EMAIL PROTECTED]>  
<[EMAIL PROTECTED]> wrote:

> How do I bind (additive) to a grid's checkbox?
>
> I need to be able to add to or substract from a value based on the  
> item(s)
> checked.
>
> For example, if a cursor has 2 fields (ntqy and lselected)
> And the user clicks the checkbox...
>
> If lselected
>  form.total=form.total+nqty
> else
>  form.total=form.total-nqty

        The event is dEvents.GridCellEdited

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.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