Clear the values in Indicator

ufuk
ufuk Member Posts: 514
Hi,

I am using Date table as rec and filter the lines by periodtype. I also use an Indicator in the lines. When I change the periodtype, I can not clear the values of other periodtypes in the Indicator's column . I used Clear(source variable of Indicator) on the onaftergetrecord trigger or the event of period change, but it did not work.

Anyone has an idea?

Best Regards

Ufuk
Ufuk Asci
Pargesoft

Comments

  • SteveO
    SteveO Member Posts: 164
    Try use CurrForm.Update. This will force the whole form to do a refresh and should recalculate the variable for each record.
    This isn't a signature, I type this at the bottom of every message
  • ufuk
    ufuk Member Posts: 514
    Thanks, but I also tried it and it did not worked. Finally I try to resize the column by code, now it sometimes works properly sometimes not :D
    Ufuk Asci
    Pargesoft