Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
New Report Control for Creating, Previewing and Printing
Message
De
11/09/2002 06:23:42
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00698551
Message ID:
00699237
Vues:
14
>I'm looking for some feedback on a new Report Creator/Preview/Printing Control that I've been creating this summer.
>
>- Each page can be of any size and/or orientation provided your printer supports the paper size specified when printing
>- It can hold 1000's of pages which is only limited by the amount of available memory/disk space.

Hi Rich :-))

This sounds realy great!

What would be great feature is, if you would provide sort of
multipage creation interface (library) that could be used
from within VFP code and then folowed by preview/print.

In other words yr product should hv two dimensions;
one like ready made stuff,visual interface, wizards etc
and then LIBRARY of calls for use via code.

It would be prety exciting having possibility to write reports
via (meta)code like this.
=CreateReportFile(...\myreport)
=AddPage(1)
=GoPage(1)
=DrawPictureAt(x,y,'\\myPicture.bmp')
=WriteTextAt(x,y,'I like it already','Arial','Bold',12,,,)
=HorisontalLine(x,y,y,z,nTick)
=DrawBox(i,j,k,l,nTick)
=AddPage(2)
=GoPage(2) etc etc
and then (I am getting nasty here)
=GoPage(1) (back)
=WriteTextAt(x,y,'I like it even more ...','Arial','Bold',18,,,)
....
=PreviewPrint()
=SaveAs(\\savedReport.???)
WOW! This would be something :-))

As a matter of fact I developed my own reporting engine class (in code)
which I am using in order to convert my code/FRX based reports into excel
via excel automation (class of course). All this what I was mention before is doable in Excel via OLE Automation.

If I had means of creating printable page(s) programaticaly by writing to previewable/printable medium (file I guess)
that would be realy PERFECT.

I would be certainly among your first customers :-))
Looking fwd seeing your utility in action.
*****************
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