[progress Communities] [progress Openedge Abl] Forum Post: Re: Trying To Return Column...

  • Thread starter Thread starter Patrick Tingen
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top