Scrollbar problem

Kisu
Member Posts: 381
Hey, I'm new MS Nav 4.0 user and I've been wondering of a little problem with the C/SIDE.
When I go through the tables, forms or other objects on any form there is a scrollbar which should help browsing them, unluckily its not working for me as intended.
Is it a bug and if it is, is there a solution to fix this, I thought it should work like in Explorer or other programs, but the scrollbar starts bouncing up and down when I scroll it and if it hits the bottom and I release mouse button, it jumps to the end of the list, not smoothly. I'm realy not sure how the bar works but it does not feel right.
Any help with this matter?
When I go through the tables, forms or other objects on any form there is a scrollbar which should help browsing them, unluckily its not working for me as intended.
Is it a bug and if it is, is there a solution to fix this, I thought it should work like in Explorer or other programs, but the scrollbar starts bouncing up and down when I scroll it and if it hits the bottom and I release mouse button, it jumps to the end of the list, not smoothly. I'm realy not sure how the bar works but it does not feel right.
Any help with this matter?
K.S.
0
Comments
-
This is one of the flaws you have to unconditionally accept.
It's been around for a long time which M$ doesn't think is a problem.
Otherwise they'd fixed it long ago.NAV - Norton Anti Virus
ERP Consultant (not just Navision) & Navision challenger0 -
Is it fixed in the future versions of Navision: 5.0, 5.1?K.S.0
-
1) It is not "bug"
2) It is common for database applications
reason: to be able to have correct scrollbar size and position you need to know:
line count and your actual position.
But to know that you need:
read all records from beginning to your actual position
Count all records
But because:
you can skip some records (by customization in triggers) or use filters and read from temporary tables etc. you need really read and "show" all the records from beginning to end to know the real count and position.
Result: if it will work correctly, after you open form with G/L entries, you can take some vacation... because the client will read and virtually show all records you can possible see. 8)
It is why the application just read what is needed to show all lines on the form, and after you scroll down, it just reads the new lines etc. But after you scroll through all records, the scrollbar will have correct size, because all what is needed was done. You can notice it on shorter tables, where you are able to read all records in short time.0
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