PopulateAllFields issue

mtsamtsa Member Posts: 2
Hi!

I need help with PopulateAllFields property. I have a group of filters on a record and PopulateAllFields is active on page, but only automatically fill in a single field. None of the fields is part of the key.

My code is:

myrecord.FILTERGROUP(2);
myrecord.SETRANGE(Type,Rec.type);
myrecord.SETRANGE(code,Rec.code);
myrecord.SETRANGE(line,Rec.line);
myrecord.FILTERGROUP(0);
CLEAR(mypage);
mypage.SETTABLEVIEW(myrecord);
mypage.RUN;

And PopulateAllFields is active on mypage.

Can you help me?

Thanks. (and sorry for my possible bad english)

Comments

Sign In or Register to comment.