V52_GRID_GOTO

This configuration variable determines how the runtime behaves when a user clicks in a grid control cell containing the cursor. Prior to Version 5.2, the runtime would not pass a MSG-GOTO-CELL-MOUSE event to the program when the user clicked in a grid cell containing the cursor. For programs compiled with Version 5.2, or later, this event is passed to the program. Setting V52_GRID_GOTO to 0 (off, false, no), maintains the pre-5.2 behavior. The default of 1 (on, true, yes) enables the new behavior, even for programs compiled with Versions 5.1 or earlier and run with Versions 5.2 or later. See Appendix C: Changes Affecting Previous Versions for more details.