Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error when executing .Display?
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Error when executing .Display?
Environment versions
Visual FoxPro:
VFP 6 SP5
Database:
MS SQL Server
Miscellaneous
Thread ID:
01057876
Message ID:
01057876
Views:
47
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
Next
Reply
Map
View

Click here to load this message in the networking platform