Sorry if someone has answered this question before. We have an old contact database my boss wants to click a button and send the phone number in the text box to a soft phone. Is that possible with Access 2007?
Thank you
Sorry if someone has answered this question before. We have an old contact database my boss wants to click a button and send the phone number in the text box to a soft phone. Is that possible with Access 2007?
Thank you
This example discusses using the Windows Dialer.exe http://www.dailyfreecode.com/forum/p...vba-25096.aspx
No idea how that would interact with soft phone.
I found the Dialer and opened it but can't get it to interact with my desk phone. Our computers network through VoIP phone.
Bing: vb6 soft phone
http://shareme.com/programs/voip/sip-vb6-source-code
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
That site was good however the concerns there will not work for me.
I am trying to avoid using secondary programs to talk with access and the softphone. I am hoping keystroke may work.
If there is relevant source code it might be adaptable into VBA. I have done that before. Found VB6 project that did what I wanted. Took the code and with few edits it works. Of course, I needed VB6 installed to open the project and view the code. It's nice when site posts code as text but not always that lucky. VB.Net code littler harder to adapt.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
How about send keys having them type Ctrl+Alt+F8 to run a macro
Don't know. Beyond my experience and can't find much info.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
- Set the Tabs order on the form to the field you want to send to the TCPI (softphone)
- Create a new button in the Categories select Miscellaneous then Auto Dialer
- Select Picture or Text
- Name the command something you can relate to the button
- Save the form
- You will need to install or configure your softphone to have TCPI active.
- The field (phone number) you want to dial should be highlighted.
- press the button
- you will get a pop up click on the setup button
- you will be prompted for your dialing location
- after entering the information click on Apply
- then dial.
- Good calling
Last edited by Fineartbrokersinc; 09-12-2014 at 11:18 AM. Reason: incomplete
Congratulations! Thanks for sharing solution. I have avoided the wizards so much, never noticed that. It creates an embedded macro. I would probably convert to VBA.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.