How do I diable SHIFT+CLICK row selection in Edit Tables (OpenInsight Specific)
At 03 MAR 1998 12:11:00PM Phil Cole wrote:
Our application has numerous windows created in earlier versions of OpenInsight. Since Version 3.3.0 if a change is made to these windows which, necessitates the re-compilation of the Edit Table, the user has to hold down the shift key while clicking on a row to highlight that row. There appears to be no option to change this at design time. All we have been able to do is hack value 30 of the edittable control column in the SYSREPOSWINEXES row for the window. Changing the "new" sub-values of 261 back to 257. My guess is that these values are somehow related to the SDK style but have no information on this.
At 03 MAR 1998 03:17PM Cameron Revelation wrote:
Phil,
Our application has numerous windows created in earlier versions of OpenInsight. Since Version 3.3.0 if a change is made to these windows which, necessitates the re-compilation of the Edit Table, the user has to hold down the shift key while clicking on a row to highlight that row. There appears to be no option to change this at design time. All we have been able to do is hack value 30 of the edittable control column in the SYSREPOSWINEXES row for the window. Changing the "new" sub-values of 261 back to 257. My guess is that these values are somehow related to the SDK style but have no information on this.
Look at "STYLE" in the BASIC+ help file (BRFHELP.HLP). Style 0x4 is "edit-able".
Cameron Purdy