ener.hlp (Topic list)
This type cannot be passed by value
■ You tried to pass an event handler parameter by value.
  Event handler parameters are always passed by reference.
 
■ Possible solution:
 
  • Delete the BYVAL keyword from the event procedure
    declaration.
 
■ If you need additional help, move the cursor to a keyword
  and press F1 to open the Help window.