Good afternoon everyone!
I was wondering if there is anyone here that can help me out. Our company has recently gained a client who still uses a combination of Nav 5 and Navision Attain 3.60. No one here has any experience with this program. I was wondering if anyone could share any sites, areas, guides where I could troubleshoot Navision problems! I would greatly, greatly appreciate it.
They suddenly generated this problem that anytime they try to add a comment to a worksheet in one of their forms they get an error along the lines of, "The Quote Details Already Exists". I can upload a picture of what is going on.
Any help would be greatly appreciated. I'm not even sure where to begin trying to troubleshooting how to fix this.
Thanks!
- Justin
0
Comments
Alt-F1 to show F-Key functions
Some guides:
http://www.microsoft.com/download/en/de ... n&id=24432
your pic is clearly a custom form. You'll have to turn on the debugger to see where it's having it's problem.
Tools->Debugger->Active
then try to insert your comment.
http://www.BiloBeauty.com
http://www.autismspeaks.org
You filtered using F7 on a form and it works like you can use F7 on a table.
But the diffrence and here lies the catch is that filter isn't autocleared.
So you go to an item on the form using F7 and then you try to make a change, that filter is still on and thus preventing change.
The problem is that this is custom code, so the only way to figure it out is to get in the code or with the debugger and check it out.