missed keystrokes

clocx
Member Posts: 12
It seems that the 'Delete' key is not always handled.
Some of my objects seem to miss the "Delete" key when I enter this key in a rapid sequence.
I tried this on standard Navision objects and experienced that this also happens for these objects.
For example when I run the Item table and go to the field "Vendor No." of the first item record and repeat the following key-sequence 'Del' - 'Arrow Down'- 'Del' - 'Arrow Down' - etc. only some values are cleared.
When I use the spacebar it works OK.
Is this a known bug in Navision?
Thank you for your help.
Some of my objects seem to miss the "Delete" key when I enter this key in a rapid sequence.
I tried this on standard Navision objects and experienced that this also happens for these objects.
For example when I run the Item table and go to the field "Vendor No." of the first item record and repeat the following key-sequence 'Del' - 'Arrow Down'- 'Del' - 'Arrow Down' - etc. only some values are cleared.
When I use the spacebar it works OK.
Is this a known bug in Navision?
Thank you for your help.
0
Comments
-
I think you are just a little to fast for Navision or your pc / notebook.
Try doing it in slowmotion, along with the slowmotion sounds people make when they talk.
Maybe you should practice slowmotion first to be sure you are doinf it right. I recommend shopping in slowmotion... It's great fun, I do it all the time!"Real programmers don't comment their code.
If it was hard to write, it should be hard to understand."0 -
Try 'Edit, Replace' or 'Ctrl+H'. It can save some timehttp://www.NaviTools.com
Documentation for Microsoft Navision
E/R diagrams, Workflow diagrams, UML diagrams, process diagrams0 -
Thanks,
But I have a work-around.
I thought I made an error in my object, but I was surprised
that the problem occurred also in standard objects.
I looks like the DEL-key is handled before the text in the edit-box
is selected and therefore has no effect. When you type the keys slowly the text is selected and cleared by the DEL-key.
Clearing the fields using a space or 0 (depending of type) works always.
That is what I don't understand.0 -
Clearing with space works because it happens after field gets focus and at that time the text is already selected.http://www.NaviTools.com
Documentation for Microsoft Navision
E/R diagrams, Workflow diagrams, UML diagrams, process diagrams0 -
You are right,
It looks like Navision does some optimizing after a field gets focus.
When a field gets focus and the next key in the input-buffer results in an navigation action, leaving the currentfield, a lot of actions can be skipped.
In 'Pseudo'-code something like this:
Peek InputBuffer
If NextKey is Special-Key (like arrow-keys etc.)
{
--
}
else
{
SelectText;
ReadKey;
--
}
If I'm correct with this assumption calling the DEL-key a special key in this context is erroneous.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