Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUG in VFP8SP1?
Message
De
11/05/2005 10:22:37
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
BUG in VFP8SP1?
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:
01012851
Vues:
62
Hi Folks!

This Code (to send an eMail via LotusNotes) works fine with VFP7.0.
* 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.
loDatensatz.ReplaceItemValue("SendTo", @acEmpfaenger)
loDatensatz.Send(.t.)
Bud in VFP8 SP1 I get an Error in Line
loDatensatz.ReplaceItemValue("SendTo", @acEmpfaenger)
The class file (loDatensatz) associated with this field cannot be found - class association cleard.

Whats this?
I tested in VFP9 and it works without an Problem bud I have to do it with VFP8!
Any help wanted!

Greetings from Germany
Jörg Schneider
Joerg.Schneider@SMARTCRM.de
SMARTCRM CRM powered by MS Visual FoxPro
SMARTCRM GmbH
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform