Image field does not update correctly

Servoy R2 1.1 developer rc2 build 257 with Firebird 1.0.3

In a table I defined a media field and filled some records with images. The field definition allows NULL.

I then made a method for printing a single record:

var numrec = controller.recordIndex
controller.omitRecord()
controller.invertRecords()
forms.Stampa_1.controller.print(foundset)
controller.loadAllRecords()
controller.recordIndex = numrec

If I call the method from a record whose image is empty after the print the image that is displayed in the form is the one of the first record of the table, little bug or I’m missing something?

Is there another (better) way to print a single record?

thanks in advance

thx for reporting it.
It is fixed in the build after RC3