Does anyone know if there is a keyboard shortcut available to open the Record Selection Formula Editor? This would be rather than making three mouse clicks to open it via: Report -> Selection Formulas -> Record.
Thanks Brian. I am hoping there is a one step method to open the selection editor window. Going through Select Expert requires a few keyboard commands or mouse clicks also. I'm hoping newer versions allow this.
Are you familar with Autohotkey? If so you can create a script that will activate the record selection to a keyboard shortcut combination that you choose. For example:
^d::
IfWinNotActive, Crystal Reports -
return
Send !r
Send +s
Send +r
With autohotkey and the above script, you can open the record selection by hitting CTRL-d or whatever key combination you want to use.
It will automatically check to see if Crystal Reports is running, then send a Ctrl-r to open the Report Pull Down Menu, a Shift + s to go the "Select Expert" and a Shift +r to open the record selection.
Currently it would be the only way to do what you want
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.