Data has been added in the database since first select of fo

Hi guys,
I’m getting these errors in the Java Console. Can you tell me what is causing that? I mean, why data was not broadcasted, or why is not loaded in the foundset?

WARN - Debug - Data has been added in the database since first select of foundSet, new data is ignored

Thanks!
Gabriel

Gabriel,

When Servoy loads the pks of a foundset, this is done in chunks of 200.
When the next chunk is loaded and we see that new data is inserted in the first chunks since last select, we print this debug message.
Since this data is added after the foundset started selecting the data is ignored.

Rob