P
Patrick Tingen
Guest
Yes, there's a plain bug in the code [:$] I do not take into account columns that are not visible. Just replace the 'findColumn' loop with this code: findColumn: DO iColumn = 1 TO phBrowse:NUM-COLUMNS: hColumn = phBrowse:GET-BROWSE-COLUMN(iColumn). IF hColumn:X > -1 AND (iMouseX - phBrowse:X) > hColumn:X AND (iMouseX - phBrowse:X) -1. This indicates whether a column is visible. Bad news is that I just discovered that this bug is in the DataDigger too 
Continue reading...
Continue reading...