Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community

At 27 MAY 1998 06:51:49AM Simon Kent - C.S.S.P wrote:

When using Grid Tables and setting a column width that lies between two others to 0 to hide it causes the vertical grid line separator to sometimes disappear. Does anyone know why this is?


At 27 MAY 1998 12:18PM Alex Eloquent wrote:

Simon,

Try setting the column width to 1 (one) instead.

Hope this helps,

[email protected]


At 13 JUN 1998 09:50AM Aaron Kaplan wrote:

I don't know why is does, have a guess based on repainting and things, but that's not really all that important. Assuming you're setting the size through code, and not using the mouse, you could always make the column hidden.

Equ HiddenStyle$ to 32
Style=Send_Message(EditTableControl, "COLSTYLE", ColumnNbr, "")

]

Style=bitor(Style,HiddenStyle$)
Style=Send_Message(EditTableControl, "COLSTYLE", ColumnNbr, Style)

Just a thought….

[email protected]

Sprezzatura, Inc.

www.sprezzatura.com_zz.jpg

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/315c39590e7b233785256611003bad12.txt
  • Last modified: 2024/01/04 21:00
  • by 127.0.0.1