How can I launch the Show All menu item in code?
try controller.loadAllRecords()
When called from the same form:
controller.loadAllRecords();
Called from another form:
forms.nameOfOtherForm.controller.loadAllRecords();
Thank you !!!
They’re not exactly the same, Show All stays on the same record. Load all requires some code to do this. Is there an exact equivalent of show all?
antonio:
They’re not exactly the same, Show All stays on the same record. Load all requires some code to do this. Is there an exact equivalent of show all?
No.