Automatic dialing of phone number on PDA Phone

Post Reply
User avatar
PAUL SIMM
Posts: 63
Joined: Fri Oct 07, 2005 7:59 am
Location: Madrid, Spain
Contact:

Automatic dialing of phone number on PDA Phone

Post by PAUL SIMM »

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
User avatar
jlcapel
Posts: 229
Joined: Wed Oct 12, 2005 5:32 pm
Location: Valencia - España
Contact:

Post by jlcapel »

Paul,

Creo que esto es lo que buscas.

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