PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → [WD20] Columns locked from Horizontal Scrolling
[WD20] Columns locked from Horizontal Scrolling
Débuté par rob, 24 avr. 2015 22:07 - 6 réponses
Membre enregistré
105 messages
Posté le 24 avril 2015 - 22:07
I've done something weird to a table on one of my windows.

The first four columns in the table do not scroll when you scroll with the horizontal scroll bar.

Also that scroll bar only goes half way across the table from the right.

Not sure what I accidently did to cause this, but any clue how to undo it?
Membre enregistré
18 messages
Posté le 24 avril 2015 - 23:32
Go to the description of your table. Go to the details tab. On the right near the middle is 'Number of columns fixed to the left:'. Do you have a value there?
Membre enregistré
105 messages
Posté le 24 avril 2015 - 23:46
That was it! Thanks! I knew it was somewhere.
Membre enregistré
105 messages
Posté le 25 avril 2015 - 00:24
Well, I thought I was ok. If I run the program in test mode, then the scroll bar is fine. However if I compile it and run the exe, it acts like that is still set at 4 and not 0.
Membre enregistré
18 messages
Posté le 25 avril 2015 - 00:29
Hmmmmm. Do you have different configurations, maybe compiled the wrong one?

Also this forum is more active: http://27130.foren.mysnip.de/list.php…. This forum pulls in posts from that forum.
Membre enregistré
105 messages
Posté le 27 avril 2015 - 16:16
There were different configurations, 32bit & 64bit. So just to see, I deleted one of them.,

Same thing still. Test mode the horizontal scroll bar acts as expected. 'Number of columns fixed to the left:' = 0

But when compiling and running the actual exe, it acts like 'Number of columns fixed to the left:' = 4

Strangest thing....
Membre enregistré
101 messages
Popularité : +1 (1 vote)
Posté le 28 avril 2015 - 17:50
Hi,

In desription of tables, in the tab 'DETAIL', you can configure 'Remember organization of columns'.

All informations are saved in your registry.

So , on your computer, regisrty remembers that for this window, this table, 4 columns are fixed to the left.

If you run your exe file on a new computer, it should run as you want.

You can unfixe those 4 columns, by clicking on the header of the column.