task
stringlengths
12
101
input
stringlengths
0
3.73k
output
stringlengths
1
5.04k
options
sequence
pageTitle
stringlengths
0
320
outputColName
stringlengths
1
216
url
stringlengths
14
211
wdcFile
stringlengths
69
76
8a233762_Memory_Areas_Table_14_1__VMA_Flags_ffect_on_the_VMA_and_its_pages
[Flag] VM_MAYSHARE
The VM_SHARE flag can be set
[]
Memory Areas
Effect on the VMA and its pages
http://www.makelinux.co.il/books/lkd2/ch14lev1sec2
32/1438042990603.54_20150728002310-00121-ip-10-236-191-2_583431630_3.json
8a233762_Memory_Areas_Table_14_1__VMA_Flags_ffect_on_the_VMA_and_its_pages
[Flag] VM_GROWSDOWN
The area can grow downward
[]
Memory Areas
Effect on the VMA and its pages
http://www.makelinux.co.il/books/lkd2/ch14lev1sec2
32/1438042990603.54_20150728002310-00121-ip-10-236-191-2_583431630_3.json
8a233762_Memory_Areas_Table_14_1__VMA_Flags_ffect_on_the_VMA_and_its_pages
[Flag] VM_GROWSUP
The area can grow upward
[]
Memory Areas
Effect on the VMA and its pages
http://www.makelinux.co.il/books/lkd2/ch14lev1sec2
32/1438042990603.54_20150728002310-00121-ip-10-236-191-2_583431630_3.json
8a233762_Memory_Areas_Table_14_1__VMA_Flags_ffect_on_the_VMA_and_its_pages
[Flag] VM_SHM
The area is used for shared memory
[]
Memory Areas
Effect on the VMA and its pages
http://www.makelinux.co.il/books/lkd2/ch14lev1sec2
32/1438042990603.54_20150728002310-00121-ip-10-236-191-2_583431630_3.json
8a233762_Memory_Areas_Table_14_1__VMA_Flags_ffect_on_the_VMA_and_its_pages
[Flag] VM_DENYWRITE
The area maps an unwritable file
[]
Memory Areas
Effect on the VMA and its pages
http://www.makelinux.co.il/books/lkd2/ch14lev1sec2
32/1438042990603.54_20150728002310-00121-ip-10-236-191-2_583431630_3.json
8a233762_Memory_Areas_Table_14_1__VMA_Flags_ffect_on_the_VMA_and_its_pages
[Flag] VM_EXECUTABLE
The area maps an executable file
[]
Memory Areas
Effect on the VMA and its pages
http://www.makelinux.co.il/books/lkd2/ch14lev1sec2
32/1438042990603.54_20150728002310-00121-ip-10-236-191-2_583431630_3.json
8a233762_Memory_Areas_Table_14_1__VMA_Flags_ffect_on_the_VMA_and_its_pages
[Flag] VM_LOCKED
The pages in this area are locked
[]
Memory Areas
Effect on the VMA and its pages
http://www.makelinux.co.il/books/lkd2/ch14lev1sec2
32/1438042990603.54_20150728002310-00121-ip-10-236-191-2_583431630_3.json
8a233762_Memory_Areas_Table_14_1__VMA_Flags_ffect_on_the_VMA_and_its_pages
[Flag] VM_IO
The area maps a device's I/O space
[]
Memory Areas
Effect on the VMA and its pages
http://www.makelinux.co.il/books/lkd2/ch14lev1sec2
32/1438042990603.54_20150728002310-00121-ip-10-236-191-2_583431630_3.json
8a233762_Memory_Areas_Table_14_1__VMA_Flags_ffect_on_the_VMA_and_its_pages
[Flag] VM_SEQ_READ
The pages seem to be accessed sequentially
[]
Memory Areas
Effect on the VMA and its pages
http://www.makelinux.co.il/books/lkd2/ch14lev1sec2
32/1438042990603.54_20150728002310-00121-ip-10-236-191-2_583431630_3.json
8a233762_Memory_Areas_Table_14_1__VMA_Flags_ffect_on_the_VMA_and_its_pages
[Flag] VM_RAND_READ
The pages seem to be accessed randomly
[]
Memory Areas
Effect on the VMA and its pages
http://www.makelinux.co.il/books/lkd2/ch14lev1sec2
32/1438042990603.54_20150728002310-00121-ip-10-236-191-2_583431630_3.json
8a233762_Memory_Areas_Table_14_1__VMA_Flags_ffect_on_the_VMA_and_its_pages
[Flag] VM_DONTCOPY
This area must not be copied on fork()
[]
Memory Areas
Effect on the VMA and its pages
http://www.makelinux.co.il/books/lkd2/ch14lev1sec2
32/1438042990603.54_20150728002310-00121-ip-10-236-191-2_583431630_3.json
8a233762_Memory_Areas_Table_14_1__VMA_Flags_ffect_on_the_VMA_and_its_pages
[Flag] VM_DONTEXPAND
This area cannot grow via mremap()
[]
Memory Areas
Effect on the VMA and its pages
http://www.makelinux.co.il/books/lkd2/ch14lev1sec2
32/1438042990603.54_20150728002310-00121-ip-10-236-191-2_583431630_3.json
8a233762_Memory_Areas_Table_14_1__VMA_Flags_ffect_on_the_VMA_and_its_pages
[Flag] VM_RESERVED
This area must not be swapped out
[]
Memory Areas
Effect on the VMA and its pages
http://www.makelinux.co.il/books/lkd2/ch14lev1sec2
32/1438042990603.54_20150728002310-00121-ip-10-236-191-2_583431630_3.json
8a233762_Memory_Areas_Table_14_1__VMA_Flags_ffect_on_the_VMA_and_its_pages
[Flag] VM_ACCOUNT
This area is an accounted VM object
[]
Memory Areas
Effect on the VMA and its pages
http://www.makelinux.co.il/books/lkd2/ch14lev1sec2
32/1438042990603.54_20150728002310-00121-ip-10-236-191-2_583431630_3.json
8a233762_Memory_Areas_Table_14_1__VMA_Flags_ffect_on_the_VMA_and_its_pages
[Flag] VM_HUGETLB
This area uses hugetlb pages
[]
Memory Areas
Effect on the VMA and its pages
http://www.makelinux.co.il/books/lkd2/ch14lev1sec2
32/1438042990603.54_20150728002310-00121-ip-10-236-191-2_583431630_3.json
8a233762_Memory_Areas_Table_14_1__VMA_Flags_ffect_on_the_VMA_and_its_pages
[Flag] VM_NONLINEAR
This area is a nonlinear mapping
[]
Memory Areas
Effect on the VMA and its pages
http://www.makelinux.co.il/books/lkd2/ch14lev1sec2
32/1438042990603.54_20150728002310-00121-ip-10-236-191-2_583431630_3.json
1a056e04_OKFocus_Video__option
[description] an id or url from vimeo or youtube [default] null (required) [option]
source
[ [ "s", "o", "u", "r", "c", "e" ], [ "d", "i", "s", "a", "b", "l", "e", "k", "e", "y", "C", "o", "n", "t", "r", "o", "l" ], [ "c", "a", "p", "t", "i", "o", "n", "s" ], [ "l", "o", "o", "p" ], [ "h", "i", "g", "h", " ", "d", "e", "f" ], [ "v", "o", "l", "u", "m", "e" ], [ "a", "d", "p", "r", "o", "o", "f" ] ]
OKFocus Video
option
http://okfoc.us/okvideo/
32/1438042990603.54_20150728002310-00056-ip-10-236-191-2_190087152_1.json
1a056e04_OKFocus_Video__option
[description] enable or disable key control (youtube videos only) [default] true [option]
disablekeyControl
[ [ "s", "o", "u", "r", "c", "e" ], [ "d", "i", "s", "a", "b", "l", "e", "k", "e", "y", "C", "o", "n", "t", "r", "o", "l" ], [ "c", "a", "p", "t", "i", "o", "n", "s" ], [ "l", "o", "o", "p" ], [ "h", "i", "g", "h", " ", "d", "e", "f" ], [ "v", "o", "l", "u", "m", "e" ], [ "a", "d", "p", "r", "o", "o", "f" ] ]
OKFocus Video
option
http://okfoc.us/okvideo/
32/1438042990603.54_20150728002310-00056-ip-10-236-191-2_190087152_1.json
1a056e04_OKFocus_Video__option
[description] enable or disable captions (youtube videos only) [default] false [option]
captions
[ [ "s", "o", "u", "r", "c", "e" ], [ "d", "i", "s", "a", "b", "l", "e", "k", "e", "y", "C", "o", "n", "t", "r", "o", "l" ], [ "c", "a", "p", "t", "i", "o", "n", "s" ], [ "l", "o", "o", "p" ], [ "h", "i", "g", "h", " ", "d", "e", "f" ], [ "v", "o", "l", "u", "m", "e" ], [ "a", "d", "p", "r", "o", "o", "f" ] ]
OKFocus Video
option
http://okfoc.us/okvideo/
32/1438042990603.54_20150728002310-00056-ip-10-236-191-2_190087152_1.json
1a056e04_OKFocus_Video__option
[description] loop the video [default] true [option]
loop
[ [ "s", "o", "u", "r", "c", "e" ], [ "d", "i", "s", "a", "b", "l", "e", "k", "e", "y", "C", "o", "n", "t", "r", "o", "l" ], [ "c", "a", "p", "t", "i", "o", "n", "s" ], [ "l", "o", "o", "p" ], [ "h", "i", "g", "h", " ", "d", "e", "f" ], [ "v", "o", "l", "u", "m", "e" ], [ "a", "d", "p", "r", "o", "o", "f" ] ]
OKFocus Video
option
http://okfoc.us/okvideo/
32/1438042990603.54_20150728002310-00056-ip-10-236-191-2_190087152_1.json
1a056e04_OKFocus_Video__option
[description] control hd playback (youtube videos only) [default] false [option]
high def
[ [ "s", "o", "u", "r", "c", "e" ], [ "d", "i", "s", "a", "b", "l", "e", "k", "e", "y", "C", "o", "n", "t", "r", "o", "l" ], [ "c", "a", "p", "t", "i", "o", "n", "s" ], [ "l", "o", "o", "p" ], [ "h", "i", "g", "h", " ", "d", "e", "f" ], [ "v", "o", "l", "u", "m", "e" ], [ "a", "d", "p", "r", "o", "o", "f" ] ]
OKFocus Video
option
http://okfoc.us/okvideo/
32/1438042990603.54_20150728002310-00056-ip-10-236-191-2_190087152_1.json
1a056e04_OKFocus_Video__option
[description] control the volume with an integer from 0 - 100 [default] 0 [option]
volume
[ [ "s", "o", "u", "r", "c", "e" ], [ "d", "i", "s", "a", "b", "l", "e", "k", "e", "y", "C", "o", "n", "t", "r", "o", "l" ], [ "c", "a", "p", "t", "i", "o", "n", "s" ], [ "l", "o", "o", "p" ], [ "h", "i", "g", "h", " ", "d", "e", "f" ], [ "v", "o", "l", "u", "m", "e" ], [ "a", "d", "p", "r", "o", "o", "f" ] ]
OKFocus Video
option
http://okfoc.us/okvideo/
32/1438042990603.54_20150728002310-00056-ip-10-236-191-2_190087152_1.json
1a056e04_OKFocus_Video__option
[description] scale the youtube player larger than the browser to obscure youtube ads [default] false [option]
adproof
[ [ "s", "o", "u", "r", "c", "e" ], [ "d", "i", "s", "a", "b", "l", "e", "k", "e", "y", "C", "o", "n", "t", "r", "o", "l" ], [ "c", "a", "p", "t", "i", "o", "n", "s" ], [ "l", "o", "o", "p" ], [ "h", "i", "g", "h", " ", "d", "e", "f" ], [ "v", "o", "l", "u", "m", "e" ], [ "a", "d", "p", "r", "o", "o", "f" ] ]
OKFocus Video
option
http://okfoc.us/okvideo/
32/1438042990603.54_20150728002310-00056-ip-10-236-191-2_190087152_1.json
1c56c776_RCX_Manual__RCX_device_controlled
[Device registers] device registers of I/O port 4 and 7. Two input lines of port 4 and two of port 7 are used. IRQ0, IRQ1 device registers [Interrupts] Run is connected to IRQ0, OnOff to IRQ1 [RCX device controlled]
buttons
[ [ "b", "u", "t", "t", "o", "n", "s" ], [ "i", "n", "p", "u", "t", " ", "p", "o", "r", "t", "s" ], [ "b", "a", "t", "t", "e", "r", "y", " ", "v", "o", "l", "t", "a", "g", "e", " ", "l", "e", "v", "e", "l" ], [ "t", "i", "m", "e", "r", "s" ], [ "i", "n", "f", "r", "a", "r", "e", "d", " ", "t", "r", "a", "n", "s", "m", "i", "t", "t", "e", "r", "/", "r", "e", "c", "e", "i", "v", "e", "r" ], [ "L", "C", "D" ], [ "s", "p", "e", "a", "k", "e", "r" ], [ "o", "u", "t", "p", "u", "t", " ", "p", "o", "r", "t", "s" ] ]
RCX Manual
RCX device controlled
http://legolab.daimi.au.dk/CSaEA/RCX/Manual.dir/RCXManual.html
32/1438042988650.53_20150728002308-00250-ip-10-236-191-2_141075514_6.json
1c56c776_RCX_Manual__RCX_device_controlled
[Device registers] device registers of A/D converter and device registers of I/O port 6. Three output lines of port 6 are used [Interrupts] A/D interrupt [RCX device controlled]
input ports
[ [ "b", "u", "t", "t", "o", "n", "s" ], [ "i", "n", "p", "u", "t", " ", "p", "o", "r", "t", "s" ], [ "b", "a", "t", "t", "e", "r", "y", " ", "v", "o", "l", "t", "a", "g", "e", " ", "l", "e", "v", "e", "l" ], [ "t", "i", "m", "e", "r", "s" ], [ "i", "n", "f", "r", "a", "r", "e", "d", " ", "t", "r", "a", "n", "s", "m", "i", "t", "t", "e", "r", "/", "r", "e", "c", "e", "i", "v", "e", "r" ], [ "L", "C", "D" ], [ "s", "p", "e", "a", "k", "e", "r" ], [ "o", "u", "t", "p", "u", "t", " ", "p", "o", "r", "t", "s" ] ]
RCX Manual
RCX device controlled
http://legolab.daimi.au.dk/CSaEA/RCX/Manual.dir/RCXManual.html
32/1438042988650.53_20150728002308-00250-ip-10-236-191-2_141075514_6.json
1c56c776_RCX_Manual__RCX_device_controlled
[Device registers] device registers of A/D converter [Interrupts] A/D interrupt [RCX device controlled]
battery voltage level
[ [ "b", "u", "t", "t", "o", "n", "s" ], [ "i", "n", "p", "u", "t", " ", "p", "o", "r", "t", "s" ], [ "b", "a", "t", "t", "e", "r", "y", " ", "v", "o", "l", "t", "a", "g", "e", " ", "l", "e", "v", "e", "l" ], [ "t", "i", "m", "e", "r", "s" ], [ "i", "n", "f", "r", "a", "r", "e", "d", " ", "t", "r", "a", "n", "s", "m", "i", "t", "t", "e", "r", "/", "r", "e", "c", "e", "i", "v", "e", "r" ], [ "L", "C", "D" ], [ "s", "p", "e", "a", "k", "e", "r" ], [ "o", "u", "t", "p", "u", "t", " ", "p", "o", "r", "t", "s" ] ]
RCX Manual
RCX device controlled
http://legolab.daimi.au.dk/CSaEA/RCX/Manual.dir/RCXManual.html
32/1438042988650.53_20150728002308-00250-ip-10-236-191-2_141075514_6.json
1c56c776_RCX_Manual__RCX_device_controlled
[Device registers] device registers of timers [Interrupts] timer interrupts [RCX device controlled]
timers
[ [ "b", "u", "t", "t", "o", "n", "s" ], [ "i", "n", "p", "u", "t", " ", "p", "o", "r", "t", "s" ], [ "b", "a", "t", "t", "e", "r", "y", " ", "v", "o", "l", "t", "a", "g", "e", " ", "l", "e", "v", "e", "l" ], [ "t", "i", "m", "e", "r", "s" ], [ "i", "n", "f", "r", "a", "r", "e", "d", " ", "t", "r", "a", "n", "s", "m", "i", "t", "t", "e", "r", "/", "r", "e", "c", "e", "i", "v", "e", "r" ], [ "L", "C", "D" ], [ "s", "p", "e", "a", "k", "e", "r" ], [ "o", "u", "t", "p", "u", "t", " ", "p", "o", "r", "t", "s" ] ]
RCX Manual
RCX device controlled
http://legolab.daimi.au.dk/CSaEA/RCX/Manual.dir/RCXManual.html
32/1438042988650.53_20150728002308-00250-ip-10-236-191-2_141075514_6.json
1c56c776_RCX_Manual__RCX_device_controlled
[Device registers] device registers of SCI, I/O port 4, and timer 1. One output line of port 4 is used [Interrupts] SCI interrupts, timer 1 interrupts [RCX device controlled]
infrared transmitter/receiver
[ [ "b", "u", "t", "t", "o", "n", "s" ], [ "i", "n", "p", "u", "t", " ", "p", "o", "r", "t", "s" ], [ "b", "a", "t", "t", "e", "r", "y", " ", "v", "o", "l", "t", "a", "g", "e", " ", "l", "e", "v", "e", "l" ], [ "t", "i", "m", "e", "r", "s" ], [ "i", "n", "f", "r", "a", "r", "e", "d", " ", "t", "r", "a", "n", "s", "m", "i", "t", "t", "e", "r", "/", "r", "e", "c", "e", "i", "v", "e", "r" ], [ "L", "C", "D" ], [ "s", "p", "e", "a", "k", "e", "r" ], [ "o", "u", "t", "p", "u", "t", " ", "p", "o", "r", "t", "s" ] ]
RCX Manual
RCX device controlled
http://legolab.daimi.au.dk/CSaEA/RCX/Manual.dir/RCXManual.html
32/1438042988650.53_20150728002308-00250-ip-10-236-191-2_141075514_6.json
1c56c776_RCX_Manual__RCX_device_controlled
[Device registers] device registers of I/O port 6. Two lines of port 6 are used [Interrupts] no interrupts [RCX device controlled]
LCD
[ [ "b", "u", "t", "t", "o", "n", "s" ], [ "i", "n", "p", "u", "t", " ", "p", "o", "r", "t", "s" ], [ "b", "a", "t", "t", "e", "r", "y", " ", "v", "o", "l", "t", "a", "g", "e", " ", "l", "e", "v", "e", "l" ], [ "t", "i", "m", "e", "r", "s" ], [ "i", "n", "f", "r", "a", "r", "e", "d", " ", "t", "r", "a", "n", "s", "m", "i", "t", "t", "e", "r", "/", "r", "e", "c", "e", "i", "v", "e", "r" ], [ "L", "C", "D" ], [ "s", "p", "e", "a", "k", "e", "r" ], [ "o", "u", "t", "p", "u", "t", " ", "p", "o", "r", "t", "s" ] ]
RCX Manual
RCX device controlled
http://legolab.daimi.au.dk/CSaEA/RCX/Manual.dir/RCXManual.html
32/1438042988650.53_20150728002308-00250-ip-10-236-191-2_141075514_6.json
1c56c776_RCX_Manual__RCX_device_controlled
[Device registers] device registers of I/O port 6 and timer 0. One output line of port 6 is used [Interrupts] timer 0 interrupt [RCX device controlled]
speaker
[ [ "b", "u", "t", "t", "o", "n", "s" ], [ "i", "n", "p", "u", "t", " ", "p", "o", "r", "t", "s" ], [ "b", "a", "t", "t", "e", "r", "y", " ", "v", "o", "l", "t", "a", "g", "e", " ", "l", "e", "v", "e", "l" ], [ "t", "i", "m", "e", "r", "s" ], [ "i", "n", "f", "r", "a", "r", "e", "d", " ", "t", "r", "a", "n", "s", "m", "i", "t", "t", "e", "r", "/", "r", "e", "c", "e", "i", "v", "e", "r" ], [ "L", "C", "D" ], [ "s", "p", "e", "a", "k", "e", "r" ], [ "o", "u", "t", "p", "u", "t", " ", "p", "o", "r", "t", "s" ] ]
RCX Manual
RCX device controlled
http://legolab.daimi.au.dk/CSaEA/RCX/Manual.dir/RCXManual.html
32/1438042988650.53_20150728002308-00250-ip-10-236-191-2_141075514_6.json
1c56c776_RCX_Manual__RCX_device_controlled
[Device registers] device register in external address space [Interrupts] no interrupts [RCX device controlled]
output ports
[ [ "b", "u", "t", "t", "o", "n", "s" ], [ "i", "n", "p", "u", "t", " ", "p", "o", "r", "t", "s" ], [ "b", "a", "t", "t", "e", "r", "y", " ", "v", "o", "l", "t", "a", "g", "e", " ", "l", "e", "v", "e", "l" ], [ "t", "i", "m", "e", "r", "s" ], [ "i", "n", "f", "r", "a", "r", "e", "d", " ", "t", "r", "a", "n", "s", "m", "i", "t", "t", "e", "r", "/", "r", "e", "c", "e", "i", "v", "e", "r" ], [ "L", "C", "D" ], [ "s", "p", "e", "a", "k", "e", "r" ], [ "o", "u", "t", "p", "u", "t", " ", "p", "o", "r", "t", "s" ] ]
RCX Manual
RCX device controlled
http://legolab.daimi.au.dk/CSaEA/RCX/Manual.dir/RCXManual.html
32/1438042988650.53_20150728002308-00250-ip-10-236-191-2_141075514_6.json
e9a1447e__TinyWebGallery_Flash_Uploader__Description
[Plugin] E-mail Version 1.1 [Download] Download [Description]
The e-mail plugin replaces and enhances the internal e-mail notification for an upload. The default e-mail plugin sends an e-mail to the given address with a subject and a body where you can set 2 variables only. With this plugin this now changes dramatically. You have now 17 variables available you can use in the subject and in the body of the e-mail. The body is now not a simple line anymore but a complete template where you can design text and also html e-mails. You are also able to send a 2nd e-mail to a different e-mail. The default for Joomla is the uploader itself. Please read the readme.txt in the download. It contains the full documentation how the plugin can be configured.
[]
Multiple file upload plugins | TinyWebGallery Flash Uploader
Description
http://www.tinywebgallery.com/en/tfu/web_plugin.php
32/1438042990603.54_20150728002310-00304-ip-10-236-191-2_759898299_3.json
e9a1447e__TinyWebGallery_Flash_Uploader__Description
[Plugin] Log Version 1.1 [Download] Download [Description]
The log plugin logs each upload, download and delete to the tfu.log file. For each upload the file name, file path, the full path, the login and the description (if given) is stored. If you use Joomla and a user is registered you additionally get the user id, user name and the user e-mail. Make sure the tfu folder is writeable! Please note: The tfu.log has a maximum filesize of 2 MB. When the limit is reached the file is renamed to tfu.log.bak and a new log file is started. So you have a maximum of 4 MB of log data. If you need more please change the log file size or the implementation in tfu_helper.php (line 53 ff) or use the database plugin.
[]
Multiple file upload plugins | TinyWebGallery Flash Uploader
Description
http://www.tinywebgallery.com/en/tfu/web_plugin.php
32/1438042990603.54_20150728002310-00304-ip-10-236-191-2_759898299_3.json
e9a1447e__TinyWebGallery_Flash_Uploader__Description
[Plugin] Database log Version 1.2 [Download] Download [Description]
The database plugin logs each upload, download and delete to a database table. For each upload the file name, file path, the full path, the login, upload time and the description (if given) is stored. If you use Joomla and a user is registered you additionally get the user id, user name and the user e-mail. The database table is created automatically if it does not exist yet. Setup: TFU/WFU - Open the db_plugin.php and enter your database parameters in the file where you find the text // enter your db values below! (line 38ff.) 'joomla_flash_uploader_log' is the default table name Joomla - the Joomla db parameters are used. So you can use the plugin without any modification. 'joomla_flash_uploader_log' is the default table name. Please check the debug file after installing the plugin. On some servers the plugin fails because sql.safe_mode is enabled. Please disable this on your server to allow that your database settings are used.
[]
Multiple file upload plugins | TinyWebGallery Flash Uploader
Description
http://www.tinywebgallery.com/en/tfu/web_plugin.php
32/1438042990603.54_20150728002310-00304-ip-10-236-191-2_759898299_3.json
e9a1447e__TinyWebGallery_Flash_Uploader__Description
[Plugin] Database log viewer Version 1.1 [Download] Download [Description]
The database log viewer is an enhancement for JFU 2.11 or newer where you can see the databes log in a nice sortable and pageabble view on the Info/Limits/Register page of JFU. Setup: Make sure to use at least JFU 2.11 - 2.10.x does not work anymore because of the different path since 2.11 Download and install the database log plugin. Install the database log viewer to the tfu folder like described in the install section. Make sure that you extract everything with subfolders. You need to have the file db_plugin_view.php in the folder /db_plugin. You can modify the columns if you like. Open the file /db_plugin/db_plugin_view.php and modify the table in the bottom part of this file. You should have basic html and php knowledge to do this modification. This plugin is for users with a professional edition license or above.
[]
Multiple file upload plugins | TinyWebGallery Flash Uploader
Description
http://www.tinywebgallery.com/en/tfu/web_plugin.php
32/1438042990603.54_20150728002310-00304-ip-10-236-191-2_759898299_3.json
e9a1447e__TinyWebGallery_Flash_Uploader__Description
[Plugin] Cleanup Version 1.1 [Download] Download [Description]
This plugin deletes files if they are older than x days or if more than y files are in the upload folder. By default the upload dir of the user is used for cleanup. If you use this plugin and you are root be careful! You can cleanup your whole installation! Please edit the parameters in cleanup_plugin.php to configure this plugin.
[]
Multiple file upload plugins | TinyWebGallery Flash Uploader
Description
http://www.tinywebgallery.com/en/tfu/web_plugin.php
32/1438042990603.54_20150728002310-00304-ip-10-236-191-2_759898299_3.json
e9a1447e__TinyWebGallery_Flash_Uploader__Description
[Plugin] Thumbnail Version 1.0 [Download] Download [Description]
The thumbnail plugin creates a thumbnail after the upload. This plugin creates the thumbnail in the same folder. The file name for the thumb is the original file name plus '.thumb.jpg'. The internal resize function is used in the plugin. Therefore the file is first copied and resized afterwards.
[]
Multiple file upload plugins | TinyWebGallery Flash Uploader
Description
http://www.tinywebgallery.com/en/tfu/web_plugin.php
32/1438042990603.54_20150728002310-00304-ip-10-236-191-2_759898299_3.json
e9a1447e__TinyWebGallery_Flash_Uploader__Description
[Plugin] Prefix Version 1.0 [Download] Download [Description]
The prefix plugin adds a prefix to each uploaded file. For each upload you can add a timestamp or e.g. the user name added to the file name. Setup: By default a timestamp is used: A file will e.g. get the prefix '20090829_' when it is uploaded at the 29.8.2009 If you want a different prefix please modify prefix_plugin.php. The plugin is prepared to add the login or if used in Joomla the user id, user name or user e-mail Please note: The plugin file name is a_prefix_plugin.php. The reason is that this plugin changes the file name and plugins are executed in alphabetical order. This plugin should be executed first because otherwise other plugins use a wrong file name.
[]
Multiple file upload plugins | TinyWebGallery Flash Uploader
Description
http://www.tinywebgallery.com/en/tfu/web_plugin.php
32/1438042990603.54_20150728002310-00304-ip-10-236-191-2_759898299_3.json
e9a1447e__TinyWebGallery_Flash_Uploader__Description
[Plugin] Form Version 1.0 [Download] Download [Description]
The form plugin is an example how to get input elements from a HTML page where the flash is included. You can use this plugin with the default tfu.htm page that comes with TFU. There the value of the language drop down is sent with the upload. Set $form_fields = 'select'; in tfu_config.php and make sure you have at least a professional license. Then in the tfu.log you get the value of the drop down as last parameter. Make sure the tfu folder is writeable!
[]
Multiple file upload plugins | TinyWebGallery Flash Uploader
Description
http://www.tinywebgallery.com/en/tfu/web_plugin.php
32/1438042990603.54_20150728002310-00304-ip-10-236-191-2_759898299_3.json
e9a1447e__TinyWebGallery_Flash_Uploader__Description
[Plugin] Move Version 1.0 [Download] Download [Description]
The move plugin moves the uploaded file to a fix folder. The folder can be set in the move_plugin.php in the variable $userdir.
[]
Multiple file upload plugins | TinyWebGallery Flash Uploader
Description
http://www.tinywebgallery.com/en/tfu/web_plugin.php
32/1438042990603.54_20150728002310-00304-ip-10-236-191-2_759898299_3.json
e9a1447e__TinyWebGallery_Flash_Uploader__Description
[Plugin] Unzip Version 1.0 [Download] Download [Description]
This plugin extracts zip files right after the upload. The requirements for this plugin are PHP 5 >= 5.2.0 or PECL zip >= 1.1.0. You can do the following settings in the unzip_plugin.php: Zip files are deleted right after the upload. The files are extracted to the upload directory or the file name is used as unzip directory. If your server does not provide the needed classes a message is shown in the log file.
[]
Multiple file upload plugins | TinyWebGallery Flash Uploader
Description
http://www.tinywebgallery.com/en/tfu/web_plugin.php
32/1438042990603.54_20150728002310-00304-ip-10-236-191-2_759898299_3.json
e9a1447e__TinyWebGallery_Flash_Uploader__Description
[Plugin] Download Move Version 1.1 [Download] Download [Description]
The download move plugin moves a file after a download or all selected files after a zip download a fix folder. It moves it to the same path as the original below the $archivedir. Empty folders are removed. The folder can be set in the download_move_plugin.php in the variable $archivedir. E-Mail notification can be enabled by using a notification e-mail in the config.
[]
Multiple file upload plugins | TinyWebGallery Flash Uploader
Description
http://www.tinywebgallery.com/en/tfu/web_plugin.php
32/1438042990603.54_20150728002310-00304-ip-10-236-191-2_759898299_3.json
e9a1447e__TinyWebGallery_Flash_Uploader__Description
[Plugin] Approve Version 1.0 [Download] Download [Description]
By default this plugin moves a file to a subfolder called approve after the upload. This make it possible to do an easy approval process for uploads. So when a users uploads a file e.g. to the folder "upload/user1" it is moved to the sub folder "upload/user1/approve" which is created automatically if possible. In TWG/TFU/JFU you can configure that certain directories (e.g. .svn) not shown. Add the approve directory to the directories that are not shown ($exclude_directories) in TWG/TFU/JFU. In TWG you can use the TWGExplorer to move the files back after approval. In JFU you can use a different profile where the directories are shown. For advanced users: If you like different rights in TWG for the flash uploader I recommend to rename the folder to .approve and add this folder to the $exclude_directories in the additinal tab ($exclude_directories[]='.approve';). In TWG you can set the visibility of hidden files (files starting with a .) individually for each user. Make sure to use the latest version of TWG (at least 1.8.5 preview) because $hide_hidden_files is not connected to the TWGExplorer settings before in the front end. Then you have to edit admin/upload/my_tfu_config.php and set $exclude_directories again but without the .approve folder: At the bottom of my_tfu_config.php you find $exclude_directories[] = 'folder.id'; and change it to $exclude_directories = array('folder.id');
[]
Multiple file upload plugins | TinyWebGallery Flash Uploader
Description
http://www.tinywebgallery.com/en/tfu/web_plugin.php
32/1438042990603.54_20150728002310-00304-ip-10-236-191-2_759898299_3.json
e9a1447e__TinyWebGallery_Flash_Uploader__Description
[Plugin] Download delete Version 1.0 [Download] Download [Description]
The download delete plugin deletes a file or if zip download is enabled all selected files after a download. E-Mail notification can be enabled by using a notification e-mail in the config.
[]
Multiple file upload plugins | TinyWebGallery Flash Uploader
Description
http://www.tinywebgallery.com/en/tfu/web_plugin.php
32/1438042990603.54_20150728002310-00304-ip-10-236-191-2_759898299_3.json
e9a1447e__TinyWebGallery_Flash_Uploader__Description
[Plugin] Watermark Version 1.0 [Download] Download [Description]
This plugin creates a watermark on each uploaded image. Please set the parameters in the plugin to change the settings.
[]
Multiple file upload plugins | TinyWebGallery Flash Uploader
Description
http://www.tinywebgallery.com/en/tfu/web_plugin.php
32/1438042990603.54_20150728002310-00304-ip-10-236-191-2_759898299_3.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] RIGHT ARROW RIGHT ARROW [Action]
Move to the next field or character
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] LEFT ARROW LEFT ARROW [Action]
Move to the previous field or character
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] UP ARROW UP ARROW [Action]
Move to the field above in the same column
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] DOWN ARROW DOWN ARROW [Action]
Move to the field below in the same column
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] DELETE DELETE [Action]
Clear selected text
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] ESC ESC [Action]
Close the window or undo the data entry
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] END END [Action]
Move to the last field on a line
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] HOME HOME [Action]
Move to the first field on a line
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] ARROW, TAB, ENTER TAB [Action]
Move to the next field on non-line FastTabs
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
ENTER [Action]
Move to the next editable field
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] PAGE UP PAGE UP [Action]
Display next document or card in a list
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] PAGE DOWN PAGE DOWN [Action]
Display previous document or card in a list
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] F1 F1 [Action]
Open Help
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] F2 F2 [Action]
Edit
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] F7 F3 [Action]
Select Type to filter (field filter)
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] F6 F4 [Action]
Drop down or look up to select
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
F5 [Action]
Refresh the active window
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] CTRL+PAGE DOWN F6 [Action]
Go to the next frame
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] F9 F7 [Action]
Display statistics
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] F8 F8 [Action]
Copy the field above
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] F11 F9 [Action]
Post
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] F10, ALT F10, ALT [Action]
Select the menu bar and display access keys
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] F12 F12 [Action]
Select the navigation pane
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
SHIFT+F1 [Action]
View error message
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] CTRL+F7 SHIFT+F3 [Action]
Select Show Results (FlowFilter)
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] F6 SHIFT+F4 [Action]
Open a lookup window (from an ellipsis button)
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] CTRL+PAGE UP SHIFT+F6 [Action]
Go to the previous frame
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] CTRL+F5 SHIFT+F7 [Action]
Open the related card
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] F6 SHIFT+F8 [Action]
Drop down or look up to view
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] SHIFT+F11 SHIFT+F9 [Action]
Post and Print
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] SHIFT+F10 SHIFT+F10 [Action]
Display a shortcut menu
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] SHIFT+F11 SHIFT+F11 [Action]
Apply Entries, Get Source Doc, or Get Whse. Doc
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
SHIFT+F12 [Action]
Open the Role Center from the navigation pane
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] ARROW, SHIFT+TAB SHIFT+Tab [Action]
Move to the previous field
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
CTRL+F1 [Action]
Collapse or expand the Action Pane
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] F3 CTRL+F2 [Action]
Create a new document
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
CTRL+F3 [Action]
Select Search pages
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] F5 CTRL+F4 [Action]
Look up to the related list
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] CTRL+F5 CTRL+F7 [Action]
View entries
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] CTRL+F11 CTRL+F9 [Action]
Release document
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
CTRL+F10 [Action]
Select the Action Pane and display key tips
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] CTRL+F11 CTRL+F11 [Action]
Reconcile or Split Line
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
CTRL+F12 [Action]
Select the address bar
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] CTRL+C CTRL+C [Action]
Copy
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] CTRL+E CTRL+E [Action]
Export to Microsoft Office Excel
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
CTRL+L [Action]
Show Links
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] F3 CTRL+N [Action]
Create a new record
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] CTRL+O, F12 CTRL+O [Action]
Open the company
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] CTRL+P CTRL+P [Action]
Print
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] SHIFT+F8 CTRL+T [Action]
Select Sorting
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] CTRL+V CTRL+V [Action]
Paste
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] CTRL+W CTRL+W [Action]
Export to Microsoft Office Word
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] CTRL+X CTRL+X [Action]
Cut
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
[Dynamics NAV Classic Client] CTRL+Z CTRL+Z [Action]
Undo
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json
9985c42a_n___Advantage_Business_Systems__Action
CTRL+UP ARROW [Action]
Move up while the selected line stays selected
[]
Microsoft Dynamics Nav Keyboard Shortcuts | Classic and RTC Navision | Advantage Business Systems
Action
http://www.advantage.co.uk/blog/dynamics-nav-keyboard-shortcuts/
32/1438042989018.48_20150728002309-00145-ip-10-236-191-2_276877188_0.json