Changing the number of columns in EditTable (OpenInsight Specific)
At 14 OCT 1999 01:34:02PM CT Savell wrote:
How can I programmatically append new columns to an existing EditTable?
I have tried setting the ARRAY and LABEL properties (and I see they do change from the debugger). As well setting the "AUTOSIZECOL" property to fit the new column into the defined EditTable area. But no soap.
Thanks.
At 14 OCT 1999 02:37PM amcauley@sprezzatura.com onmouseover=window.status=why not click here to send me email?;return(true)"[url=http://www.sprezzatura.com" onMouseOver=window.status=Why not click here to visit our web site?';return(true)]Sprezzatura Group[/url] wrote:
For virtual memory edit tables I suspect you'll have to destroy then recreate the control.
amcauley@sprezzatura.com
World Leaders in all things RevSoft
At 14 OCT 1999 03:31PM Carl Pates - Sprezzatura Group wrote:
CT,
Tried Send_Message( "INSERTCOL" )? Check the online help - won't work for virtual menory edit tables though you need to follow Andrew's suggestion …
Carl Pates
Sprezzatura Group
At 14 OCT 1999 07:59PM CT Savell wrote:
Carl,
Thanks for you suggestion. INSERTCOL worked like a charm.
Tom
At 14 OCT 1999 08:22PM CT Savell wrote:
Darn, I just noticed that the justification is not passed in with the INSERTCOL message so the new column is automatically Left justified. I want it to be Right justified. Now what?
At 14 OCT 1999 10:28PM cpates@sprezzatura.com - [url=http://www.sprezzatura.com]Sprezzatura Group[/url] wrote:
CT,
Immediately after the insert change it's style ( Send_Message COLSTYLE ) so it's right- justified.
Regards
cpates@sprezzatura.com
World Leaders in all things RevSoft