OMR-Code possible?

Hallo,

is there a way to print OMR-Code on the (left) side of the page? OMR-Code is a lot of lines (like barcode) for form processing. Can I produce a rectangle with a group of lines near on the margin of the page?

Comments

  • edited 1:05AM
    If You have the method that produces these lines on any canvas, You can place a TFRPictureView component on an overlay band aligned to the appropriate edge of the page and at runtime you can load the previously created image. I would create a local TImage variable in the report's obp event and draw these lines on its canvas and then assign the result to the TFRPictureView object. Or You can create your own FR compatible component that can render these graphic on the resulting metafile based on its properties. The second is much more difficult.

    Regards:Alex
  • edited December 2014
    basswar wrote: »
    I would create a local TImage variable in the report's obp event and draw these lines on its canvas


    How to draw those lines on its canvas. By hand? Or some automatic way?
  • edited 1:05AM
    pele wrote: »


    How to draw those lines on its canvas. By hand? Or some automatic way?
    you should do it by hand

Leave a Comment