Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Send a message to a user on the networks
Message
 
 
To
26/01/2012 05:14:45
Issam Mansour
Jordan Business Machines
Amman, Jordan
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01533664
Message ID:
01533790
Views:
58
You have to use Unicode version of Windows API. Also, the second STRCONV parameter is incorrect. It should be STRCONV(,5). However, if text is already in Unicode, you don't need STRCONV()

>I used the strconv() but still i have the same problem.
>
>mtext2 = 'Hi '+ 'كرحيا'
>
>SendMsg("faxserver","issam","administrator",Strconv(mtext2 + CHR(0),11,11265))
>
>
>>The Unicode version is CreateFileW. You may have to convert string to Unicode using STRCONV() before passing them in.
>
>>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform