Are there any conditions on the cards for visibility or the form even?
Can you tryu something.. Can you add a label and in the Default put NameOfControlYouDontSee.Visible
And see if it returns true or false. True means we got a problem. False still means we have a problem but we have / need something else.
Secondarily, do this.
1. Add a Gobal Variable called MakeItVisible
Do this in the OnVisible Property for the screen the form is on
Set(MakeItVisible, false);
Set(MakeItVisible, true);
Put this variable in one of the controls that isn't visible.
See if one of these things makes it show up.
I am also wondering if the environment doesn't have the version necessary for these controls in dev to show up.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.