Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing characters in a set position
Message
De
01/11/2004 06:14:40
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Divers
Thread ID:
00955236
Message ID:
00956483
Vues:
8
>To Anyone who can help
>
>Is it possible to print characters in a set position on a report irrespective of detail bands, headers, footers etc. We have a client who needs to print OMR marks (small lines on the left side of the page in a set position on every page)
>
>Many thanks for any help on this

For this kind of tasks I developed 'CodeRep' reporting engine which
is set of classes for writing fully featured reports in code
to XLS,PDF,HTML,TXT etc.

So task like this can be done very precisely in code without
pushing report designer beyond it's limits.

But report has to be done via PDF!

Code/Command to accomplish your task looks something ilke this ;

.draw_line(nTop,nLeft,nDown,nRight,nLineWidt)

or you can insert bitmap in given position.


Note***
Pdf format is implemented by utilizing PDFL library from www.eqeus.com
which u must purchase if you want to use PDF option (Price 99USD)

'CodeRep' itself is free and you can get it here in downloads.

Rgds+
*****************
Srdjan Djordjevic
Limassol, Cyprus

Free Reporting Framework for VFP9 ;
www.Report-Sculptor.Com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform