SETVIEW and GET

I forgot and has been puzzled with combination of using SETVIEW in pre section and GET in aftergetrecord section.
I know that rec.SETRANGE and rec.SETFILTER are disregarded when later we use rec.GET. what about SETVIEW?

rec_a.SETVIEW(bla bla);

rec_a.GET(p_key);

My temporary conclusions is, GET will disregard the earlier SETVIEW. Anyone can confirm this?
Thank you very much.

Hi Joe,

Yes, I can confirm this…

I tested it, and it’s a Yes. Thanx a lot Eric.