UserDataSet

Hi,

I'm pushing custom data to the report via the TfrxUserDataSet object, however I'm confused over the OnGetValue and OnNewGetValue events.

What's the difference?

My report always seems to use OnNewGetValue() for pulling the values, but OnGetValue is also called (but using it results in an empty report)

Thanks,

Jim

Comments

  • gpigpi
    edited 4:44AM
    procedure TForm1.frxUserDataSet1NewGetValue(Sender: TObject;
    const VarName: String; var Value: Variant);
    begin

    end;

    procedure TForm1.frxUserDataSet1GetValue(const VarName: String;
    var Value: Variant);
    begin

    end;

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.