FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour printing "Strichlisten"
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
printing "Strichlisten"
Posted: Sat Jan 06, 2018 02:31 PM
Hello,

here we often use tallylists for recording. You make strokes lengthwise and then for 5 you draw a diagonal line on the four strokes.
This is how it works.
Here is a report I made with EasyReport.
Best regards,
Otto

Posts: 512
Joined: Mon Oct 17, 2005 10:38 AM
Re: printing "Strichlisten"
Posted: Sat Jan 06, 2018 03:58 PM

Really nice.
Many compliments.

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: printing "Strichlisten"
Posted: Sat Jan 06, 2018 04:17 PM

Very nice.
Please also explain how did you draw the lines.

Regards



G. N. Rao.

Hyderabad, India
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
Re: printing "Strichlisten"
Posted: Sat Jan 06, 2018 04:45 PM

perhaps the beds ?

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
Re: printing "Strichlisten"
Posted: Sat Jan 06, 2018 06:10 PM
Hello,

there is not much code necessary.

For the strokes I use bitmaps.
This is the code:



Code (fw): Select all Collapse
PRINTAREA 4 OF oVRD ;
               ITEMIDS    {   30,40,50,60,70,10,20} ;
               ITEMVALUES {     ".\BMP8\Strokes\"+ALLTRIM( str(INT(nSumc30)))+".jpg",;
                                ".\BMP8\Strokes\"+ALLTRIM( str(INT(nSumc40 )))+".jpg",;
                                ".\BMP8\Strokes\"+ALLTRIM( str(INT(nSumc50 )))+".jpg",;
                                ".\BMP8\Strokes\"+ALLTRIM( str(INT(nSumc60 )))+".jpg",;
                                ".\BMP8\Strokes\"+ALLTRIM( str(INT(nSumc70 )))+".jpg",;
                                "Summe","" }





Best regards,
Otto

Continue the discussion