Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Anyway to store FRX name from closed FRX report?
Message
From
10/01/2015 13:42:31
 
 
To
10/01/2015 13:40:43
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01613369
Message ID:
01613377
Views:
73
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)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform