Re: Button Timing Problem (I think)

2008-02-29 Thread Sarah Reichelt
> The problem I'm having is that sometimes the number gets doubled (i.e., > two database records). What I suspect is happening is that the button > is being pressed again (or at least Rev interprets it that way), between > the time I check to see if it's already there and actually inserting th

Re: Button Timing Problem (I think)

2008-02-29 Thread Mark Schonewille
Hi Len, 1) Unfortunately, yes. So, I try to avoid this entirely. 2) I am not sure what your script looks like. First of all, I'd say don't make a button respond to mouseDoubleUp if it may also respond to mouseUp. If you are running a mouseDoubleUp script and want to make sure that mouseUp

Button Timing Problem (I think)

2008-02-29 Thread Len Morgan
I'm having a little trouble with a dialog box. To be completely accurate, my users are having the problem. I can't seem to reproduce it. What I do is put up a dialog box (from a separate stack) which has the "next ID #" in a field. This number comes from a sequence in the database (since th