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.
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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.