Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FRX to PRG
Message
From
30/11/1999 12:38:44
 
 
To
30/11/1999 05:22:55
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Miscellaneous
Thread ID:
00296408
Message ID:
00296961
Views:
31
Hi Claudio,
Why You not build the reports in EXE file and also distribute them as files, You can have the reports 2 times (build-in and as a free files).

You can use this command:

my_report = my_path + "MyReport.FRX"
IF FILE(my_report)
REPORT FORM (my_report) etc. etc.
ELSE
REPORT FORM MyReport
ENDIF


When the user destroy the report(s) you can use this:

my_report = my_path + "MyReport.FRX"
DELETE FILE (my_report)
mm_repo = FileToStr("MyReport.FRX")
=StrToFile(mm_repo, my_report, .f.)

HTH

Boris
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform