I have this code that does the navigation and sets this variable in context, but how do I do this navigation and reset the form at the same time?
OnSelect:
Navigate(CAD_PLANEJAMENTO;ScreenTransition.CoverRight; {varFromData: Defaults(TBL_PLANEJAMENTO)})
I've tried doing it this way, but it didn't work:
OnSelect:
Navigate(CAD_PLANEJAMENTO;ScreenTransition.CoverRight; {varFromData: Defaults(TBL_PLANEJAMENTO)}); ResetForm(form1)