How can I check a database field for null

edited 11:10PM in FastReport 4.0
How can I check a database field for null value from within a C++ script?

Thanks.

Comments

  • edited 11:10PM
    FR automatically converts null values to 0, '', false (depending on field type). You can turn the conversion off by setting Report.EngineOptions.ConvertNulls to False (do it from FR object inspector).
  • edited 11:10PM
    It works fine now, thanks.

Leave a Comment