LoadAll variation

I’d love to have an argument on the LoadAll function that stays on the current record. I know the same effect can be achieved methodically, but it would be nice to do it with a single command, especially as that’s exactly what happens from the menu with Ctrl-J (ShowAll).

antonio:
I know the same effect can be achieved methodically

That’s not totally true.
If you have for example a foundset on your form. (first 200) and you want to load record 600, with loadRecord(pk), than that does not always work and the record is not loaded!.

So yes, your request, is most welcome! :)