Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Double Print Length

Author  Topic 

Dagger969
Starting Member

3 Posts

Posted - 2008-09-23 : 10:24:34
First off, I apologize if this is the wrong forum. I am very new to SQL. I have a bit of Java and C++ experience, but no VB or SQL.

I am working with an existing report, which is where the issue is coming from. I have added a few fields to a report and somehow, that has doubled the length of the report. For instance, my particular report was 3 pages and now it six. It is two exact copies. I realize this is vague, but being new, I'm not sure what details to include. Is there anything I can put into my report to automatically reduce its print size by 50%, since it is ALWAYS two copies instead of one? Any help at all would be appreciated.

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-09-23 : 11:31:36
It seems like your report size is bigger than standard page size. Can i ask what is size of your report?
Go to Top of Page

Dagger969
Starting Member

3 Posts

Posted - 2008-09-23 : 12:12:00
Not sure what you're asking for:

Paper 8.5x11
Report size 124kb
Crystal says its formatted for 8.5x11

I'm sorry, I'm still slow to this. Maybe this will help. The report was a canned file based off of a .ttx file. I used the database expert to add a few fields. By associating the other database tables, could I have somehow made it cycle through the report twice?

You guys have to be the most patient people in the world. Thank you.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-09-23 : 12:55:06
quote:
Originally posted by Dagger969

Not sure what you're asking for:

Paper 8.5x11
Report size 124kb
Crystal says its formatted for 8.5x11

I'm sorry, I'm still slow to this. Maybe this will help. The report was a canned file based off of a .ttx file. I used the database expert to add a few fields. By associating the other database tables, could I have somehow made it cycle through the report twice?

You guys have to be the most patient people in the world. Thank you.


i was asking report dimension (hieght/width). if it happens to overshoot standard page size, it will cause duplicate pages to appear.
Go to Top of Page

Dagger969
Starting Member

3 Posts

Posted - 2008-09-23 : 15:21:46
7.5x10 :(
Go to Top of Page
   

- Advertisement -