Guest Jose Luis Perez Report post Posted 04/18/2006 02:35 PM Basically we have an application does queries on several databases (DATABASE QUERY BOX) and we would like to have some background process or similar able to be awaken when we press a key or combination changing the flow of the database queries. We would prefer to avoid to enter a Box in the middle asking specifically the dtmf key and we would prefer avoid delays. "if during the time is doing the n queries we press "#" then.... it goes to box number 200". It would be helpfull if it works during all the queries process and only if the key "#" is pressed. When it ocurrs the application is trigger in other direcction to other boxes instead to keep going through the databases queries as it would go with no key pressed. Share this post Link to post
SupportTeam Report post Posted 04/18/2006 09:51 PM To have something happening in the background just start a VBScript or Program and have the script go onto the next module without waiting for the script to complete. If you can post a script and indicate what you would like to achieve we can offer more specific assistance. Share this post Link to post