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!

help with placing an image in group header

Status
Not open for further replies.

reacha

Programmer
Jun 9, 2010
83
US
There is a group called supervisor in my report and each supervisor has personid associated with him.

but if there is any blank supervisor then the image should come as blank..but i am still getting image..

I have placed OLE object an in format graphic used this

" + Replace(totext({Command.PersonID},0),",","") + ".jpg"

Please help me out!!

Thanks,
reacha
 
Try suppressing it with a formula:

isnull({command.personID}) or
{command.personID} = 0

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top