[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

[sqr-users] Printing order and performances



Hello Group !

I'm wondering wether the order of the printing commands are written in the code 
has an impact on
performances...

Obviously, if you are using a dot matrix printer, you better have you code 
writting data from the
top to the bottom of the page, without going backward...

In my case I never print directly. I always used the -ZIV or -KEEP options to 
print from the SPF
file on LASER printers.

Will my code have a performance impact ?

To be more precise, will the following code :

Print 'Line 1' (100, 50)
Print 'Line 2' (200, 50)
Print 'Line 3' (300, 50)

be faster than :

Print 'Line 2' (200, 50)
Print 'Line 1' (100, 50)
Print 'Line 3' (300, 50)

Both codes will give the same result on paper...

I'm running Brio SQR 6.2 on Windows 2000 with Oracle database.

Thanks for the hints. If noone has an answer, I will perhaps issue some 
testings...

Charly

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com

_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users