Hi, again guys. I tried many things from your suggestions.
I took Mike Gagnon's suggestion
&& Solution #1 Avec Microsoft Word
&& Deux lignes de code !
o = CREATEOBJECT('word.application')
o.Documents.Add("Normal",.f.,1)
o.visible = .T.
Alors, ca ne marche pas Monsieur... I speak French, Mike...
![[peace] [peace] [peace]](/data/assets/smilies/peace.gif)
That did not do much for me, although I liked that idea before trying anything else.
So I added another line and the new Doc came up, inside of MS WORD. I was not able to weed out a complementary line of code for that, other than perhaps insert _cliptext into the New doc.
Next, I tried this and I was excited, for a while. This invokes OUTLOOK and I tried to install a Google account into it, but for some reason it simply will not work with IMAP in google, even though Google says that it will install easily...
DECLARE INTEGER ShellExecute IN shell32.dll ;
INTEGER hndWin, STRING cAction, STRING cFileName, ;
STRING cParams, STRING cDir, INTEGER nShowWin
lcMail = "mailto:zzzzzz@gmail.com"+ ;
"?CC= zzzzzz@gmail.com&Subject= Rencontre"+ ;
"&Body= Veuillez me rejoindre pour diner."
ShellExecute(0,"open",lcMail,"","",1)
Everything worked like a charm except setting up a Google account in Outlook.
Finally, I found a way to load Google's Voice feature for Calling phone numbers and Sending Messages. That works great,
But trying to navigate inside of Google Voice is kludgey! Of course, you can send images, videos, smileys, long texts etc... It supports MMS.
However, you have to load the parameters by hand every time you send a message.
- Initiate a new message
- Select user from list
- Enter the message
- Press Send
>
But Google says that it will stop message sending this way, soon. In fact, the date they set was August 1 this month... But it is still working. So, that is a bust too... But it is very easy to set the code to access the Google Voice page.
Code:
lcURL = "[URL unfurl="true"]https://voice.google.com/u/0/messages?itemId=draft-9F5D1ED8-59BD-4D2A-B0FA-AD073C0DFDB3"[/URL]
ShellExecute(0,'open','chrome.exe',m.lcURL,'',1)
A hearty thanks to all participants. Mike Lewis, Mike Gagnon, and Bilch.
The only thing that has a chance left is
Mike Gagnon's code for
Word if I could get the rest of the code. Maybe some Macro could be set up or is there code that I did not see in that long list of variant code...???
Dennis Kean
Simplicity is the extreme degree of sophistication.
Leonardo da Vinci