Different search engines have different command line but the following should launch a browser with the predefine search term for Google: SET VAR vSearchSite TEXT = 'http://www.google.com/#q=' SET VAR vSearchTerm TEXT = 'RBTI' SET VAR vCMD TEXT = (.vSearchSite + .vSearchTerm) LAUNCH .vCMD CLEAR VAR vSearchSite, vSearchTerm, vCMD RETURN Hopefully it is what you were looking for. For Maps you need to use a variation of the command. Easiest way to figure it out is to run a search in your browser and then look at the address bar and it will tell you how the command is built/parsed. Javier, Javier Valencia, PE 14315 S. Twilight Ln. Olathe, KS 66062 Home: 913-397-9605 Office: 913-829-0888 Cell: 913-915-3137 From: [email protected] [mailto:[email protected]] On Behalf Of Brad Davidson Sent: Tuesday, May 09, 2017 9:29 AM To: [email protected] Subject: [RBASE-L] - Disable Accelerator (Hot) Keys? Before I place feature enhancement to R:BaseX Enterprise, does anyone know of a global (property) command to disable accelerator key function within a form? Or a work-around (other than disabling enhanced speed buttons – ‘ENABLE’ FALSE ) for this scenario: Within an enhanced tab control object, one tabbed page is dedicated to a Web Browser object navigated to an online search engine. The user begins to enter the search criteria (part number 341876) however, if any one of the characters for this part number is assigned as an accelerator character in a sidebar button the character does not display in the browser website search line, rather, the eep code fires. Appreciate any tips on this scenario. Also, any tips in inserting the part number (TEXTVALUE variable via PROPERTY command) as a pre-fill in the browser site’s search line, such as google? Thanks, Brad Davidson Aero-Craft Hydraulics, Inc. [email protected] www.aero-craft.com -- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
-- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

