Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a report on the fly
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00522647
Message ID:
00522708
Views:
9
>Hi all,
>
>I have a requirement that am certain to be familiar to someone here.
>
>I would like to create a report on the fly based on fields in an alias. So if i create a cursor with fields cFirstName, cLastName and dDateOfBirth, based on this cursor a basic columnar listing report with the 3 columns in the detail band with be created.
>
>Any ideas, source code, a class somewhere or any tips will be helpful.
>
>Thank you
>
>Mathias
********************************************************************
*  Description.......: TableMaint.PrintM
*  Calling Samples...: 
*  Parameter List....: 
*  Created by........:  
*  Modified by.......: Nadya Nosonovsky 06/06/2000 12:51:08 PM
********************************************************************
local lcReportName
lcReportName='Reports\TableMaint'
set safety off
set notify off
select TableMstr
create report (lcReportName) from alias() column
dodefault()
Code idea was provided by Cetin Basoz (if I recall correctly).
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform