simple question of visible fields

I'm trying to make the fields and text boxes that are visible in a subreport change based on data in the SQL Server table. For example, if Table.Fieldname = "Type 1", then CrystalReports.Field.visible=no CrystalReports.Field2.visible=yes, etc. I know this is not valid code for Crystal Reports, just trying to give an idea of what I want to accomplish.
[359 byte] By [rando1000] at [2007-11-20 10:53:09]
# 1 Re: simple question of visible fields
Okay, solved this one myself. The answer is to set the code behind the Suppress property of the field to {EvaluatedFieldName}="TestValue".
rando1000 at 2007-11-9 14:11:22 >