Problem in controller.deleteAllRecords() Method

Hi All,

In one my method, when I am using the controller.deleteAllRecords() Method followed by controller.loadAllRecord() Method, It is not able to delete all the records.

Where as, if I am loping through the all the records and use the deleteRecord() Method, It works fine.

The above behavior is visible only in Servoy version 3.5.4+ and below to that works fine.

So, Is there any condition where deleteAllRecord() Method fails?

Thanks,
Infop.

Infop,

In what way does deletion fail, is there an error or are just not all records deleted that you expect to be?

Can you make a small sample solution that shows this?

Rob