Search found 7 matches: cphone

Return to advanced search

Re: tipo de dato undefine al leer una planilla excel

... // The example demonstrates different formatting results of Transform() PROCEDURE Main LOCAL nGain := 8596.58 LOCAL nLoss := -256.50 LOCAL cPhone := "5558978532" LOCAL cName := "Jon Doe" ? Transform( 8596.58, "@E 9,999.99" ) // result: 8.596,58 ? Transform( ...
by Jeff Barnes
Tue Apr 29, 2014 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tipo de dato undefine al leer una planilla excel
Replies: 3
Views: 805

Re: FOLDER CLASS BUG

... = "O" $ Clientes->Productos nNivel = max( 1, Clientes->Nivel ) cName = Clientes->Nombre cAddress = Clientes->Direccion cPhone = Clientes->Telefono nAge = Clientes->Edad DEFINE FONT oFont NAME "Arial" SIZE 0, -8 DEFINE FONT oFont1 NAME "Arial" ...
by Silvio
Mon May 11, 2009 12:25 pm
 
Forum: FiveWin for Pocket PC
Topic: FOLDER CLASS BUG RESOLVED!!!
Replies: 4
Views: 1019

... the code to make phone calls and send sms through skype. Function Countrycode() not included. Hope you'll enjoy it. :lol: Antonio FUNCTION PhoneTO(cPhone,cNome,cComment,CodeCountry) Local oSkype,oCall,oUser DEFAULT CodeCountry := CountryCode() if empty(cPhone) return 0 endif //if its a user do ...
by AHF
Sat Nov 17, 2007 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Making Skype phone calls and sms
Replies: 10
Views: 5693

... (no permisson necessary) because of the claims. By the way, the code has the following diference to the one post previously : oUser:= oSkype:user(cPhone) oCall := oSkype:PlaceCall(oUser:Handle) It works perfectly. And it can process a call to a number or if you have the skype user name to a user ...
by AHF
Sat Nov 17, 2007 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Making Skype phone calls and sms
Replies: 10
Views: 5693

Dear AHF,

Try

oCall := oSkype:SendSms(cPhone, cComment)

Code: Select all  Expand view
oCall := oSkype:PlaceCall(cphone)


Regards,
Dutch
by dutch
Wed Nov 14, 2007 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Making Skype phone calls and sms
Replies: 10
Views: 5693

Making Skype phone calls and sms

I've been trying with the code below but it doesn't work. FUNCTION PhoneTO(cPhone,cNome,cComment) Local oSkype,oCall,oUser cPhone := alltrim(cPhone) Try oSkype := CreateObject("Skype4COM.Skype") Catch alert("Skype4Com não está instalado!") return End If .not. ...
by AHF
Wed Nov 14, 2007 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Making Skype phone calls and sms
Replies: 10
Views: 5693

SMS

Hi RAMESHBABU You can use skype to send SMS's - you have to set up an account and purchase some credit - smsskype(cPhone,cNotes) MsgWait('Sending Message ' + str(i,3),'Sending SMS',2) //-------------------------------------------------------------------------// function smsskype(t_sms,t_mess) ...
by Colin Haig
Mon May 21, 2007 11:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is there any way to send / receive SMS using FWH
Replies: 2
Views: 1051

Return to advanced search

cron