Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error when executing .Display?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
Error when executing .Display?
Versions des environnements
Visual FoxPro:
VFP 6 SP5
Database:
MS SQL Server
Divers
Thread ID:
01057876
Message ID:
01057876
Vues:
54
Hello,

I have a fairly old program that dumps users into Outlook after an email is created as such:

WITH oEmailItem
.To = m.sendto
.CC =m.ccTo
.Subject = m.jcsubject
.Importance = IMPORTANCENORMAL
.Body = m.jcmessage
.Display && .Send -- using display instead of send.
ENDWITH

I am getting a x00000001: Incorrect Function error on the .display line. Did outlook 2003 change the syntax? Do I need the () as in .Display()

Thanks,

Kevin
Kevin Emmrich
www.jkt9000.com
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform