Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Wednesday, November 27, 2024 
 
slxdeveloper.com Community Forums  
   
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
 Architect Forums - SalesLogix Scripting & Customization
Forum to discuss writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Scripting & Customization | New ThreadView:  Search:  
 Author  Thread: Using the Enter key to fire an event in an Active Form
Carla Tillman
Posts: 290
 
Using the Enter key to fire an event in an Active FormYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 08 Feb 07 12:42 PM
fiogf49gjkf0d
All;

I have built a custom QBE, but can not find the event that will fire from the "Enter" key rather than clicking on the "Search Button". (cmdSearch)

i.e.
  • User Clicks on the field where they will supply input data. (That eliminates the OnClick Event)

  • Then they may tab to the next input field they intend to use (Doesn't eliminate the onExit, but it would run a search - ready or not)

  • Once they have completed input - they hit Enter from the keyboard - and... I got nothing!


  • Suggestions? What am I missing?!

    Thanks,
    Carla

    [Reply][Quote]
    Ryan Farley
    Posts: 2265
    slxdeveloper.com Site Administrator
    Top 10 forum poster: 2265 posts
     
    Re: Using the Enter key to fire an event in an Active FormYour last visit to this thread was on 1/1/1970 12:00:00 AM
    Posted: 08 Feb 07 1:04 PM
    fiogf49gjkf0d
    The button control has a property called "Default" (or something like that). Setting that property for a button (only one can have that set) will make it respond to the enter event for the form.

    On that same note, the button also has a property called "Cancel". Setting that property for a button will make it respond to the ESC key.
    [Reply][Quote]
    Carla Tillman
    Posts: 290
     
    Re: Using the Enter key to fire an event in an Active FormYour last visit to this thread was on 1/1/1970 12:00:00 AM
    Posted: 08 Feb 07 1:09 PM
    fiogf49gjkf0d
    How can you stand being so kewl all the time?!!

    Thanks,
    c
    [Reply][Quote]
    Jeremy Brayton
    Posts: 491
    Top 10 forum poster: 491 posts
     
    Re: Using the Enter key to fire an event in an Active FormYour last visit to this thread was on 1/1/1970 12:00:00 AM
    Posted: 08 Feb 07 1:10 PM
    fiogf49gjkf0d
    You have to use a control with OnKeyPress. I believe when you use the Form's event, the focus can't be on any control which is awkward.

    In your event you'd have something like:

    if (Key = 13)
    MsgBox "Enter key pressed"
    end if

    It might be best to break this up into it's own routine so that you can restrict control input individually. Preventing invalid characters from being typed into form fields helps to keep invalid searches down.
    [Reply][Quote]
    Ryan Farley
    Posts: 2265
    slxdeveloper.com Site Administrator
    Top 10 forum poster: 2265 posts
     
    Re: Using the Enter key to fire an event in an Active FormYour last visit to this thread was on 1/1/1970 12:00:00 AM
    Posted: 08 Feb 07 1:10 PM
    fiogf49gjkf0d
    Quote:
    Originally posted by Carla Tillman

    How can you stand being so kewl all the time?!!

    Thanks,
    c


    Hahahahahaha.
    [Reply][Quote]
    Jeremy Brayton
    Posts: 491
    Top 10 forum poster: 491 posts
     
    Re: Using the Enter key to fire an event in an Active FormYour last visit to this thread was on 1/1/1970 12:00:00 AM
    Posted: 08 Feb 07 1:19 PM
    fiogf49gjkf0d
    If you wanted to eliminate the search button use this, otherwise Ryan's suggestion is much simpler and works where there are no OnKeyPress events (Legacy, I think).
    [Reply][Quote]
    Carla Tillman
    Posts: 290
     
    Re: Using the Enter key to fire an event in an Active FormYour last visit to this thread was on 1/1/1970 12:00:00 AM
    Posted: 08 Feb 07 1:21 PM
    fiogf49gjkf0d
    Thanks Jeremy,

    But I think I gotta go with Ryan's solution on this one! One click and I'm there. sweeeet.


    c
    [Reply][Quote]
     Page 1 of 1 
      You can subscribe to receive a daily forum digest in your user profile. View the site code of conduct for posting guidelines.

       Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
     

     
     slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
     This site, and all contents herein, are Copyright © 2024 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

    code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
       
     
    page cache (param): 11/27/2024 4:41:10 AM