ACC: Using TAPI to Dial a Phone Under Win95/NT 4.0 (95/97)Last reviewed: August 28, 1997Article ID: Q141625 |
The information in this article applies to:
SUMMARYAdvanced: Requires expert coding, interoperability, and multiuser skills. This article describes a sample Visual Basic function, DialNumber(), that you can use to dial a telephone number from Microsoft Access 7.0 and 97 using your computer's modem. This method uses Telephony Application Programming Interface (TAPI) function calls to dial the number. This technique provides the same behavior as the built-in AutoDialer feature in Microsoft Access 7.0 and 97. NOTE: Although this technique works in Windows 95 and Windows NT 4.0, it may not work in Windows NT 3.51 because Windows NT 3.51 does not have built-in TAPI support. For more information about dialing a phone number in Microsoft Access without using TAPI, please see the following article here in the Microsoft Knowledge Base:
ARTICLE-ID: Q148857 TITLE : ACC: How to Dial a Phone Number Using MS Access 95/97This article assumes that you are familiar with Visual Basic for Applications and with creating Microsoft Access applications using the programming tools provided with Microsoft Access. For more information about Visual Basic for Applications, please refer to your version of the "Building Applications with Microsoft Access" manual.
MORE INFORMATIONAlthough the TAPI software development kit (SDK) contains a complete set of telephony functions, you need only one function, tapiRequestMakeCall(), to dial a phone number. The following steps demonstrate how to create and use the DialNumber() function in Microsoft Access 7.0 and 97.
REFERENCESFor more information about the AutoDialer feature, search the Help Index for "AutoDialer." For more information about the Declare statement, search the Help Index for "Declare Statement." Keywords : kbprg PgmApi Version : 7.0 97 Platform : WINDOWS Hardware : x86 Issue type : kbinfo |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |