I have two questions:
- I have a new datawindow control/object. The Row Selection Service is turned on, but I don't want rows to be highlighted. I've done some research, but haven't found how to do this.
- Can individual datawindow row's height be set dynamically?
Any help would be appreciated.
I've tried this:
ls_mod_rc = this.Modify("detail.height='796 ~t if(fl_split=1,796,600)' "), where fl_split is the conditional column.
The return from Modify is "Line 1 Column 14: incorrect syntax." I've never understood what that message means.