IT SOLUTIONS
Your full service technology partner! 
-Collapse +Expand
Paradox
Search Paradox Group:

Advanced
-Collapse +Expand Paradox To/From
To/FromCODEGuides
-Collapse +Expand Paradox Store
PRESTWOODSTORE

Prestwood eMagazine

October Edition
Subscribe now! It's Free!
Enter your email:

   ► KBDesktop Data...Paradox & Ob...ObjectPAL Co...OPAL: Win32 ...   Print This     
  From the November 2010 Issue of Prestwood eMag
 
Paradox OPAL: Win32 Calls:
Using the Win32 API and TAPI to Dial the Phone
 
Posted 16 years ago on 2/26/2008
Take Away: TAPI ObjectPAL example.

KB100890

The following lesson demonstrates how to use TAPI to dial the phone.

Prototyping Win32 API calls
Uses User32 ;Windows API calls.
	BringWindowToTop(WinHandle CLONG) CWORD
	DestroyWindow(WinHandle CWORD) CWORD
endUses 
Uses Tapi32
	;Perhaps move all api calls to common.lsl
	;For now, this is both here and in win32api.lsl
	;Dial the phone.
	tapiRequestMakeCall(sNumber CPTR, sAppName CPTR,  sLogName CPTR, sComment CPTR) CLONG
endUses
Dialing the phone
method cmDialPhone(sNumber String, sLogName String)
var
	arNumber Array[] String
	siCounter SmallInt
endVar
 
;Take out non-number characters commonly used 
;in phone numbers.
breakapart(sNumber, arNumber, "()-/ ")
sNumber = "" ;Reset number.  
for siCounter from 1 to arNumber.size()
	sNumber = sNumber + arNumber[siCounter]
endFor
 
tapiRequestMakeCall(sNumber, "Paradox 7", sLogName, "")
endMethod

Comments

0 Comments.
Share a thought or comment...
 
Write a Comment...
...
Sign in...

If you are a member, Sign In. Or, you can Create a Free account now.


Anonymous Post (text-only, no HTML):

Enter your name and security key.

Your Name:
Security key = P1153A1
Enter key:
KB Post Contributed By Mike Prestwood:

Mike Prestwood is a drummer, an author, and creator of the PrestwoodBoards online community. He is the President & CEO of Prestwood IT Solutions. Prestwood IT provides Coding, Website, and Computer Tech services. Mike has authored 6 computer books and over 1,200 articles. As a drummer, he maintains play-drums.com and has authored 3 drum books. If you have a project you wish to discuss with Mike, you can send him a private message through his PrestwoodBoards home page or call him 9AM to 4PM PST at 916-726-5675 x205.

Visit Profile

 KB Article #100890 Counter
7985
Since 4/2/2008
Go ahead!   Use Us! Call: 916-726-5675  Or visit our new sales site: 
www.prestwood.com


©1995-2024 Prestwood IT Solutions.   [Security & Privacy]