Search results

  1. T

    SELECT-NEXT-ROW returns true when on last row of browse

    OpenEdge 11.7.2 I've encountered a strange error when programatically traversing a browse. The code uses the SELECT-NEXT-ROW() method on the browse and expects the method to return false when on the last row. DO WHILE v-ok: /* do stuff */ v-ok = hbrowse:SELECT-NEXT-ROW(). END...
Top