Hi,
In case of VLF-WIN, Instancelist entries is displayed after sorting by Programmatic Identifiers.
However, case of VLF-ONE, they are not sorted. And, I can not find a method as same as #AVLISTMANAGER.DisplaySorted of VLF-WIN.
So, Should I sort a working list using Sort_list command in a filter?
Regards,
Taku
Sorting of Instancelist entries by Programmatic Identifiers on VLF-ONE
-
- Posts: 19
- Joined: Thu Dec 15, 2016 2:03 pm
Re: Sorting of Instancelist entries by Programmatic Identifiers on VLF-ONE
VLF-ONE does not provide this method. Instead you can access and sort the column object directly using logic like:
Set Com(#AVLISTMANAGER.InstanceListBrowser.VisualIDColumns<2>) Sortposition(1) Sortdirection(Ascending)
See shipped example DF_T3002O
Set Com(#AVLISTMANAGER.InstanceListBrowser.VisualIDColumns<2>) Sortposition(1) Sortdirection(Ascending)
See shipped example DF_T3002O
-
- Posts: 19
- Joined: Thu Dec 15, 2016 2:03 pm
Re: Sorting of Instancelist entries by Programmatic Identifiers on VLF-ONE
Hi,
Thank you for your help.
I'm going to try it.
Thanks,
Taku
Thank you for your help.
I'm going to try it.
Thanks,
Taku