Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best way to distribute new reports
Message
From
21/11/1997 03:34:35
 
 
To
20/11/1997 16:40:27
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00061484
Message ID:
00061565
Views:
43
>>What is the best way to create/distribute new reports for existing app for remote clients? I have a client who constantly asks me to create new reports for an app I developed. When the report gets little complicated with table joins etc., I try to create local views to use in the reports. However, after I finish creating the report, I have to remotely upload the report files AND recreate the local view on the clients computer.
>>
>>The second step is getting laborious. Is there a better way?
>>
>>TIA
>>John.
>
>IMHO, the better way is not to use views for reporting purposes. Views are just too bulky for this. Obviously, you don't need in buffering, etc. here. So, just create report cursor programmatically and upload new exe file to your client.

Ed,
Actually, I also don't really like to use views for reports. I would rather do it programmatically like you've said. In 2.6, I used to create all reports in a PRG file that creates SQL cursors and than calls the report form to print the actual report. I didn't have to recompile the exe since it was able to call a separate PRG file to run. Is it possible to do this in VFP? I don't want to recompile the whole app everytime I create a report.

Thanks.
John.
It's "my" world. You're just living in it.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform