Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report listener strangeness
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Report listener strangeness
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01082990
Message ID:
01082990
Views:
60
I have a user who is having a strange problem whereby a report listener object is not being created when calling reportoutput.app

I whipped up a quick test app as follows to try to see what was happening.
LOCAL loListener

SET REPORTBEHAVIOR 90

MESSAGEBOX("Output app: " + _reportoutput)

DO (_reportoutput) with 5, loListener

IF TYPE("loListener") = "O"
  MESSAGEBOX("It's an object")
ELSE
  MESSAGEBOX("It's NOT an object")
ENDIF
The output app is correct : c:\program files\common files\microsoft shared\vfp\reportoutput.app and is in place but the loListener object isn't created.

Has anyone encountered this before? The user has full admin permissions on the machine.
Cheers,
Jamie
Next
Reply
Map
View

Click here to load this message in the networking platform