Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there anyone success using Nokia developer toolkit?
Message
De
18/02/2004 03:59:06
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
Is there anyone success using Nokia developer toolkit?
Divers
Thread ID:
00878209
Message ID:
00878209
Vues:
59
I couldn't send sms with nokia developer toolkit. that gives me some error:

(I got that code from another):
 LOCAL CellNum
 LOCAL TextMesg
 
 CellNum = '353863982273'
 TextMesg = 'TESTING NOKIA DATA SUITE'

      objSMS = CREATEOBJECTEX('SMSAdapter.SMSAdapter.1','','')
      objMess = .NULL. && objMess is initially a boolean with value = .F.
      objSMS.CreateShortMsg(@objMess)
 
      objMess.UserDataText = TextMesg
      objMess.OtherEndAddress = CellNum
         
      objSMS.Send(objMess)
         
      objSMS.Terminate
that gives an error: "OLE exception error: Exception code c0000005. OLE object may corrupt"
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform