Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Xfrx timing
Message
De
06/10/2015 12:45:16
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Xfrx timing
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01625558
Message ID:
01625558
Vues:
86
lc_frmfile = "acreco"
loSession=XFRX("XFRX#INIT")
*-- Call the xfrx routine to create the PDF
lnRetVal = loSession.SetParams(lc_activitypdf,,.T.,,,.T.,"PDF")
IF lnRetVal = 0
  loSession.ProcessReport(lc_frmfile)
  loSession.finalize()
ELSE
  DO notice WITH "PDF Creation Error. Get help."
ENDIF
When I run this report with no pdf creation, it's instantaneous.
When I run the code above, the delay is about 4 seconds.
There about 100 rows in the table.
Any ideas?
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