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

Search results for query: *

  1. kaarde

    Passing a boolean from subreport to report

    I may add that the method Me.Parent.Child0.Height is not working from the subreport code, when this line is activated, Run time error 3021 : "No current record" appears. Thanks
  2. kaarde

    Passing a boolean from subreport to report

    Hi, I have a report with a subreport. The subreport is filled with schedules all on the same line (movelayout=false). But when I have two schedules on the same day, I want to print the second schedule under the first one. My code for this works, I've used the Top property on my textboxes...
  3. kaarde

    Movelayout property problem

    Thanks Duane, I finally found the culprit. It wasn't the Group footer. I decided to look at every properties of your annual calendar and copy them and then I stumbled upon the AlternateBackColor property in the Detail Properties which wasn't set to No Colors and now it works !:) I've tested...
  4. kaarde

    Movelayout property problem

    Hi Duane, thanks for your help. Sorry for poor quality of the pictures. First, the movelayout=false idea came from your calendar type reports, I've studied them before and made another calendar similar to your layout that did work pretty well, but ain't what the company wants :( I've read...
  5. kaarde

    Movelayout property problem

    Hi, I'm trying to do a report in the format of the image attached to this thread (the lower part of the image). It has employee information on the right side and schedule information on the left side (informations are ClientName, DebutTime, FinalTime). Each employee has many schedules. I wanted...

Part and Inventory Search

Back
Top