Dear sirs
Is there any way that I can create a full report at run time
where in my project, the user can choose the table he wants then clicks on a
button create Report
How can I do such a thing???

thanks
Mohammed

Re: Report by Gerben

Gerben
Sat Nov 27 11:59:49 CST 2004

It depends if you have a report that looks the same for each table, and it
depends whether you are using VFP 9 or not.

In version < 9 I can suggest you this:
If you want, you can build a FRX at runtime in the dir: C:\Program
Files\Microsoft Visual FoxPro 8\Tools\Filespec are the files with the specs
off a FRX.
Or if you have the same report for each table, just use a standard table
where you copy your data in. And print the report with that standard table.

Or take a look at VFP9 and find out whether that version meet your needs.

Hth,
Gerben Kessen
www.wantit.nl



"Mohammed Abdel-Razzak" <MohammedAbdelRazzak@discussions.microsoft.com>
wrote in message news:C271EA67-D59E-42B6-B938-41987F413349@microsoft.com...
> Dear sirs
> Is there any way that I can create a full report at run time
> where in my project, the user can choose the table he wants then clicks on
> a
> button create Report
> How can I do such a thing???
>
> thanks
> Mohammed



Re: Report by Dan

Dan
Mon Nov 29 11:35:49 CST 2004

You can issue CREATE REPORT or MODIFY REPORT at runtime.

Also see the help topic for CREATE REPORT - Quick report

Dan

Mohammed Abdel-Razzak wrote:
> Dear sirs
> Is there any way that I can create a full report at run time
> where in my project, the user can choose the table he wants then
> clicks on a button create Report
> How can I do such a thing???
>
> thanks
> Mohammed



Re: Report by Altman

Altman
Mon Nov 29 15:45:19 CST 2004

Otherwise check out stonefield. I believe they have a report creating
wizard that would allow the user to create a custom report at runtime with
alot of options.
http://www.stonefield.com/


"Mohammed Abdel-Razzak" <MohammedAbdelRazzak@discussions.microsoft.com>
wrote in message news:C271EA67-D59E-42B6-B938-41987F413349@microsoft.com...
> Dear sirs
> Is there any way that I can create a full report at run time
> where in my project, the user can choose the table he wants then clicks on
> a
> button create Report
> How can I do such a thing???
>
> thanks
> Mohammed