Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Preview from builder, runtime
Message
De
10/07/2008 07:26:30
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
 
 
À
10/07/2008 06:35:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01330149
Message ID:
01330162
Vues:
27
Thomas,
I've changed my rpg like
lvtemp='C:\Programme\Microsoft\VFP9.1\'
*lvtemp=ADDBS(THIS.hcStartPath)
   _REPORTOUTPUT  = lvTemp+'ReportOutput.app'
   _REPORTPREVIEW = lvTemp+'ReportPreview.app'
   _REPORTBUILDER = lvTemp+'ReportBuilder.app'

?FILE(_REPORTOUTPUT) and FILE(_REPORTPREVIEW ) and FILE(_REPORTBUILDER)

SET PATH TO C:\Programme\Microsoft\VFP9.1
SET REPORTBEHAVIOR 90
CREATE CURSOR cur1 (c1 c(10))
INSERT INTO cur1 VALUES ('1') 
INSERT INTO cur1 VALUES ('2') 
INSERT INTO cur1 VALUES ('3') 

MODIFY REPORT e:\se\temp\modrep.frx
but I get no preview. The print statement returns .t.

Agnes
>Hi Agnes,
>
>I can reproduce your problem, if there is no reportpreview.app within my PATH declaration.
>Where is your reportpreview.app located? Only in C:\Programme\Microsoft Visual FoxPro 9 ?
>I got mine within a subdirectory calles _apps and my path show to this directory. I removed the app and voilà, same error as yours.
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform