Sorting in Form

logu_cbe
Member Posts: 54
Hi guys,
Just i would like to show in form like this
Date Line No. Comment
08/20/08 40000 Test Comment 4
08/20/08 50000 Test Comment 5
08/19/08 10000 Test Comment 1
08/19/08 20000 Test Comment 2
08/19/08 30000 Test Comment 3
In breif, we would like to Sort Decending by date and Acending by Line No.
How it can be achieved while sowing the above records in line form?
Thanks in Advance,
Loganathan S
Just i would like to show in form like this
Date Line No. Comment
08/20/08 40000 Test Comment 4
08/20/08 50000 Test Comment 5
08/19/08 10000 Test Comment 1
08/19/08 20000 Test Comment 2
08/19/08 30000 Test Comment 3
In breif, we would like to Sort Decending by date and Acending by Line No.
How it can be achieved while sowing the above records in line form?
Thanks in Advance,
Loganathan S
0
Comments
-
Use code on cotrols on form. Like:
Serial No. - OnActivate() SETCURRENTKEY("Serial No.") ; CurrForm.UPDATE(FALSE) ;
0 -
I could not follow you :x
Can you please explain it?
Thanks,
Logu0 -
do you have a date & line no. key?
check the SourceTableView assitedit - for you sort choices0 -
I am having key;
But there is a need for Ascending Order sort by Line Number and Decending Order sort by Date.
Is is fesible in line form?
Thanks,
Logu0 -
it IS possible, if you can invert the order of the date.
- In the table in question, make a field of type BigInteger ( let's call it "sortfield" for now )
- through code ( onInsert, onModify, or the fields OnValidate ) make sure it contains 0dt - date. you might have to make a report to fill this for existing records.
- Make a key "Sortfield","Line no.", and you'll have your desired sorting order0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions