I might add that a common error (users) is they double click a button which
(in my experience with the person that can bring a system to a grinding halt
at will -- my wife) can produce unexpected results. You can trap for double
click with a counter var (with a time lapse using #Time) if it proves to be
the issue.
----- Original Message -----
From: "MDRD" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Monday, May 11, 2009 5:23 PM
Subject: [RBASE-L] - Re: Sometimes EEP does not fire
Mike
This is still 7.5 and I have not updated this db yet.
I will try the the space but this has only happened to me once
but I get a few calls every so often on this. I will try to trap the
error.
Thanks
Marc
--------------------------------------------------
From: "MikeB" <[email protected]>
Sent: Monday, May 11, 2009 3:56 PM
To: "RBASE-L Mailing List" <[email protected]>
Subject: [RBASE-L] - Re: Sometimes EEP does not fire
I like the empty parameter to have a space Also, do you include a "debug
trace" directive at the beginning of your form Action so you can turn on
debugging to verify the thing isn't firing?
Also, what version are you using?
PROPERTY rbase_form_action PatLst ' '
RETURN
----- Original Message -----
From: "MDRD" <[email protected]>
To: "RBASE-L Mailing List" <[email protected]>
Sent: Monday, May 11, 2009 3:41 PM
Subject: [RBASE-L] - Sometimes EEP does not fire
Sometimes when we click a Enhanced Speed button or Group Bar menu choice
the EEP does not fire.
Both use the same code below. If you shut down RBase and restart RBase
it works fine.
Is the correct way to run a Custom form action? or is this some sort of
computer problem?
PROPERTY rbase_form_action PatLst ''
RETURN
Thanks
Marc