Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUG in VFP8SP1?
Message
 
À
11/05/2005 11:05:57
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01012851
Message ID:
01012951
Vues:
17
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform