Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disappearing Print Preview Toolbar
Message
From
06/05/2009 09:40:58
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Disappearing Print Preview Toolbar
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01398116
Message ID:
01398116
Views:
145
If I run the code below on my machine here, I see the print toolbar above the preview window,
whether running from the command window or from the .exe.

The client, running from the same .exe, doesn't see the print toolbar.

Any ideas?


oListener = NEWOBJECT("ReportListener")
oListener.LISTENERTYPE = 1
*-- Show Receiving Specifications if present
IF m.recspec
REPORT FORM reports\quolettwo OBJECT olistener NOCONSOLE NOPAGEEJECT
CREATE CURSOR currecspec (SPEC C(1))
SELECT currecspec
APPEND BLANK
GO TOP
REPORT FORM reports\quorecspec1 OBJECT olistener NOCONSOLE NOPAGEEJECT
REPORT FORM reports\quorecspec2 OBJECT olistener NOCONSOLE
ELSE
REPORT FORM reports\quolettwo OBJECT olistener NOCONSOLE
ENDIF
Anyone who does not go overboard- deserves to.
Malcolm Forbes, Sr.
Next
Reply
Map
View

Click here to load this message in the networking platform