When I use the EVAL function to execute a procedure in a form it executes the procedure twice. Does anyone know of a workaround or a fix for this?
For example:
On Click: =eval(Form_AfterUpdate)
where Form_AfterUpdate is a public procedure.
I tried to use the EVAL function in a popup menu to execute a procedure in a form but had the same result. Instead I had to use the SendKeys function but the problem with that is it only works for control with shortcuts defined.
For example:
On Click: =eval(Form_AfterUpdate)
where Form_AfterUpdate is a public procedure.
I tried to use the EVAL function in a popup menu to execute a procedure in a form but had the same result. Instead I had to use the SendKeys function but the problem with that is it only works for control with shortcuts defined.