How to create variable and category from runtime

rotursoftrotursoft Slovakia
edited 11:05PM 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 11:05PM
    Try
    frdictionary.variables := '';
    ;)

Leave a Comment