FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC Automatic dialing of phone number on PDA Phone
Posts: 86
Joined: Fri Oct 07, 2005 07:59 AM
Automatic dialing of phone number on PDA Phone
Posted: Fri Dec 21, 2007 05:27 PM

Half way their from a PC I create a WEB page with <A href="wtai://wp/mc918887766"> 91 888 77 66<u></u></A> using :

if !empty(AGENDWML->TEL)
oText:Add('<A href="wtai://wp/mc;'+STRTRAN(AGENDWML->TEL,' ','')+'">'+TRIM(AGENDWML->TEL)+'<u></u></A>')
oText:Add( '<br/>')
ENDIF

And upload it via FTP to a website then accesing the website I can dial the number on my PDA .

Is there any way I can write the web page to my PDA from FWPPC then waitrun() the HTML text from FWPPC.

Any other metod for automatic dailing on a PDA or smartphone?

Regards/Saludos
Paul

paul@pes-systems.net
Posts: 229
Joined: Wed Oct 12, 2005 05:32 PM
Automatic dialing of phone number on PDA Phone
Posted: Sun Dec 30, 2007 04:26 PM
Paul,

Creo que esto es lo que buscas.

http://msdn2.microsoft.com/en-us/library/ms880691.aspx

Continue the discussion