multi-select edtittable (OpenInsight Specific)
At 22 JUL 1998 08:29:47PM Terry Evans wrote:
I've seen a couple of references to 'multi-select edittable'. Can someone point me in the right direction for setting this feature.
I'd like to fill an edittable with a short list of options and then allow the user to pick one or more to use. (If something else sounds better, I'm open to options.)
TIA
Terry
At 23 JUL 1998 12:10AM Don Bakke wrote:
Terry,
Look in the Programmer's Reference Guide (online or hardcopy) for the STYLE(STYLE_EX) property. You will see a list of styles that can be applied to various controls. One of them is Multi-Row Selection (value 512). If you read on you will some code example on how to set this style for the control you want (in fact, one of the examples is a generic routine for setting any control with any style).
dbakke@srpcs.com