Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Outlook: If it's not running - error on CreateItem
Message
De
24/12/2001 12:25:16
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00597633
Message ID:
00597947
Vues:
27
After this line:

oOutlook = CREATEOBJECT("Outlook.Application")),

I'm getting
WAIT WINDOW VARTYPE(oOutlook)                         - O
WAIT WINDOW TYPE('oOutlook.Name')+'-'+oOutlook.Name   - O-Outlook
Like I said, if Outlook was running already, everything's fine. Everything's happening on my machine, where I'm Administrator.

Maybe some security setting in Exchange/Outlook?

There is an Exchange server in the domain, but mail client is Outlook2000.

(My machine is Win2000 SP2,VFP7,Outlook2000)

Sasha



>>I'm creating an Outlook object (oOutlook = CREATEOBJECT("Outlook.Application")) and immediately after a message object (oMessage=oOutlook.CreateItem(0)).
>>
>>If Outlook isn't running before these two statements, an error pops up: #1429 on *second* line with message:
>>'OLE IDispatch exception code 61704 from Microsoft Outlook: Internal application error'.
>>
>>If Outlook is running beforehand, everything's perfect.
>>
>>I tried with putting a 5 and 10 seconds pause in between these two statements to no avail.
>>
>>Have anybody seen this?
>
>DO you test to make sure the CreateObject worked? Do you use vartype() to check the oOutlook object? You could also use type() to check a property of the object (like Name) to make sure it is of type character.
>
>It sounds like Outlook isn't being instantiated at all.
Sasha Burkich
Consultant
Victoria, BC
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform