Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disappearing Print Preview Toolbar
Message
De
06/05/2009 09:40:58
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Disappearing Print Preview Toolbar
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01398116
Message ID:
01398116
Vues:
146
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform