How to create variable and category from runtime

rotursoftrotursoft Slovakia
edited 5:48AM in FastReport 2.xx VCL
Hi all!

I need create (if not exists) new variables and categories and assign value from runtime.

frVariables := '';
frVariables := 'Skalkajsd';

This code does't create category and does't create variable.

Why ;) ?

Thank.

TRoland.
www.rotursoft.sk

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 5:48AM
    Try
    frdictionary.variables := '';
    ;)

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.