PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → [WD18] Space between table columns not stickying
[WD18] Space between table columns not stickying
Débuté par John Marrone Jr, 25 nov. 2014 18:00 - 1 réponse
Posté le 25 novembre 2014 - 18:00
Hi

I have tables that have different groups of related data and I am trying to put a space between the different groups of columns. I have inserted columns that I have named SP1, SP2 and so forth. I make the width 5 px. I run the app and all looks well. Then I exit the app and then restart the app and now the SP columns are 10 px wide. I am trying to put a 5 px wide gray column as a separator but WD will not allow it. Can someone tell me whats going on with WD and is there a better way to section off a table. I have very little extra space for these columns or I would live with the 10 px that WD seems to be demanding. If this can not be done does anyone know of a different way the section a table?
As usual thanks for any help I might receive.
Posté le 25 novembre 2014 - 18:21
Hi

The solution was to use the minwidth property, but set it in the Initialization code section of the table, not the row display section.