how to check fieldisnull
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???
so how to check the database field is null???
Comments
then use this in the frxMemo
[IIf(<frxDBxxx."fieldx"> = Null, value1, value2)]