How to change report filepath in custom TS UI?

I have made a custom TestStand UI (use  TS  API) with CVI. Now i want to change my report filepath in my   UI.What should i do?
I  have known  one way,use  Report Option Callback !!!
Is there another way???
Solved!
Go to Solution.

If it's before an execution then why wouldn't you use the Configure>>Report Options..?   Unless of course you aren't using an NI provided process model, in which case you will have to create something like they have in their models. Just create a Configuration Entry point and call some code that changes the path, or better yet- Call it through the modelsupport2.dll like they do in the Sequential Model. 
I'm trying to picture your UI and where you would have this option if not in the Configure menu.  Doesn't really make sense to me.
I do know that the report path is saved in the TestStandModelReportOptions.ini file.  This is in your Cfg directory which is linked in the <TestStand> directory.  So really all you need to do is change the value in there somehow. Not only would you have to change the Directory but the DirectoryType would have to be set to "SpecificDirectory" as well. I'm guessing that's what the modelsupport2.dll is doing under the hood.  You could browse through it's code if you know C and see how it's done.  All the source code is there.
Hopefully this can help get you on the right path a bit.  This seems like an interesting project but you are really getting into the guts of TestStand.
Good luck,
jigg
CTA, CLA
teststandhelp.com
~Will work for kudos and/or BBQ~

Similar Messages

  • How to change the text of customer tab in Me23n

    Hi
    I have added new customer tab in Me23n at item level.
    Its text is Customer Data.
    I would like to change to some other text.
    How to change the text of customer tab in Me23n
    Regards
    Amruta

    Amruta,
    I had the same query today and finally found the answer.
    In order to change the title text or description of the "Customer Data" tab in ME23N, etc. you need to define a new text symbol in program SAPLXM06. The text symbol must be number 111 for the PO data. Make sure you define this text symbol in the language you are using when viewing the PO. I had issues with this as the original language of object SAPXM06 is not my logon language.
    The standard code which picks up this text is in function module MEGUI_BUILD_PO_ITEM_PLUGIN. I could not find any documentation around this functionality.
    Hope this helps!
    Ben

  • How to change report region fields in read only mode?

    How to change report region fields in read only mode?
    skud.

    add the following javascript fuction to page header(or Javascript function and variables section)
    function disableItems(pRegionStaticId,pDisableFlag) {
      $('#'+pRegionStaticId).find('[name^=f]').each( function(){ /* matches fxx */
        if( $(this).attr('name').match(/f[0-9][0-9]/) ){
          return $(this);
      }).attr('disabled',pDisableFlag);
    pRegionStaticId is the region's static Id+
    Note that this code specifically disables only application arrays. Disabled items are not available after submission (and hence are different from readonly) . But any page javascript can modify disabled or readonly items(client side), so you must check at the server side to validate the data.
    You can disable items using
    disableItems('MY_REGION_ID' ,true);and enable them by passing false
    disableItems('MY_REGION_ID' ,false);

  • How to access report designer in customer system

    How to access report designer in customer system as we dont have direct acces to Customer BI System. Is there sny transaction code for report designer/web application designer or we can go through RRMX.
    Thanks in Advance.

    Hi
    If I got your question properly, You need authorization for the accessing Client System. You can see the Reports at RSRT , RRMX may also lead to Query Analyser.
    Hope it helps

  • How to change report displayname at runtime when run from the report server?

    hi all,
    with the reportviewer widget in a winforms app, i'm able to change report displayname at runtime by handling thesubmittingparametervalues event like so:
            private void reportViewer1_SubmittingParameterValues(object sender, ReportParametersEventArgs e)
                string po = e.Parameters["Order"].Values[0];
                this.reportViewer1.ServerReport.DisplayName = "Load Out - " + po + " - " + DateTime.Now.ToShortDateString();
    question: how do i achieve the same thing when the report is run via the ssrs reportserver website?
    thanks for any tips,
    sff

    Hi sherifffruitfly2,
    According to your description, you want to change the display name of report in Report Manager. Right?
    In Reporting Services, we can't make the report file name dynamically. But we have Build-in Fields to show report name and execution time in a report. We can add a textbox and put in the expression below:
    ="Load on- "+Globals!ReportName+" "+Globals!ExecutionTime
    It will show the report name with execution time when we run the report:
    Reference:
    Built-in Collections in Expressions (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • How to Change Report Font Size in 11i

    Hi,
    Please let me know how to change font size of an existing report in Quick steps.
    Basically the printed report font size is too small. We change the font size from the printer but still it dose not change.
    We have 11i on Unix Server and a dot matrix printer.
    The report is character based and Report Builder shows Courier 10, print style is Portrait. We need it to be 12-14.
    Thanks!

    Hi,
    Refer to the following document.
    Note: 467568.1 - How To Change The Font, Size, or Page Layout of Standard and FSG Reports
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=467568.1
    Regards,
    Hussein

  • How to change Report Server Name???

    How can I change my reports server name which is normally generated according to Server Name_OracleHome combination. But can I use a different name for my report server and which configuration files I'll have to change???

    How can I change my reports server nameSee Paulo Esteves answer in How to change the Report Server Name?

  • How to change Reports where clasue

    Hi
    How can I change Report's where clause If I'm calling it from Oracle Forms.
    Oracle Version 9.0.2.9.0
    Any ideas please?
    Thanks!

    I guess this questions belongs to Reports Forum?
    But anyways, you can create a host/bind variable, and emmbed it into your query definition statement like this:
    SELECT columns
    FROM yourtable
    &WhereVariable
    .. where wherevariable is the name of your bind variable.

  • How to change the values in custom profiles based on security group ??

    Hi,
    i am facing problem for my requirement, can anybody help me for below scenario...
    i have custom check in profiles , there are content types and sub types. sub type nothing but a categories on for particular content type. For example i have News content type , same in the below subtypes drop down list are press release, events, articles etc.
    what i want to do is, when i open custom checkin profile, subtype values need to be changed( some values in subtype should hide) based on security group changes .
    In the Sub type listed values, some values need to hide only when i choose different security groups.. sub types values should display based on the particular security group only. when ever i change the security group, drop down Values in subtypes needs to change.
    hope understand my requirement.
    How to achieve this task. Any help would be greatly appreciated.
    Thanks,
    yt

    Hi,
    Thanks alot. its working fine
    Can we configure DCL Relation two times in one information filed ??? i should not create not more than fields to this requirement.
    Type -> subtype = DCL already existed
    Now, i want to Create DCL to
    Subtype ---> Security group
    As per my requirement, if i change the security group in checkin form, values should be change in the SubType drop down list.
    Created checkin profile there was DCL relation to " Type and "Sub Type" . now i want to map Relation ( DCL ) for subtype to security group.
    i was trying do for DCL for subtype and security group. but there was already existing DCL created for subtype information field (Relation configuration done for content type). even though i was trying to do for DCL in Security group information field. but, i could not find security group information field in configuration manager.
    Now what should i do ?? how to create DCL to subtype and security group ??
    Help would be appreciated.
    yt

  • How to embed report in a custom template

    Hello friends,
    I have prepared a custom web template that I use in all of the web reports. How do I embed that in all of my web applications I prepare thru WAD?
    Thanks

    Hi Rahul,
    If you are BW 3.5 or above you can use the template web iten in your web template and assign it your template which you want should be embedded in each other template that you create.
    http://help.sap.com/saphelp_nw04/helpdata/en/62/661d0d486a1c4086ea1444c953a14b/content.htm
    Hope this helps...

  • How to change the name of Customer  Tab strip .

    hi
    For Tcode ME21N ME22N and ME23N I have added a screen exit to PO header tabstip .The name that is appearing is "Custumer data "  as tab stip text , i want ot change this tab strip name. can u please suggest me how to do it.
    Below are the details.
    function group:MEGUI
    screen :1102
    Reagrds
    Avik

    Hi Avin,
    you must have created a project in CMOD for this enhancement.
    Go to the same project in CMOD.
    Select Componenets radio  button on cmod and go inside.
    you will find Menu exit option on the coponenet screen.
    double click on function code like +Co1( in prod order) and enter function text as your desired name instead of customer data. save the same and activate the project.
    it should make required chnages.

  • How to change G/L AR Customer (Debit) in Billing (Posting Accounting Doc.)

    Hi Expert,
    I have requirement from customer:
    The requirement is to change G/L Account AR Customer (Debit) to another G/L Account (Debit) in Billing Processing (when release accounting document).
    Example:
    As Is:
    AR Customer (Debit)
                     Revenue (Credit)
    To Be:
    Progress Billing (Debit)
                      Revenue (Credit)
    (G/L Account AR Customer change to G/L Account Progress Billing)
    Is it possible?
    How to configure it in SAP system?
    Thanks & Regards,

    Hi,
    I am sure you can use he functionality of Alternative Reconciliation Account Determination in order to achieve this.
    In the IMG screen, follow as mentioned below:
    Sales & Distribution -> Basic Functions->Account Assignment/Costing->Reconciliation Account Determination.
    Reward if useful.
    Thanks,
    Pankaj

  • How to change report server name in 80 forms at once????????

    Hi All
    i am migrating my application 9i to 10g.
    i have 80+ report parameter forms in my application. now i need to change the report server name in following two locations.
    1. Report Server Property of Report Object
    2. RP2RROREPORTSERVER Parameter property under Parameters node in object navigator.
    HOW CAN I CHANGE IT AT ONCE?
    Regards,

    there is property search option, but it shows only file name only.
    i downloaded jform but its not working error is "Could not find the main class. Program will exit!!

  • How to change report size from A4 to A3 in Report 6i

    I want to change the size of an existing report in Report 6i from A4 to A3 size. How to go about it? Thank in advance.
    Anil chopra

    Hello Anil,
    Have you tried to click on the property palette of the 'Main Section' under 'Layout Model'. There you can set the Report Width and Height.
    -Marilyn

  • Need to make report "printable" How to change report look (template?)

    We are using Theme 2 and it's the only one installed (that I can see anyway) and we aren't going to be installing anything else. I can't do anything that causes a major upheaval in the application because it has 104 pages and is in production. We are using 3.0 and 10g. We don't have BI (and can't afford it) so I'm trying to make some reports printable.
    With theme 2, the column headers are shaded and text is blue - this shows up funny when printing so I want to modifiy a template that leaves all the lines in, changes the shading to grey, text to black and removes the "region" shading/decoration. I tried this by just modifying just the region template (and leaving the report alone) and it works other than the title is small and all I can do with it is center or bold, no matter what I try, it doesn't increase in size.
    So I tried to modify an existing template but every line has a reference to theme 2
    i.e. class = t2header and I don't know what to put there instead of the t2 that will make it stop using that theme and yet still show the lines, etc, that I want in the report.
    Obviously I don't have a clue what I'm doing, and anything I find to help - I've been playing with Firebug and can figure out where to make changes, I just don't know what I'm supposed to change things to.

    Just one more question ;-)
    if I put <style> th.t2header { color:red; }</style> in the Region Definition Header on a page the text in ALL regions on that page (not just the region in which I put this style) turn red. How can I make it only turn the region it's in red, not all of them?
    I would prefer to put it in the Template but I don't know how... this is my code but if I try to reference th.t2header it just pushes everything to one side, or does nothing, so I guess I'm not putting it in the right place?
    <table cellpadding="0" border="0" cellspacing="0" summary="" id="#REGION_ID#" class="htmldbRegion">
    <td class="t2RegionHeader" style="color:black;" valign="bottom">#TITLE#</td>
    <tr>
    <td class="t2RegionBody" valign="top" colspan="2">#BODY#</td>
    </tr>
    </table>

Maybe you are looking for

  • Error in alertlog file..

    Hi Guru's, i'm back after 2 months last 2 months my server is in good condition but just now some error. Llog in screen opened and then user-name and password also accepted but when entering in any responsibility developer form window its showing the

  • Problem with datechooser

    Hi, I am facing problem while using datechooser in flex. I have an array which contains five dates.I am using this array in a function and this function will call when i click the buttons,previous button and next button.I just want to change the font

  • Switch to External Monitor?

    Am a new Mac user...trying to switch to my external monitor from the Mac Pro screen....any suggestions?  thanks.

  • How do you troubleshoot Caching Errors in Java Runtime Environment?

    I have run into Caching Errors while using JRE (versions 1.4.2 and 1.5.0, various updates) using Windows XP and IE6. The error screen has the title Error - Cache and appears when trying to download JAR files through a secure HTTP connection. The erro

  • Next_day in Pro*C

    Hi, I want to use the function next_day(), to return the next day of Thursday after the current date in a Pro*c programme. The code I used is : EXEC SQL SELECT to_char(next_day(SYSDATE,'THURSDAY'),'YYYYMMDD') INTO :x_var FROM sys.dual; The variable x