Hi,
I have about 100 boolean fields that I need to place on the Crystal 8.0 report's detail setion with check box checked or blank.
with the label of the columns and check boxes side by side..
I have following code for one of th fields..
//Formula Fields - @CheckBox
if {tblSample.DOBP/F} = 1 then Chr(254) else Chr(168)
this works fine but I need to do this for all of the other fields.. is there an easier way. Do I need to create a separate formula for each one of them?? Please guide me in a write direction
thanks much
I have about 100 boolean fields that I need to place on the Crystal 8.0 report's detail setion with check box checked or blank.
with the label of the columns and check boxes side by side..
I have following code for one of th fields..
//Formula Fields - @CheckBox
if {tblSample.DOBP/F} = 1 then Chr(254) else Chr(168)
this works fine but I need to do this for all of the other fields.. is there an easier way. Do I need to create a separate formula for each one of them?? Please guide me in a write direction
thanks much