Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG in VFP8SP1?
Message
From
11/05/2005 12:14:16
 
 
To
11/05/2005 11:05:57
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01012851
Message ID:
01012951
Views:
16
I didn't use this function till now but try:
* Array der Empfänger erstellen
alines(acEmpfaenger, chrtran("testjs@Test.de;datenaustausch@Test.de", ";", chr(13)) )
loNotes     = CREATEOBJECT("Notes.NotesSession" )
loDatenbank = loNotes.GetDatabase( '', '' )
loDatenbank.OpenMail()
loDatensatz = loDatenbank.CreateDocument("NotesDocument", "New", loDatenbank)
loDatensatz.ReplaceItemValue("Form", "Memo" )
loDatensatz.ReplaceItemValue("Subject", "Test5  mit CC")
loDatensatz.SaveMessageOnSend = .t.
COMARRAY(loDatensatz, 11) && or COMARRAY(loDatensatz, 10) 
loDatensatz.ReplaceItemValue("SendTo", acEmpfaenger)
loDatensatz.Send(.t.)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform