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
Environment versions
Visual FoxPro:
VFP 6 SP5
Database:
MS SQL Server
Miscellaneous
Thread ID:
01057876
Message ID:
01058179
Views:
15
I would try
=oEmailItem.Display()
>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()
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform