I am unable to edit 'tables.vi' (part of report generation)

I wish to create a table in a report, using different column widths. I've saved 'Append text table to report.vi", "tables.vi" and "set table column width.vi" under different names, without update callers.
When i make any change (placing any function), the report data property turns black, and error are given. I've noticed that NIReports.report item of the data clusters returned form "Generate report data to modify.vi", does not have any properties when connecting it to a propery node.

Can you post a stripped down version of your code that reproduces this behavior? I am not sure if something on the VI turns black or the report turns black. If you get an error message what is it? What version of LabVIEW are you using?
I found a link to a document that you may find useful.
Tables in Standard Reports are Limited in Width, Regardless of Margin Settings

Similar Messages

  • Unable to edit table data, but not for all tables

    I have multiple tables in a schema. For some tables, I am able make edits to table data directly, i.e., context menu Table | Open, and the Data tab. When I am able to edit, I do get a pencil icon inside the cell I am editing/typing (and am able to commit the changes). When I am not able to edit, it does nothing (no error messages, sound, or visual cue). I thought it had to do with who owns the table object, but I log in as the same owner of the affected table objects.
    Any pointers would be greatly appreciated so I am equipped when asking the DBA.
    Thanks,
    OS: Windows XP Professional SP2
    Java(TM) Platform: 1.6.0_11
    Oracle IDE: 2.1.1.64.45
    Versioning Support: 2.1.1.64.45
    Edited by: New2OWB10gR2 on Jun 23, 2010 12:20 PM

    Hello again,
    Here you are the DDL of the offending table:
    CREATE TABLE "DBADMEX"."T50SEC82"
    "COD_EMPRESA" CHAR(4 BYTE) DEFAULT ' ' NOT NULL ENABLE,
    "COD_EMPR_CONT" CHAR(4 BYTE) DEFAULT ' ' NOT NULL ENABLE,
    "COD_SECT_CONT" CHAR(2 BYTE) DEFAULT ' ' NOT NULL ENABLE,
    "NUM_CUEN_CONT" CHAR(18 BYTE) DEFAULT ' ' NOT NULL ENABLE,
    "COD_PAIS" CHAR(4 BYTE) DEFAULT ' ' NOT NULL ENABLE,
    "COD_SECTOR" CHAR(6 BYTE) DEFAULT ' ' NOT NULL ENABLE
    PCTFREE 10 PCTUSED 40 INITRANS 50 MAXTRANS 255 NOCOMPRESS LOGGING STORAGE
    INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT
    TABLESPACE "TS_50" ;
    CREATE UNIQUE INDEX "DBADMEX"."I5000082" ON "DBADMEX"."T50SEC82"
    "COD_EMPRESA", "COD_EMPR_CONT", "COD_SECT_CONT", "NUM_CUEN_CONT"
    PCTFREE 10 INITRANS 50 MAXTRANS 255 COMPUTE STATISTICS STORAGE
    INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645 PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT
    TABLESPACE "TS_50" ;
    We are using the following versions:
    Oracle database: 11.1.0.7.0
    Oracle Client: 11.2.0.1.0
    Windows (where the client runs): XP SP3 (version 5.1 Build 2600_spsp_sp3_gdr.080814-1236) in spanish.
    SQL Developer: 2.1.1.64 (MAIN-64.45)
    I think I haven't forgotten anything.
    Thanks in advance for your help!

  • Unable to edit table adapter

    I have a VS 2013 C# web application.  I have added a field to the SQL server database and need to add that new field to the table adapter in the application.  When I right click on the table adapter and select configure I get an error that in
    cannot find the connection string in web.config.  I can add a new table adapter using the same connection string and I am able to edit it but none of the existing table adapters are editable.  The application compiles and runs fine but I cannot edit
    any of the table adapters.

    Hello Jeffid357,
    Welcome to MSDN forum.
    Your issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Because you are working with ASP.NET Web Application, I suggest that you can consult your issue on ASP.NET forum:
    http://forums.asp.net/
     for better solution and support.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Unable to edit table

    <!-- InstanceEndEditable -->
            </div></td>
    Cannot edit anything below the above code and am not finding a way to enable the ability to edit these areas of the pages.
    Go easy on me,  I am a newbie, but I could sure use help with your reply.
    Can I buy a Vowel ? :-)
    Thanks for your reply.....

    Wrong game. You can phone a friend though.
    Have a look here http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822510a94ae8d65-7acda.h tml
    Gramps

  • Unable to edit html file

    Hi,
    I downloaded an html file from our server to edit the logo. However, I am unable to edit the logo part. It's like commented out. And once I opened the file on Dreamweaver CS5, I am getting this pop-up message:
    "This page contains some SWF objects that may not work properly in the most recent versions of Internet Explorer. Dreamweaver cannot convert them to the new SWF markups. Please delete each of them and insert again."
    I can't edit the html file and change the logo. Please help.
    Thank you and God bless!
    Dannie

    Dannie,
    Are you familiar with dreamweaver templates and editable regions? If the logo is in the template, then you need to modify the template file. The changes you make to the template will automatically be propogated to all of the files which use the template.  If your html file uses a template, the html code will look like its commented out.
    Also, you should not have to download the html fiile from your server because you should always keep a copy of all the html files on your computer.
    I don't know about the SWF error.
    Good luck.
    mitzy_kitty

  • How to obtain the table index in word use LabVIEW Report Generation Toolkit for Microsoft Office

    I created a word templete and it had several tables. When I use the "Word Edit Cell" function in LabVIEW Report Generation Toolkit for Microsoft Office, the function need "table index", and I didn't find any function to get or set the table index in word document. How can I achieve my attention to write value to specified table cell using the "Word Edit Cell" function?
    Thanks for reply!
    YangAfreet

    Hi yangafreet
    You do not need to get the table index for the word edit cell.vi from anywhere. LabVIEW will automatically index all the tables in the document. See the attatched vi for an example.
    Rich
    Attachments:
    Table Edit.vi ‏23 KB

  • Lync 2013 client - part of Office 2013 Pro Plus - unable to edit or remove picture, option is grayed out.

    Hi Team,
    Lync 2013 client - part of Office 2013 Pro Plus - unable to edit or remove picture, option is grayed out.
    Using Exchange 2010 Server and Lync 2010 Server at the back. To the best of my knowledge, this option is only available when using Exchange 2013 rather than Ex 2010.
    Can somebody confirm this as I am not 100% sure about it.
    Appreciate your help. Thanks
    Muhammad Nadeem Ahmed Sr System Support Engineer Premier Systems (Pvt) Ltd T. +9221-2429051 Ext-226 F. +9221-2428777 M. +92300-8262627 Web. www.premier.com.pk

    Hi,
    The photo precedence in Lync 2013 is high-resolution photo from Exchange 2013 -> Photo from web address -> Active Directory photo. The "Edit or Remove Picture" button is available if you integrate Lync Server 2013 with Exchange 2013.
    Since you are Lync server 2010 and Exchange 2010, you can choose the following two options:
    The thumbnailPhoto attribute on the user's object in Active Directory Domain Services
    A URL configured by the user
    More details:
    http://blogs.technet.com/b/nexthop/archive/2010/11/22/microsoft-lync-2010-photo-experience.aspx
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Unable to edit the data in z-table

    Hi All,
    I can create new entries in a z-table.
    But i am unable to edit the existing rows of a z-table in the Production server.
    The same can be done in DEV and test servers.
    How to come out of this issue?
    Kindly Help me....
    Regards
    Pavan

    Hi,
    For this you have to maintain table maintenance generator....
    go to se11....your table name
    utilities--->table maintenance generator...
    build a table maintenance generator..and transport the table...
    then only you will be able to edit data in production server...
    Regards
    Debarshi

  • Unable to uncheck checkbox in UIX editable table

    It seams that in editable table is unable to uncheck checked checkbox. After submit checkbox is stays checked. To check it works fine. To uncheck it in imput form also works fine. Problem is only in editable table. version jdev10.1.2. Thank you. Jara

    this is the UIX code
    <switcher childName="${uix.current.Iid.inputValue == bindings.Iid.inputValue ? 'edit' : 'noEdit'}">
    <case name="edit">
    <checkBox model="${bindings.IsDefault}" readOnly="false"/>
    </case>
    <case name="noEdit">
    <checkBox model="${uix.current.IsDefault}" readOnly="true"/>
    </case>
    </switcher>

  • Unable to edit a Table Cell. Help required.

    Hello Folks,
    Please I need some help.
    I have a java class which allows a user to enter and delete
    data into a table dynamically.
    So the user can enter any number of rows and once he clicks on the
    concerned row, he can also delete that row.
    I just have one small problem.
    I am unable to 'edit the cell'. i click on.
    can any one please help me on this. I'd like to send this class
    file.
    Can any one please send in their email address so I can attach this file
    Please some one respond.

    Hv u used something like this. What table model u r using. I hv used DefaultTableModel.
    c this piece of code: This might help.
    tblView = new JTable(model)
                   public boolean isCellEditable(int r,int c)
                        try
                             if(r == 0)
                                  return true;
                             else
                                  return false;
                        catch(Exception e)
                             apilError.createErrorLog(e,"Error1 class Bank_Reconciliation.java, in Constructor line no 194");
                             CallErrorMessage(apilError.systemerror,2,"Error");
                        return false;
                   public static final int a1=0;
                   public static final int a2=1;

  • Function Module "RSDRD_SEL_DELETION" / Unable to edit selection

    Dear experts,
    I am currently working on FM "RSDRD_SEL_DELETION". I am testing it in SE37.
    However, when I try to enter selection I_THX_SEL, it tells me:
    Unable to edit the object
    Message no. MO704
    Diagnosis
    You tried to edit an object that cannot currently be edited using the editor for complex objects. Possible causes:
    The object is an object reference
    The object is a hashed table
    The object list a string
    The object has the type REF TO DATA
    The object contains object references
    The object contains hashed tables
    The object is a string
    The object contains strings
    A subcomponent of the object has a width that exceeds 65,000 characters.
    Can anyone tell me how to make it work?

    Sorry! The code was meant only as example, as I would convert it. The names of the infoObjects are naturally differently. It concerns to me rather the understanding whether the data records are deleted individually in each case. Or all those the conditions of <b>NUMBER</b> fulfill and all those the conditions of <b>DATE</b> fulfill. I would like to delete however only the data records, which fulfill these conditions together.

  • Unable to retrieve tables from this connection

    I have been using Dreamweaver for over 5 years. I have been
    using an Access database and ASP the entire time. I am using a
    Windows 2000 server for the database and web site. I have used
    every verson of Dreamweaver since Ultra Dev. When I bought verson 8
    and upgraded to 8.0.2, I began getting the following message when I
    try to edit or create a recordset.
    "Unable to retrieve tables from this connection, click on the
    'Define...' button to test this connection."
    I don't know what to do. Is this a widespread problem? Is it
    a Windows problem? Is it a Dreamweaver problem? Is it a network
    problem?
    Please HELP!

    Did you ever get an answer for this ?
    I am having the same issue but using XP professional.

  • Unable to edit

    I am a complete novice to Dreamweaver so please bear with me.
    I am trying to edit some pages (.php files) for my employer. I was
    able to edit the index.php file but none of the others. All of the
    html code is greyed out except certain areas and unfortunately, the
    part I need to change is greyed out. I am completely unable to edit
    any of the greyed areas. I've looked all over to see if there's a
    way to unlock the code but I can't see anything. Does anyone have
    any suggestions?

    If you do not have the associated Template file, it *MAY* be
    a trivial
    matter to recreate it. We would need to see the code on the
    page to know
    whether that's possible, though.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Osgood" <[email protected]> wrote in
    message
    news:gecgtk$4g2$[email protected]..
    > This sounds as though the page has been made form a
    Dreamweaver template.
    > Do you have a template folder in the site root folder at
    all with a file
    > named .dwt in it?
    >
    > You can unlock the greyed out area of a page by opening
    it and
    > going>Modify>Templates>Detach Template.
    WARNING! WARNING! Doing this may
    > help you in the short term but once detached if anyone
    updates the
    > original .dwt template file the changes WILL NOT
    propagate to those pages
    > that have been detached from the template.
    >
    > First look for the .dwt file. It should be in the site
    root folder in a
    > folder named Templates. Open it if you can find it and
    make the changes
    > there. All changes made, once saved, will propagate to
    all pages in the
    > site made from the template.
    >
    >
    >
    > gwnyvere wrote:
    >> I am a complete novice to Dreamweaver so please bear
    with me. I am
    >> trying to edit some pages (.php files) for my
    employer. I was able to
    >> edit the index.php file but none of the others. All
    of the html code is
    >> greyed out except certain areas and unfortunately,
    the part I need to
    >> change is greyed out. I am completely unable to edit
    any of the greyed
    >> areas. I've looked all over to see if there's a way
    to unlock the code
    >> but I can't see anything. Does anyone have any
    suggestions?
    >>

  • Unable to edit document using "Edit with Word" option

    Hi All,
    i am having an issue with Office web apps. i am using SharePoint 2013 and Office web apps 2013. all the configurations have been done successfully. but i have a different kind of issue.
    i am able to open documents in browser
    i am able to edit document using " edit with word/excel web" option
    but i am unable to edit document using "edit with word/excel" option
    i have Office 2010 installed on my local machine.
    do we need to have MS office of 2013 version? or is there anything missing from configuration part.
    Please help me.
    Thank You,
    Bhaskar.

    Hi,
    According to your post, my understanding is that you could not use the "edit with word/excel" option.
    I had tested the issue with the Office 2010, the option worked well.
    You don’t need to install the Office 2013 to use this option.
    What did you mean “but i am unable to edit document using "edit with word/excel" option
    Did you mean the option gray out? Did the issue occur in other browsers?
    You can use compatibility mode to check whether it works.
    Open IE->Tools->Compatibility View Settings
    You can also add the site into Trusted sites.
    Open the IE->Internet Options->Security->Sites->add the site into the Websites, then check whether it works.
    What's more, you can also use other browsers to check whether it works, such as Firefox, Chrome.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Unable to edit ftpoutboundheader or fileadpateroutboundheader

    Hi,
    I am new bie to oracle soa suite. I was doing an excesise on file and ftp adapters.
    As part of the excersise I have to edit the outbound header properties of the generated wsdl. I am unable to edit the headers.
    1) Can we edit the headers generated by file/ftp adapter wizards ?
    My SOA Suite: is of 10.1.3.4
    Jdev version is 10.1.3.3
    Thanks,
    Arjun.

    Try this blog
    http://middleware1.wordpress.com/category/adapters/page/2/
    cheers
    James

Maybe you are looking for

  • Digital Signature crashes Acrobat 9 Pro

    An error occurs when trying to Sign any PDF document, even when opening a very simple, one word (Times New Roman text only) PDF document. After opening the PDF in Acrobat Pro (WinXP Pro SP3), selecting Sign, Sign Document, Acrobat allows proper place

  • Settlemt-AUCof Prior Year Acqn to G/L Account in current yr Possible or not

    Hi Gurus, My client is following calendar year and has already closed the fiscal year for Asset Accounting.Later on they found that there is some amount lying in one AUC in the prior year-2007 which has to be settled in current year to a G/L Account

  • ORA-04068 on 11g RAC does not resolve automatically !

    Did you ever get the combination of these three ORAs? ORA-04068: Existing state of package has been discarded ORA-04065: Not executed, altered or dropped stored procedure <PROCEDURE_NAME> ORA-06508: PL/SQL: Could not find program unit being called: <

  • ITunes Won't Display (or Play) my Music

    I just booted up iTunes on a brand new MacBook running Yosemite 10.10, with iTunes 12.0.0.140. When I change the "Advanced" Preferences to point to the folder on my external drive, it has no effect whatsoever - Apple iTunes does not display my playli

  • Running sa-update on 10.4.11

    Hi, I've just updated my Tiger server to SpamAssassin 3.2.5 and issuing "spamassassin -V" shows 3.2.5 so I'm fairly happy that it has worked. Thing is, I'm trying to run sa-update and it seems to be failing. I'm issuing "sa-update --nogpg" and I get