Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
I have scenario where in there's a pop up display having OK button, on click of this button takes me to another view. How can I do this?
Solved! Go to Solution.
Hi Vaishnavi, You can drag and drop the Button's click event to the view you'd like it to navigate to. Then select the 'navigation' option. This will bind the button's click event to that view's navigation.
Hi Vaishnavi, You can drag and drop the Button's click event to the view you'd like it to navigate to. Then select the 'navigation' option. This will bind the button's click event to that view's navigation.
Thank you for the info.