S
Stapes
Hi
The system I am working on has loads of procedures triggered by a
double-click. I have been asked to change it to a single click.
Simple solution. I created the 'Event Procedure', and then used Call
procedure_dblClick(cancel).
All the existing procedures have 'cancel as integer'. I tried adding
this to my procedures & the compiler won't have it, so I have had to
put 'dim cancel as integer' in my procedures. Why is this?
Stapes
The system I am working on has loads of procedures triggered by a
double-click. I have been asked to change it to a single click.
Simple solution. I created the 'Event Procedure', and then used Call
procedure_dblClick(cancel).
All the existing procedures have 'cancel as integer'. I tried adding
this to my procedures & the compiler won't have it, so I have had to
put 'dim cancel as integer' in my procedures. Why is this?
Stapes