Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alternative to report designer
Message
De
15/10/2007 02:43:36
 
 
À
14/10/2007 19:45:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
01260825
Message ID:
01260954
Vues:
12
>>>Hi all:
>>>
>>>Does anyone know a report designer alternative?
>>>
>>>I wanted to build my one report designer, but its becoming to slow (and with some bugs), its becoming also to much time consuming.
>>>
>>>Some ask why to build a diferent one, my answer is : its not open to changes and its in English.
>>>
>>>any sugestion is most welcome. thanks!
>>
>>Nowadays I do most of my reports to Excel. If this is an option for you, I made an older version of my reporting class available as download #9991.
>
>That download9991 is not 'to Excel'. Can you elaborate on how you do that?


Hi Peter,

If you are interested in automated reporting to excel, you might want to have look at Rep2Excel and CodeRep downloads as well.

Nowdays I do most of my excel reports very simillar to old DOS style (?/??) reporting via excel automation class published there.

Instead of 'set device to print'
you would simply do do

oXL=createobject...
and then do normal old style 'print as you go' report
with oXL
.ln() &&moves current excel row downwads simillar to '?'
.write_at(1,'Written in 1st column') 
*Writes value in desired row simillar to '?? at ...'
.write_at(2,'Written in 2nd')
.write_at(4,nMyVal)
scan
.ln()
.write_at(1,nMyVal)
endscan

.etc
.
.
endwith


It uses Excel OLE, therfore it not so fast as other excel writing tecniques, but it is very easy/flexible for shorter but complex reports. Source is there so you can add more class methods next to already existing ones.
*****************
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