using CheckBox
Cannot use CheckBox in designer because I can't associate it with a variable or expression. When I right click mouse button on the object, chose Edit - nothing happens. (FastReport ver. 2.4) What can be the reason?
Stefan
Stefan
Comments
in obp of band
if expression = value then check1.memo := true else check1.memo := false;