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.