[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: ABL(old) Form: Searching for an user tag/id in an static browser definition

  • Thread starter Thread starter Patrick Tingen
  • Start date Start date
Status
Not open for further replies.
P

Patrick Tingen

Guest
You could store the column-handles in a comma separated list and use that to restore the order of the columns (at least, if that is what you are trying to do). You can retrieve the handle from the comma separated list with something like hColumn = HANDLE(ENTRY(i, cColumnHandleList))

Continue reading...
 
Status
Not open for further replies.
Back
Top