Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there anyone success using Nokia developer toolkit?
Message
From
18/02/2004 03:59:06
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Third party products
Title:
Is there anyone success using Nokia developer toolkit?
Miscellaneous
Thread ID:
00878209
Message ID:
00878209
Views:
58
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"
Next
Reply
Map
View

Click here to load this message in the networking platform