Button used to but no longer functions?

I created a button early on in my development to submit information for later use. it grabs a bunch of things from text input boxes dates and similar stuff. it used to work just fine, and has remained unchanged has something else broken it? it no longer moves back to the previous screen when pressed.
i can give more information on the overall function of the program if necessary

project link:
project

issue lies on the screen CreateSession, where after filling all fields the create session button no longer functions

When I click the Create Session button, it takes me to the next screen. Are you saying it doesn’t do that for you?

One thing I would recommend is to always check for null values when you open a screen with stored variables. If the stored variable equals null then set it to an initial value such as an empty string (“”) or zero.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.