Re: Form_Dirty Event

From: IPIPKIN (Igor.Pipkin_at_sasktel.net)
Date: 02/17/05


Date: Thu, 17 Feb 2005 08:05:13 -0600

it was fired fine before and update is not programmatically

"Allen Browne" <AllenBrowne@SeeSig.Invalid> wrote in message
news:e4WkphNFFHA.2460@TK2MSFTNGP09.phx.gbl...
> In some versions of Access, the form's Dirty event does not fire if you
> dirty the record programmatically.
>
> Look for any code that sets the value of a field. Particularly, anything
> in the Current event of the form would be a dead cert.
>
> To help you debug this, you might like to set the form's Record Selector
> property to Yes. The icon in the record selector will indicate if the
> record is already dirty before you expect it to be.
>
> --
> Allen Browne - Microsoft MVP. Perth, Western Australia.
> Tips for Access users - http://allenbrowne.com/tips.html
> Reply to group, rather than allenbrowne at mvps dot org.
>
> "IPIPKIN" <Igor.Pipkin@sasktel.net> wrote in message
> news:1118i02kr717e72@corp.supernews.com...
>> Hi,
>> After a lot of mostly graphical changes
>> updates on most of bounded controls stopped to trigger Form_Dirty event
>> (the first update of course).
>> What reason might it be?
>
>



Relevant Pages

  • Re: Form_Dirty problem
    ... properly when editing existing records is does not fire when editing a NEW ... dirty event than have to put some code in every control & TB on the form to ... Exactly the same code is used to manage the dirty event on my main ... A less good solution would be to save the record after you have initialized the control values. ...
    (microsoft.public.access.formscoding)
  • Re: 2.6.19 file content corruption on ext3
    ... I did a full trace of all pages involved in one run, ... That's the first 76 bytes of a chunk missing, and it's the last 76 bytes ... ** Setting page 00001422 dirty ... but I can _see_ where the actual dirty event would be happening in the ...
    (Linux-Kernel)
  • Re: Form_Dirty Event
    ... If you have verified that the record was not already dirty (by displaying ... Tips for Access users - http://allenbrowne.com/tips.html ... >> To help you debug this, you might like to set the form's Record Selector ... The icon in the record selector will indicate if the ...
    (microsoft.public.access.forms)
  • Re: 2.6.19 file content corruption on ext3
    ... I did a full trace of all pages involved in one run, ... That's the first 76 bytes of a chunk missing, and it's the last 76 bytes ... ** Setting page 00001422 dirty ... but I can _see_ where the actual dirty event would be happening in the ...
    (Linux-Kernel)
  • Re: Dirty Event
    ... I receive the following error message "Procedure declaration does ... The Dirty event isn't really appropriate for this, ...
    (microsoft.public.access.forms)

Loading