PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → Problem with the SIZE of columns
Problem with the SIZE of columns
Débuté par Oscar Villarreal Salazar, 22 oct. 2008 09:37 - 2 réponses
Posté le 22 octobre 2008 - 09:37
I am developing an application in which I need much handling tables.

The problem is that I was not to be that some columns of the tables are increasing drastically in size by sliding the other columns to the left, the problem usually happens to me the first column. And try in many ways and nothing works.

When the table has many columns (+10), the column headers are moved from their correct position, to the point where the heads are in the midst of two columns

Try hiding the first column of the table, but does the same with the next column, I do not know if it is webdev error or something I'm doing wrong.

Thanks for all your help.
Posté le 22 octobre 2008 - 16:11
Hello Oscar...

It seems that it's a bug linked to the setting of the extensible column
(set to 1 by default when you create your table)... IF you set it to the
LAST column number instead, it should solve the problem

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

More information on http://www.fabriceharari.com


Oscar Villarreal Salazar wrote:
I am developing an application in which I need much handling tables.

The problem is that I was not to be that some columns of the tables are increasing drastically in size by sliding the other columns to the left, the problem usually happens to me the first column. And try in many ways and nothing works.

When the table has many columns (+10), the column headers are moved from their correct position, to the point where the heads are in the midst of two columns

Try hiding the first column of the table, but does the same with the next column, I do not know if it is webdev error or something I'm doing wrong.

Thanks for all your help.
Posté le 24 octobre 2008 - 00:50
Hi Fabrice.

Thank you so much for your help, already had almost a week trying to resolve this problem.