Is it possible to add a default initial sort to a relation?
To be more clear:
Tables:
Hardware
Calls
Actions
I have a form containing two tabpannels. The upper one is showing calls related to the hardware, the bottom one is showing actions related to the call
In both tabpanels is a field completiondate and a calculation Completed(1/0) when completiondate has been filled.
I always want open calls or actions to be on top and then the most recent completiondates from top to bottom. so I sort on:
'Completed asc, completiondate desc'
Now when I walk through the records in tabpanel Calls, the actions related to the calls show correctly. But I cant trigger an event when this related found set updates so I can get the sort right.
this is because the related foundset is then alreadyloaded (it is set into the form not loaded by the form)
An initial sort only works for normal foundsets that the form itself loads.
We are planning to add a intialsort in the Define Relation dialog.