runtime memo

edited 8:33AM in FastReport 3.0
hi
how can i create a memo by code and view it on runtime .
like:
var
mem1 :tfrxmemoview;
begin
mem1 := frxmemoview.create(?);
??
mem1.text := 'test string';
end;

Comments

  • edited 8:33AM
    I wouldn't mind seeing a somewhat detailed example how to create an report during run time without the designer. I need to place a wrapper around Fast Reports so that I can generate a more detailed generic master/detail data based on a SQL I generate and placed into an ADODataSet component.

    Thanks,
    Wayne

Leave a Comment