hi everyone, it's too much time i keep this only for me, so i'll ask if someone has find some way to do it:
Is there a damn way to see the list of keys of a table in the c/al symbol menu or somewhere else, without keeping another client open only to browse the object designer?it's really a pain to write setcurrentkey instruction manually ](*,)
Thanks in advance
-Mirko-
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog 0
Comments
You could code something around the system table Key 2000000063
Dynamics Nav Add-ons
http://www.simplydynamics.ie/Addons.html
you're right, but this means to mouse working while you're writing code (ctrl+tab never get you where you want
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
You could add code that creates the syntax in a textbox that you can cut/paste into where you are working
Dynamics Nav Add-ons
http://www.simplydynamics.ie/Addons.html
(variable must be written manually in the code).SETCURRENTKEY('"' +key1+'","'+key2+'"')
isn't it?
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
Yes, that's it - will it be worth the time - and having to import the fob into each database?
Dynamics Nav Add-ons
http://www.simplydynamics.ie/Addons.html
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog