Page 1 of 1

printing "Strichlisten"

PostPosted: Sat Jan 06, 2018 2:31 pm
by Otto
Hello,
Image
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

Image

Re: printing "Strichlisten"

PostPosted: Sat Jan 06, 2018 3:58 pm
by Massimo Linossi
Really nice.
Many compliments.

Re: printing "Strichlisten"

PostPosted: Sat Jan 06, 2018 4:17 pm
by nageswaragunupudi
Very nice.
Please also explain how did you draw the lines.

Re: printing "Strichlisten"

PostPosted: Sat Jan 06, 2018 4:45 pm
by Silvio.Falconi
perhaps the beds ?

Re: printing "Strichlisten"

PostPosted: Sat Jan 06, 2018 6:10 pm
by Otto
Hello,

there is not much code necessary.

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



Code: Select all  Expand view

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","" }


Image


Best regards,
Otto