NeoJeff
Sep 23 2008, 01:31 PM
I have a form that is refreshed every 10 seconds. I'm getting an error if a row (record) on that form is being edited and a requey happens. Is anyway of know if that row is being edited? I tried using form.recordset.editmode but that is always coming up as false.
Thanks.
LPurvis
Sep 23 2008, 01:41 PM
You mean being edited by that user on that machine? Sure the form's Dirty property will be True.
On another machine? Not by default no.
10 seconds seems very often.
Are you trying to present real time data?
*If* I were doing so - I wouldn't make such a list editable!
NeoJeff
Sep 23 2008, 01:46 PM
That did it, I just forgot about that one!
Thanks for the help!!!!!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.