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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dynamic logo

Status
Not open for further replies.

vgopal

IS-IT--Management
Aug 18, 2003
9
US
I have lot of reports, I want to dynamically display the
logo's on the reports based on the client.
is there a way to do this...please advise

thanks
venu
 
That depends on how you can uniquely identify the client.

If you can pass a parameter, then you could have the images stored in a table and pull the correct image.

Or you could place all of the images into the report and suppress all but the one you need.

If it's determined via the network, you might use a UFL to get the login information and derive it from there.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top