checkbox

edited 12:19PM in FastReport 4.0
I am using checkbox for Male Female. I have checkbox dataset and datafield, but it is giving invalid variant type conversion. In database the field it is marked as M or F. So I put in the expression 'M' for male but it is giving invalid variant type conversion. If you can help. Thanks

Comments

  • gpigpi
    edited 12:19PM
    Set TfrxCheckBoxView.Expression property to <YourDataset."YourField"> = 'M'

Leave a Comment