Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to calculate balance in balance column
Message
From
15/12/2004 05:53:43
 
 
To
14/12/2004 11:32:58
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows XP
Network:
Novell 4.x
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00969067
Message ID:
00969369
Views:
10
>Thanks Srdjan, Initially I did this, I creat a temporary table and after process I stored the values in that table. But I was unable to show the value on form. Because I created the temporary table like ; creat cursor tempdr.
>
>Can u suggest how can I put this temporary table in form's table environment.
>
>Thanks/Regards - Saif

On the form or in the report ?

If you create tmp cursor in form's load event then it should be available for show on form. Now in order to build report with this temp cursor, trick is to copy it as free table on the disc, build your report using fields from there and then 'cheat' report to use temp cursor already open before report execution.

So report hv to be default datasession not private, and AutoOpenTables/AutoCloseTables properties of report's de shld be set to false.
Report will not 'complain' if required main alias already available.

Hope this helps :)
Rgds++







*****************
Srdjan Djordjevic
Limassol, Cyprus

Free Reporting Framework for VFP9 ;
www.Report-Sculptor.Com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform