Field changes

M

mfleet1973

Hello again.

vb.net 2003, mssql server...

I'm using a datagrid. Users can modify information in the grid. When
the user scrolls to another record, I need to detect if a field
(employee) has been changed. If it has changed, the program must send
an e-mail to the employee selected in the grid combobox. What is the
best way to go about doing this. Is there an event to handle just
before a scroll? I can't use "OnChange" of the control because the
user may have selected the wrong employee in the combobox.

Thanks a lot!

Mike.
 
S

simida

use mousemove event and HitTest method to handle the user scroll to
another record from the older record.

Sincerely,
simida

(e-mail address removed) 写é“:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top