Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COM DLL Error
Message
From
02/03/1999 05:21:51
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
COM DLL Error
Miscellaneous
Thread ID:
00193057
Message ID:
00193057
Views:
59
Thanks for your help Rick, Jim and Tim.

The problem is certainly that the command 'REPORT FORM' inherently has a UI, the popup dialog for starters which counts the no. of pages spooled. It might interest you to know that the same behaviour is encountered when we treat VFP as an OLE server from within VB. Namely,

Dim oVFP as Object
Set oVFP = CreateObject(VisualFoxpro.Application)
oVFP.DoCmd("REPORT FORM 'myReport' TO PRINT")

An identical error message is received.

The happy news is that it works fine as an OutOfProcess EXE.
Sanjay Kapoor

Relatively speaking is a conversation with Einstein
Next
Reply
Map
View

Click here to load this message in the networking platform