Sep 2, 2003 #1 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
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
Sep 2, 2003 #2 synapsevampire Programmer Mar 23, 2002 20,180 US 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 Upvote 0 Downvote
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