Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Blob and Condition

Status
Not open for further replies.

Michniu

Programmer
Joined
Dec 12, 2001
Messages
3
Location
CA
Hi , all

I have to made a report with a image field
i want to make it like this:

if {table.types}="TypeA" then add the image field
else nothing to do (note: not use suppress conditon)


thanks

 
Since you cannot use BLOB fields in formulas, I think you'll have to conditionnally suppress/show your images by right-clicking the image and selecting Format Graphic, selecting the Common tab, checking the Suppress box and insert a formula.

unless someone has a better idea...?
 
You could put the Blob field in a section by itself and apply the condition to the section itself
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top