Fast Report dynamic Barcode with margin

edited 3:23AM in FastReport 4.0
I have a report, but with the band master data with many records, I need to change the margins with its own set of barcode.
with the provisions of the following settings: (setting his own)
Rows, Columns, Space_Rows, Space_Columns, Margin_Left, Margin_Top, margin_right, margin_bottom.
example : (own input from the editbox at Delphi)
var
Rows, Columns, Space_Rows, Space_Columns, Margin_Left, Margin_Top,margin_right, margin_bottom : integer;
begin
Rows := editRow.text;
Columns := editColumn.text;
Space_Rows := editSpaceRow.text;
Space_Columns := editSpaceColumn.text;
Margin_Left := editLeft.text;
Margin_Top := editTop.text;
Margin_right:= editright.text;
Margin_bottom:= editbottom.text;
end.

thank you for your help

Comments

  • edited 3:23AM
    please help his advice how to make their own settings as above
  • edited 3:23AM
    What are you going to change at run-time? TfrxBarCodeView itself or other TfrxMemoViews below the bar code?
    I really can't guess what rows, columns, space_rows, space_colulmns mean.

    One can manipulate only position (top, left) of TfrxBarCodeView within a band and its height.
    If you must resize (horizontaly) TfrxBarCodeView then use its properties: Zoom and WideBarRatio.

    Mick
  • edited 3:23AM
    See attached files. Maybe you find it helpfull.

    Mick
  • edited 3:23AM
    I mean I want to make arrangements to print the bar code itself.
    so I make the example as above so what is true.
    for example I make a page so "2 " column means staying put "2 " on the entry in Delphi.
    so did the top of the top margin column.
    so did the bottom of the bottom margin column.
    so did the right of the right column.
    so did the left of the left column.
    Maybe you find it helpfull.
    your explanation help the problem that I experienced. thanks for your help.........
  • edited 3:23AM
    When talking about printing barcodes, I would like to share this barcode site with you. It may be helpful on your barcode printing. You can find rich barcode tools there, like different barcode printers and barcode readers. Useful barcode printing guide passages can be found there, too. Other useful info, like barcode introduction can be also be found there.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.