Find out affected column in Form_Dirty event

  • Thread starter Thread starter michael.mann
  • Start date Start date
M

michael.mann

Hi everybody,

I'm trying to find out which column has been changed (or in which
column the user has done the modification) in the form dirty event. But
I can't find a way to do this?

Can anyone help me?
Any help appreciated. Thank you

Michael
 
Hi,

I still have the problem that I can't find out the column that has been
modified. I am running a subreport, have my dataset represented by a
grid and when the user modifies a value within a column I want to know
that column.

Does anyone know how to accomplish this? Or any workaround?

Please get back to me ;)
Mischi
 
I still have the problem that I can't find out the column that has been
modified. I am running a subreport, have my dataset represented by a
grid and when the user modifies a value within a column I want to know
that column.

Does anyone know how to accomplish this? Or any workaround?

Use all the columns' dirty events, not the form's.
 
Back
Top