Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Adding keyboard shortcuts in the query designer

edited April 2004 in General
RB7.02 D6
Can you point me towards the appropriate spots to add keyboard
shortcut support in the various query designer tabs.

Specifically adding a row or removing a row I think can only be done
with the mouse now and my users would like to use the keyboard since
that is how they speed search the list to find the column or table.

Thanks,
Rick Matthews
Dartek Systems Inc.

Comments

  • edited April 2004
    Hi Rick,

    You will need to create a custom query designer with the KeyDown event
    implemented. Then you can take a look at how the query designer works
    (perhaps in the AvailableDblClickEvent) to see what happens when a field is
    added to the query. (selected fields list)

    --
    Best Regards,

    Nico Cizik
    Digital Metaphors
    http://www.digital-metaphors.com
This discussion has been closed.