Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Anyway to store FRX name from closed FRX report?
Message
 
 
To
10/01/2015 13:42:31
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:
01613438
Views:
67
>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)
>
Thank you sir! I will try this, it looks like what I need.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform