Showing posts with label ax - exceptionTextFallThrough(). Show all posts
Showing posts with label ax - exceptionTextFallThrough(). Show all posts

Tuesday, November 21, 2017

AX - empty code

For empty code use method exceptionTextFallThrough():
if ( RDates.selection() == ProdRouteCardForm_Dates::BySchedule ) {
  exceptionTextFallThrough();
}