Calculation updates

Hello, I have a question regarding calculations: I know calculated fields are updated whenever a record is “touched”. So if you want to re-calculate everything you can simply “walk” through all records.

Now the question: are calculations also updated when using getRecord()? My impression is: no. I also noticed that unstored calculations are not accessible using getRecord(). Has that been forgotten or will that never be possible? Could anyone clarify on that, please?

Thanks!

patrick:
Are calculations also updated when using getRecord()? My impression is: no. I also noticed that unstored calculations are not accessible using getRecord(). Has that been forgotten or will that never be possible?

the Servoy 2.1 getRecord() function only retrieves the record object, but you can access unstored calcs!