Form Show Event Not Firing

First thing to do is check is in the IDE, select the form and scroll down the properties to the form’s events and make sure the function name in the “show” event is the same as the actual function name as defined in the form. You can do that by clicking the blue arrow button to the right of the text box and it should take you straight to your function (or create a new one if one doesn’t exist) -

image

6 Likes