Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Anyway to store FRX name from closed FRX report?
Message
De
10/01/2015 13:42:31
 
 
À
10/01/2015 13:40:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01613369
Message ID:
01613377
Vues:
72
This message has been marked as the solution to the initial question of the thread.
Correction -- need to include the extensions:
lcFileName = "c:\some path\new report name.frt"
STRTOFILE(FILETOSTR("MyReportInAPP.frt"), lcFileName)
lcFileName = FORCEEXT(lcFileName, "frx")
STRTOFILE(FILETOSTR("MyReportInAPP.frx"), lcFileName)
MODIFY REPORT (lcFileName)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform