Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

My problem is this: I have develo

Status
Not open for further replies.

ipazzo

Programmer
Jan 17, 2002
69
IT
My problem is this:
I have developed an application that allows the final customer to construct the own ones report. But in the report designer it is not possible to create a query on the database.
Is there a way for giving the possibility to the customer to create the query to use in the report.

Thanks.

 
HI

If you can provide a way to store the SQL selects in a Tables Memo field and then also store the name of the report along side in the same record, you can then, use macro statements and call the SQL, create the cursor and then run the report as well.

:)

ramani :)
(Subramanian.G)
 
ipazzo

You may have to design you own "wizard" like interface. You can find the source code for VFP's own query wizard in the "C:\Program Files\Microsoft Visual FoxPro 7\Tools\xsource" directory, or you can purchase a thrid-party product like FoxFire (
Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first.
 
ipazzo,

To confirm what the others have said: You basically have to write your own interface for this.

Alternatively, there is a product called FoxFire, which is essentially a reporting tool but it does include an end-user querying tool as well. It is written in Visual Foxpro and includes source code. I have never used it myself but several people I know do use it.

For more info, see:

Mike


Mike Lewis
Edinburgh, Scotland
 
Thanks to all for the reply.
I will try first FoxFire....

... to be continued ;)
 
Mike,
That was the "old" query product - the new one is MUCH better. It comes in standalone customized versions or a Developer's version (w/ different options) that can be easily integrated into your application. See for the version info. Doug's team has been working very hard on this product as well as the Toolkit upgrade for VFP 8.0 - they've done a great job!

Rick
 
Thanke to all,
i have decided for CrytalReports.

@bholmstrom, i think you have alredy use CR with VFP.

But i have trouble to distibuite my application.
1. On my pc all works fine but if i install my application on a pc without CR i can't see the reports.

2. Is possible to distribuite e CR component/activx that allows the final user to customize reports ?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top