Author Topic: event handler generated - not correct  (Read 4672 times)

cappy2112

  • Community Member
  • Posts: 91
  • Hero Points: 0
event handler generated - not correct
« on: January 19, 2007, 01:32:37 AM »


I've got a command button on a form.
When I double click on the button, I want to define the lbuttonup handler.
I highlight lbuttonup in the "Select an Event Function' dialog, but this code is pasted in to my file

void ctlcommand1.forward_button_double_click()
{

}

I only have one button on the form, and it's name is ctlcommand1

I don't understand where the forward_button_double_click() came from nor where the event handler is that I've selected.


Graeme

  • Senior Community Member
  • Posts: 2796
  • Hero Points: 347
Re: event handler generated - not correct
« Reply #1 on: January 19, 2007, 10:38:14 AM »
I think that is a V10 problem - (I remember you said you were using version 10).  I reported it in 2005 and it was fixed in V11.  You need to change the name to lbutton_up.

Graeme