Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is there anyone success using Nokia developer toolkit?
Message
From
29/06/2004 10:46:37
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00878209
Message ID:
00918478
Views:
7
Hi Sylvain,

I don't know if you remembered that thread. :)

I promise you if I success I'll let you know.

No success. :(

Best Regards...


>Hi Metin,
>
>I never used this, but I have that error message when I do some OLE Automation with an Accounting software, and I have never been able to find out why or fix it. When I issue a retry it would work most of the times so I catched it and issued a RETRY. I know it doesn't help you much but I thought I'd share the little I know.
>
>Good luck.
>Sylvain
>
>>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"
Previous
Reply
Map
View

Click here to load this message in the networking platform