Enter as tab key?
Working on report with a dialog to fill in data before running the report.
I was asked if enter key could be used as a tab key.
In Delphi I guess one would use Keypress and check for shift state ....and use SelectNext to go forward or backwards, but don't think that is an option in the script code.
I was asked if enter key could be used as a tab key.
In Delphi I guess one would use Keypress and check for shift state ....and use SelectNext to go forward or backwards, but don't think that is an option in the script code.
Comments
Can live with out it for now I guess ... but wonder if that could be a future enhancement?
In our VCL program that uses the reports, most places in the program we use enter stroke as a tab key stroke to move to the next control quicker for
"faster" data input.