Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to calculate balance in balance column
Message
De
15/12/2004 05:53:43
 
 
À
14/12/2004 11:32:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 7
OS:
Windows XP
Network:
Novell 4.x
Database:
Visual FoxPro
Divers
Thread ID:
00969067
Message ID:
00969369
Vues:
9
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform