Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG in VFP8SP1?
Message
From
11/05/2005 10:22:37
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
BUG in VFP8SP1?
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01012851
Message ID:
01012851
Views:
60
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
Next
Reply
Map
View

Click here to load this message in the networking platform