What is the difference between system.current_field and system.cursor_field?system.current_field gives the name of the field while system.cursor_field gives the name of the field where the cursor is lying along with the block name.What is the difference between system.current_field and system.cursor_field?The only difference between these two is that System.current_field gives name of the field and System.cursor_field gives name of the field with block name.
|