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!

Search results for query: *

  • Users: Cydamac
  • Order by date
  1. Cydamac

    Implementing Group Policy to delete cookies

    I am familiar with the concept of domain group policies, but I have never implemented any myself. I would like to create a policy that deletes cookies (only from certain URLs) after a certain amount of time (20 minutes old). I know that I can let IIS control this with a session timeout, but I...
  2. Cydamac

    Calendar Style Report

    The problem is that our reports are disconnected. We use ttx files and ql statements in the db to push the recordset to the Crystal Report for formatting. My only other plan was to make a subreport for each day of the week and add grouping in each SR to handle the dates and times of my...
  3. Cydamac

    Calendar Style Report

    synapsevampire, I was able to use the formula to creat a calendar, but it is not quite what I am looking for. I need something that I can use to evaulate my actual data. Thanks for the help. MikeLewis, I think that you are on the right track with what I am looking for. I need something that...
  4. Cydamac

    Calendar Style Report

    Has anyone ever created a report that has th elook and feel of a calendar? I am a report designer for a company that develops meeting planning/room reservation software. I have had many requests from external cleints for a report that looks like a calendar. Does anyone know of any way to do...
  5. Cydamac

    Right margin bigger when printing

    I have really not had a problem with the left side of the report. When I say "mdae it worse", I mean that more of the right column is cut off. It is a landscape report and the columns are just inside of the margins.
  6. Cydamac

    Right margin bigger when printing

    Thanks for the help, but it actually made it worse. Any other ideas?
  7. Cydamac

    Best way to pass info to select in a subreport

    Why don't you just link the corresponding subreport fields to the parameter fields in the main report (Edit-->Subreport Links)?
  8. Cydamac

    Deafult Printer Selected

    This can be caused when there is no printer installed on the machine on which the report was designed. To fix it, you need to open the rpt file in Crystal on a machine that has a printed installed and resave the file.
  9. Cydamac

    Right margin bigger when printing

    I have tried to print to both an Epson Stylus 800 Color and an HP Laserjet 1200. They both do the same thing. I too though that it was the printer, but I can't find a way to change printer margin defaults...if they even exist.
  10. Cydamac

    I upgraded my MS access 97 to Access 2000 I also upgraded Crystal Repo

    I agree with synapsevampire. You need to make sure that you DB is ok and to do this, you need to query the DB in access. If the DB is hosed up, then you will never get accurate output in Crystal. Design the queries in Access and then point the report to the queries instead of the DB as a...
  11. Cydamac

    Right margin bigger when printing

    Hello, I have designed a report that prints on 14" x 8.5" paper (legal size). I have set the margins to .17 all around. When I preview the report--in my front end app--it shows fine. When I print it, however, another 1/4" of right-hand margin is added. This is cutting off the...
  12. Cydamac

    Evaluating Time Blocks

    The "BlockStart" is one field and "BlockEnd" is another field. I think that I figured it out last night. I added the block start in one detail section and the block end in another. I added the following supress statements: Detail Section A (BlockStart)...
  13. Cydamac

    Evaluating Time Blocks

    Hey All, I am working on a database that is being used to track rooms and their hours of availability. These hours are represented in hour-long blocks. There is a record for each hour that the room is not available. I am able to get these records to show in my subreport, but the report...
  14. Cydamac

    Comparing Group headers in the main report to names in sub-report.

    I am reporting on a Scheduling software database (SQL and Access 97). My company uses ttx files (I don't know why!). I have a group in the main report for "Room Names" whose details show events that take place in the room. I need to show unused rooms as well, so I made a subreport...
  15. Cydamac

    Blank Page at end of report when Using "New Page After"

    Thanks for the help. I actually had to use the MAXIMUM Arithmetic Function because of where I had to put the "New Page After." I tried to supress ONLASTRECORD, but I did not work. Thanks for the good ideas.
  16. Cydamac

    Blank Page at end of report when Using "New Page After"

    In order to keep the correct formatting of one of my contracts, I must use the "New Page After" section formatting. This creates a problem for the last record in the report, as a blank page prints at the end of the report. Though the paper is not being prpinted on, the extra page...

Part and Inventory Search

Back
Top