Link to home
Start Free TrialLog in
Avatar of hb21l6
hb21l6

asked on

MS access Module to ASP function?

Hello Experts.

I have this module in MS Access but I want to run it from an ASP page.
can anyone covert this into something I can cut and paste into my ASP site!
 

Function tapiRequestMakeCall Lib "tapi32.dll" _
      (ByVal stNumber As String, ByVal stDummy1 As String, _
       ByVal stDummy2 As String, ByVal stDummy3 As String) As Long
       Public Const ID_CANCEL = 2
       Public Const MB_OKCANCEL = 1
       Public Const MB_ICONSTOP = 16, MB_ICONINFORMATION = 64

thanks  in advance!
Avatar of hb21l6
hb21l6

ASKER

these are all the point I have!

thanks HB
ASKER CERTIFIED SOLUTION
Avatar of Ryan Chong
Ryan Chong
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hb21l6

ASKER

hello. all

I found this ..

http://www.microsoft.com/technet/treeview/default.asp?url=/technet/itsolutions/techsol/telephony/webtel.asp

MS web Telephony Engine which has provided alot of answers. the TAPI 3.0 that comes with windows 2000 family can be used as a COM object and Active X.. I would suggest anyone else trying to do this type of web based / IP telephony should take a look

hb