Changine line widths in multi page reports?

I need to be able to change line widths on a "per channel basis" within a multi page report. Is there a script that I can use to do this?

Hey Zilla,
I'm not exactly sure what you're trying to do but I've written a short example that hopefully does something similar. It may not be the most efficient example but it should get you started. I assumed that by line width you're referring to the width of a plot on a graph in DIAdem Report. The following code changes the width of three plots on two graphs each on different sheets. The code is pasted below. I'm attaching the report template I used. It uses the default DIAdem dataset. If you have a different report the object names may be different. (The report template was created in DIAdem 9.1)
Call GraphSheetNGet(2)
Call GraphSheetRefSet(GraphSheetName)
Call GRAPHObjOpen("2DAxis1")
for i=1 to 3
Call GRAPHObjOpen("2DObj1_Curve" + s
tr(i))
D2CURVELINEWIDTH ="35.0"
Call GRAPHObjClose("2DObj1_Curve" + str(i))
next
Call GRAPHObjClose("2DAxis1")
Call GraphSheetNGet(1)
Call GraphSheetRefSet(GraphSheetName)
Call GRAPHObjOpen("2DAxis1")
for i=1 to 3
Call GRAPHObjOpen("2DObj2_Curve" + str(i))
D2CURVELINEWIDTH ="35.0"
Call GRAPHObjClose("2DObj2_Curve" + str(i))
next
Call GRAPHObjClose("2DAxis1")
Call Picupdate
I hope this helps!! If this isn't what you're trying to do please post back with more information so I can try to help.
Regards,
Sarah Miracle
National Instruments
Attachments:
DIAdemExample.TDR ‏52 KB

Similar Messages

  • Multi page report with large master block

    I am doing a long multi page report with master - detail block.
    Master block is about 60-100 lines long in form format and detail block is 0 to 300 lines in table format.
    I would like to repeat a few columns from master block on all subsequent pages.
    The current solution I have done uses a logical page of 4x1, but in this way i can not repeat selected columns on subsequent pages.
    Is there another way to handle large master block that extends more than one page.
    PB

    You can try this. Create another frame within your master repeating frame and put items there which you want to display on next pages. And set the property of this frame as All Pages.

  • How to Design Multi Page Report in SSRS 2008

    Hi All,
    I have managed to create a multi page report. When I am preview mode i can see that the report has 2 pages.
    But when I am in design view I cannot view the second page. How can I view the second page. Reason being I am trying to create a template where the table for certain data needs to be at the top of the page and some data at the middle and so on.
    Thanks in advance.
    Aash.
    Aash

    Hi Aash2,
    According to your description, the behavior of cannot view the second page in design view is expected, in another way, there is only one page in design view.
    Report Designer supports two views: Design to define the report data and report layout, and
    Preview to display a rendered view of the report. If you would like to show a table on the first page, and show the other table on the second page, you can add a page break on the first table like followings:
    1. Click the gray handle in the first table, select “Tablix Properties”
    2. Click “Add a page break after” check box under Page break options in General Tab
    After do above, you can see the first table in the first page, and the other table in the second page.
    For more details about report designer, please see the following article,
    Working with Report Designer in Business Intelligence Development Studio:
    http://msdn.microsoft.com/en-us/library/cc281300(v=sql.110).aspx
    If you have any question, please feel free to ask.
    Thanks,
    Eileen

  • How too save multi page reports as .tif?

    It seems like I had this one figured out at one time but now I don't see it. How do I save a multi page report, (the plots) as a .tif file?

    Dear DIAdem user,
    unfortunately DIAdem can't save multi page TIFF files directly but there is a solution using VBScript.
    The attached script solves the problem if your system fulfills the following system requirements:
    Operating System: Windows XP with SP1
    Installed "Windows Image Acquisition Library v2.0" (You can download this library from the Microsoft Download Center.)
    The script first saves TIFF files from all lyout sheets in a loop. After that, one multi page TIFF file is created from all single page TIFF files by using the Windows Image Acquisition Library.
    I hope this will help you!
    Christian
    Attachments:
    MultiPageTiff.VBS ‏3 KB

  • SSRS Multi Page Reports

    Hi All,
    I am new to SSRS reports. I have to build a multi-page report. I have a list of data.
    data = {Name, address, email}
    data[0] = {abc, abc street, [email protected]}
    data[1] = {def,def street, [email protected]}...
    ...data[n]={xyz, xyz street, [email protected]}
    I have to prepare a report in a such a way that on 1st page it just show information of data[0], on 2nd page it shows the information of data[1] and on last page it shows the information about the data[n].
    So when user clicks > he can navigate to information of one person to another.
    Thank you in advance

    Hi
    Is there any way to add content dynamically? Because some information are different for different users which I have to add in the textbox and not
    tablix. Below shows the way I have to add the information of the users.
    When user enters the joining date he must be able to view data of all the employee  who have joined after that date.
                                    COMPANY NAME
    ___________________________________________________Joining Date: Expr for Date_______
    Name: Expr for Name_______________________________Department : Expr
    for Department 
    Address:Expr for Address_______________________________________________________
    Email:Expr for email______________________________________________________________
    Subjects:Expr for subjects(max 10 subjects per person)
    ==============================================================
    Sorry this page was not allowing me to add image so I have do it like this.

  • Controlling order/frequency of pages in multi page report.

    I'm rewording my question and subject so hopefully it will draw in the right person to help me.
    I have a PO report that needs to have a 'Terms and Conditions' page print after each PO number. That means if I print a one page PO or a five page PO, the 'Terms and Conditions' should print after the last page of each, before the next PO is generated. I don't remember how to control pages like this. I did a report once that would generate up to 9 different pages, depending on how many lines printed in different parts of the first page. I was using format triggers then, but unfortunately don't have a copy of that report to remind me how I did it. So how do I tell the reports, ok, you've come to the last page of this PO, generate the Terms page now before beginning the next PO.
    Thanks for any help you may be able to give.
    Kurt

    Andrew,
    That would work great except I need to maintain the margin around the main part of the report that tracks the totals. If I place the 'T&C' of the report in the frame, I'll end up with the page totals printing at the bottom of the 'T&C'. In other instances like this, I'd move the totals from the margin into the main part of the report. Due to the nature of this report, it would be a huge undertaking for me to try to reconfigure things. I know there are ways to force pages from other pages. Any other ideas come to mind?
    Thanks.
    Kurt

  • SSRS & Report Viewer control - Show the print button and fire print for multi page report in Mozilla & Chrome

    I have reports in SSRS. I am using remote reports. Reports have multiple pages.
    In IE, the print button displays, but in Firefox and Chrome, it does not display.
    Below links shows how to display the print button for mozilla and chrome. These solutions only fire the print for the
    current page in the report viewer-
    http://stackoverflow.com/questions/951009/sql-reporting-services-print-button-not-shown-in-mozilla
    http://stackoverflow.com/questions/4208457/ssrs-print-button-in-chrome-and-firefox
    I need to be able to issue a print command for all
    pages in one go from the reportviewer.

    Hello,
    The common workaround about print button on ReportViewer control for non-IE browsers is add ActiveX print control or create Print function. It has pros and cons.
    I am not good at programming. But you can try to disable page breaks by setting InteractiveHeight to 0 so that the report will rendering in single page with Report Viewer control.
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • Multi-page reports only print first page

    Post Author: reedpaulr
    CA Forum: General
    Hello...I'm using Crystal Reports version that comes with Visual Studio 2003 (I think its Crystal 9).
    I have a report that has totals at the end. All is fine if the report is less than a page. If the report is more than a page...then the report only produces a page and I don't get anything else (i.e., missing detail and of course the totals).
    Kind regards,
    Paul

    Post Author: reedpaulr
    CA Forum: General
    I figured out my own problem after comparing to some reports that worked the way I wanted. My "SeparatePages" parm was set to True...changed to False and all is good.
    Thanks

  • Support/Supress multi page reports

    Post Author: mlowrance
    CA Forum: General
    We are creating a report that can have varying numbers of columns.  The report is for businesses that have multiple locations, however each company does not necissarily have the same number of locations.  Up to this point we have solved this by have multiple copies of the report such as Report4C, Report8C, Report 16C, etc.  (That being Report 4 Column, etc.)  We build the report data inside of the database and then crystal is just used to display the data in the columns on the page.  Howerver we now have some that are too large for 1 page.  Is there anyway in crystal to build a report that will "overflow" onto the following page.  There is a totals column at the end though, so we would need to be able to suppress all the unused columns and probably even unused pages if there was not that much data. Any help would be appreciated.Thanks,Matt

    Post Author: mlowrance
    CA Forum: General
    Thanks for replying.  I don't really know cross tab reports that well, but I don't think they will really work in this situation.  The data is already built for the report in the database.  We have a table in the database with a bunch of columns and some code that makes all the selection and places the data into the columns in the correct place. Like I said I don't really know cross tabs that well, but really all the report is doing is just taking all those columns and putting them onto the page.  So there are really no "rows".  So I don't think a crosstab will work unless there's more to it that I don't know about.Thanks, Matt

  • Multi page report in design view and page breaks

    Hey,
    I have designed a report that spans more then a single 8X11 page in design view. The report has one parent frame and 2 child frames. The parent data prints first and then there is a page break before each child's data. The trouble I am having is that where the report is designed over 2 pages in design view the first child's data prints on the 3rd page because of the page break, and then if there is another child it will start to print on the 5th page, etc. Another problem is with the actual page numbering and that page 1 according to the print out actually is 2 pages because of the 2 page design view. I am looking for a way to design a report on 2 pages in design view but have it to print on only 1 page per parent and child depending on how much data there is. If I could fit all of the data elements on a single page in design view it would be easy, but using 2 pages is making it difficult.
    Does this make sense? Any suggestions?
    Thanks

    Try doing the page break by setting the Page Protect property to Yes, not by Page Break before/after.

  • Multi Page Report

    Hi Friends
       I have one Report that contains company wise total, period wise total and the amount.
    Currently I am displaying this report in single page only.
    But my current requirement is : the output should contain 2 pages. in 1st page I have to display company wise total and in 2nd page I have to display period wise total. <b>Moreover it's not an Interactive REport.</b>
    Can you please suggest me in classical report, how I can achieve multipage display.
    <b>Points are assured for useful answers.</b>
    Regards,
    Sree

    hi,
    just follow dis link it might solve ur problem.
    http://help.sap.com/saphelp_nw04/helpdata/en/52/1ddc37a3f57a07e10000009b38f889/content.htm
    if find useful plz,do rewards tooo.

  • Printing Logo in All page sof a multi page report in APEX

    We are using APEX with no printer server configured. so right now we are using the default print option in web broser to print whatever is displayed in the current page.
    I can use &w in page setup to print a parameter in all pages of a report and not on the web page header and footer only . can i print a small image alongwith it. Otherwise i have to go for BI publisher for this very small requirement .
    Any suggestions will be most welcome

    Hi
    Go to SAPTechnical site
    There is information on
    Downloading report output to Excel using OLE
    Check this article
    Regards
    Ruturaj

  • Increase line width in classical report

    Hi
    I am customizing the ME2N  transaction, here I want to increase the line width and add few more fields to the output.
    How to do this?
    ..urgent help requiered please......

    Hello there,
    Make the changes as folows :::
    REPORT <Report Name> no standard page heading line-size 1023.
    This will solve your problem.
    Bu 1023 isthe maximum. Cannot go beyond this.
    reward if useful.
    regards,

  • Spool report line width in background jobs

    Hi All,
    I wrote a report and specified the line size in the report header:
    REPORT /sappssrm/option_handler
    NO STANDARD PAGE HEADING
    LINE-SIZE 185.
    I want to run this report as background job and get a spool list with results of the report. I expected the width of the spool output to be well defined and it works in one system. However, in another systen, the line / page width is much smaller, and the system inserts line breaks in the output splitting my lines into two which causes very ugly results.
    It seems that the LINE-SIZE specified in the report header doesn't affect the output width in every system.
    Can anyone advice?
    Regards
    Wolfgang

    Hi Siggi,
    thanks for your reply. Actually I changed that already yesterday...
    But I found out what it was:
    It seems, the background job keeps old versions of the program, even if you import a new program version. I created a new job with the same program and it worked.
    Thanks again and best regards
    Wolfgang

  • In alv report , how to reserve 20 lines from beginning of page

    hi experts
    in alv report , how to reserve 20 lines from beginning of page.
    regards
    subhasis.

    If by reserve you mean should not move on scrolling then make them KEY from fieldcatalog.
    But I think maximum of 10-12 can be handled by that.
    Regards,
    Amit
    Reward all helpful replies.

Maybe you are looking for

  • Error while Adding a Delivery Note with Barcode

    When i add the deliverynote , i get the following error : Error Code : -10 : Document can not be added: Base line item has been updated, re-transmitting the document data from the base document . or Access violation error This happens only when i ass

  • Problem with cheque printing in production Server Tcode - FBZ5

    Hi Cheque Printing using SAPScript with TCODE FBZ5. I had a problem with cheque printing in production Server. TCODE - FBZ5 It is working fine in Development Server with proper alligned data but not coming alligned data in production server. I compar

  • HOW can i activate my computer to play music if 5 have already been activ

    I already have 5 computers active but i cant de activate any of them because either they are used or i dont have the computer any more so i cant de activate them.how do i de activate my computers that i no longer have???

  • P6 R8 And The WebLogic Advantage

    Hi, I am going deeply within WLS in the last month and this brought me to some things about the relationship of P6 and WLS. I think that WebLogic is a really tough as platform to base P6 in large environments. I am starting to appreciate the response

  • MS SQL Server in Java/J2EE Environment

    Dear all, I wanted to understand pros and cons of choosing MS SQL Server in Java/J2EE environment. Could anybody share some thoughts or web resources? Personally I hate using MS SQL Server for Java/J2EE based applications. But one of my clients wante