Topic: Use only keyboard for data entry

Hello everyone.
In data entry forms,its difficult to use mouse and tab to move from one field to another.
Is there any solution to use only keyboard.
like ms access which,we can underline a keyboard short cut.
thanks in advance to any soul who can help.

i am new to mvd and this peculiar scripting language.

2 (edited by derek 2019-01-29 19:23:47)

Re: Use only keyboard for data entry

Hi,
In any form, the path from one field to the next should follow a logical sequence so you can set the 'tab order' to reflect this.
If, however, you want to move around the form 'out of sequence', you can define keyboard short-cuts to do this.
In the attached example, I use ctrl+1, ctrl+2 etc to move directly to the associated field (you can also use numbers or letters, 'ctrl,  'alt' etc etc).
Regards,
Derek.

Post's attachments

Attachment icon shortcutkeys.zip 336.79 kb, 328 downloads since 2019-01-29 

Re: Use only keyboard for data entry

How to get Serial number Motherboard computer ?

thank for your information

Re: Use only keyboard for data entry

agusecc wrote:

How to get Serial number Motherboard computer ?

thank for your information

It's not possible, you can get only serial number of disk

GetHardDiskSerial('c');
Dmitry.

Re: Use only keyboard for data entry

GetHardDiskSerial('c');

this script for get serial hardisk.  but I did answer, how get Serial Motherboard or mainboard?

thanks

Re: Use only keyboard for data entry

How do I secure the script in the MVD in the Script folder?

Re: Use only keyboard for data entry

use enigma virtual box... and box exe with script folder...

Re: Use only keyboard for data entry

agusecc wrote:

How do I secure the script in the MVD in the Script folder?

You can remove script.pas, project will able to work using script.dcu, but you need script.pas to able to edit script.

Dmitry.