Engine.AddAnchor()

Hello.
I want to do the following:

procedure txtOPsAdmOnBeforePrint (Sender: TfrxComponent);
var
field, name, anchor: string;
begin
//Engine.AddAnchor(<SeccAdministrativaPaginado."Identifier">.);
Field: = TfrxMemoView (Sender) .DataField;
Name: = TfrxMemoView (Sender) .DataSet.UserName;
Anchor: = <name + '."' + field + '"'>;
// ShowMessage ('Anchor' + anchor);
Engine.AddAnchor (anchor);
end;

I get the following error:

The following error(s) have ocurred:
could not convert variant of type (null) into type (olestr)
Unknown variable or datafield name + '."' + field + '"'

Comments

  • gpigpi
    edited 10:47PM
    Try Engine.AddAnchor(Report.Calc(anchor));

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.