I have a home page with a button that navigates to another screen with a button that when pressed certain cards become visibled. The default view of the form should be the results of pushing the button. The current code from the button on the homepage is this:
Navigate(ScreenNCANew,ScreenTransition.Fade); ResetForm(NCAForm_2); Select(ScreenNCANew!Name=NCAGeneralInfo_2)
ChatGPT gave me that code but it's not working. I have tried other things but the form still comes up blank.
All of the fields that should appear by default, all have the following code on the visible property: NCAGeneralInfo_2.DisplayMode=DisplayMode.Disabled. The NCAGeneralInfo_2 is the button that should be pressed upon navigating to the screen.
If there is another approach to doing this? I'm totally open to it. My goal is to make some fields visible when a particular button is pushed and other fields visible when another button is pushed.