how to check fieldisnull

edited 11:44PM in FastReport 3.0
when i using FR v3.xx i cannot see the function for database, logical, etc. like fieldisnull
so how to check the database field is null???

Comments

  • edited 11:44PM
    Set TfrxReport.EngineOptions.ConvertNulls := False;
    then use this in the frxMemo

    [IIf(<frxDBxxx."fieldx"> = Null, value1, value2)]

Leave a Comment