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

move controls left? 1

Status
Not open for further replies.

thatguy

Programmer
Aug 1, 2001
283
US
hey there folks--

i have a general report that's included in several different projects.. the page header has a logo image in the upper left, and two controls to the right of the image...
[tt]
|||||| Clinic Name
|Logo| Report Title
||||||
[/tt]
i store the relative path to the image in a global object to pull the correct image, which works just fine.. the trouble is some of these projects have a logo and some don't..

i'm wondering if there's any way to check for a blank logo file name, and if so, move the two controls ("Clinic Name" and "Report Title") to the left so there's no big blank space in the upper left of the report.

any thoughts?

thanks
-- frank~
 
Haven't tried it, but I think you could probably just put 2 sets of those controls on the report, one where they are now and one where the logo is. Then, just use the Print When logic to determine which set gets printed.

Regards,
Jim
 
Doh!!! didn't even consider that... absolutely right..

thanks
-- frank~
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top