Form Designer, Inserting columns into a listicon

Everything else that doesn't fall into one of the other PB categories.
jassing
Addict
Addict
Posts: 1885
Joined: Wed Feb 17, 2010 12:00 am

Form Designer, Inserting columns into a listicon

Post by jassing »

I'm not seeing how to insert (or move) columns around inside the form-designer for a listicon. The up/down arrow buttons don't seem to do anything.
what am I missing something on how to move or insert columns?
Marc56us
Addict
Addict
Posts: 1600
Joined: Sat Feb 08, 2014 3:26 pm

Re: Form Designer, Inserting columns into a listicon

Post by Marc56us »

jassing wrote: Sun Apr 09, 2023 3:31 am I'm not seeing how to insert (or move) columns around inside the form-designer for a listicon. The up/down arrow buttons don't seem to do anything.
what am I missing something on how to move or insert columns?
Obviously this is a bug, because it works for rows but not for columns.
However, you can change the column order by editing the source code.
At each source/form switch, the index numbers will be sequential again, but the new order of the columns is kept.

It must have been like that for a while, I tested on a 5.46 and it was already like that.
jassing
Addict
Addict
Posts: 1885
Joined: Wed Feb 17, 2010 12:00 am

Re: Form Designer, Inserting columns into a listicon

Post by jassing »

thank you.
I had given up on manually editing the file, as i seemed whenever I did, changes would revert. I'll give the re-order a try.

Thanks!
-j
Post Reply