Help ME

Code Delphi

interface
uses
frxBarcode,...;
type
.
..
...
frxBarCodeObject1: TfrxBarCodeObject;
.
..
...

Tfrxbarcodeview(rep1.FindObject('Barcode2D'+inttostr(k))).Text := 'AAAA';

It Not Work, It Show Error 'Access violation at address 0040ACD8 in module 'XXX.exe'. Read of address 00220031.

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 6:02AM
    what version of fr are you running?
    to use the find object method you must first load the report then you cast the object
    typically

    var
    Memo1: TfrxMemoView;
    Memo1 := frxReport1.FindObject('Memo1') as TfrxMemoView;

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.