Author Topic: Bind a dialog to a key  (Read 5295 times)

David.Hansen

  • Community Member
  • Posts: 15
  • Hero Points: 0
Bind a dialog to a key
« on: August 18, 2008, 03:45:15 PM »
Is there a way to bind a form to a key sequence? i.e. press a key sequence and the form opens.



hs2

  • Senior Community Member
  • Posts: 2762
  • Hero Points: 292
Re: Bind a dialog to a key
« Reply #1 on: August 18, 2008, 04:01:25 PM »
Usually 'show' is used to display a form. This call can be wrapped by a '_command ...' macro which can be bound to a shortcut. There are a lot of examples in the product sources to refer to...
HS2

David.Hansen

  • Community Member
  • Posts: 15
  • Hero Points: 0
Re: Bind a dialog to a key
« Reply #2 on: August 19, 2008, 02:17:05 AM »
Yes, that worked wonderfully. I can't express how much of a help you have been HS2. Thank you.