Changeform onShow

I have had AppStudio on my desktop for years and am just now getting into it.
I created a project with three forms. First form is the menu, second form is for registrations and form 3 is a miscellaneous form.
I do a Changeform(frmRegistration) from the frmMainMenu and for the life of me I cannot get _onShow to fire off on the second form.
I put a msgbox in the frmRegistration_onShow() sub and nothing shows. I tried it as a function too with the same result.
What am I missing other than a better description.
Thank you,
Bob

Did you try onshow instead of onShow? Function names are case sensitive.

Never mind I guess It’s case sensitive.

Thanks,
Bob

I finally realized that right when you responded.

Thanks for the quick response.

Bob