Hello,
I have a problem when hide columns in a xbrowse()
I have 64 columns.
When the user is pressing a button, I want to show only 32 columns, so I hide the last 32 columns.
So far so good, now it shows only 32 columns, but if I scroll completely to the right column, or press CTRL-RIGHT, I get a error.
Do I missing something? I already set the range to 32, but is seems this is not enough
Thanks.
I have a problem when hide columns in a xbrowse()
I have 64 columns.
When the user is pressing a button, I want to show only 32 columns, so I hide the last 32 columns.
oBrw:oHScroll:SetRange(1, 32 )
FOR i = 33 to 64
   oBrw:aCols[i]:hide()
NEXT i
oBrw:refresh()So far so good, now it shows only 32 columns, but if I scroll completely to the right column, or press CTRL-RIGHT, I get a error.
Do I missing something? I already set the range to 32, but is seems this is not enough
Thanks.
Regards,
Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
Marc
FWH32+xHarbour | FWH64+Harbour | BCC | DBF | ADO+MySQL | ADO+MariaDB | ADO+SQLite
