Question - What is the Difference Between Tablecontrols and Step Loops?
Answer -
Table controls have both horizontal and vertical scrollers and cursor control logic is designed implicitly.
Step loops have only horizontal scrollers and cursor control logic is to be designed by the user explicitly.