Recent content by jrw

  1. J

    Getting info out of a table

    typo in that first post defining v-client var but don't listen to me, i've been doing this for only a few months but, here's one better for each urTable break by client-id by start-date: if FIRST-OF (client-id) then display client-id start-date end.
  2. J

    Getting info out of a table

    Here's a way i did it - the slow way. define var v-client id like urTABLE.client-id. define temp-table urTmpTable field client-id like urTABLE.client-id field start-date like urTABLE.start-date. v-client = "". for each urTABLE by client-id by start-date: if v-client =...
Back
Top