I've seen posts similar, but we have 1 screen with 3 forms on the one screen. Patch wasn't working, so this ensures all data is posted.
Form Name / Button Name:
Main / Main
AddInfo / Additional Information
Status / Status
When a form is loaded, I want the button that corresponds to the title to display a different color. For example, if user clicks button "Main" - I want the Main button to change color, and keep that color, until another button is clicked. This will help users know which form they are viewing/editing.
The buttons are currently configured with
OnSelect: Set(ShowMainForm,true);Set(ShowAddInfoForm,false);Set(ShowStatusForm,false)
TIA