Copy to Clipboard Method (Table) copies one additional empty column more than expected

Hi,
I'm using the Copy to Clipboard Method for a Table, to copy for example 4 rows with 3 columns. When I paste it to Excel I get 4 rows with 3 columns and an extra column, which is empty so the real size is than 4x4.
Is this a Labview Error or can someone explain it to me why this is happening? Or even better, how can I fix that?
I have isolated the problem to an extra vi so you can reproduce the error. Just let the vi run once and then paste the clipboard to Microsoft Excel.
My Labview Version is 11.0 32 Bit, Microsoft Office 2010, WinXP SP3
Regards
Marcel
Solved!
Go to Solution.
Attachments:
LabVIEW2011_Tablebug.vi ‏11 KB

Snippets apparently hate property and invoke nodes.
See attached vi for proposed workaround using the Clipboard.Write method.
Attachments:
LabVIEW2011_Tablebug mod.vi ‏13 KB

Similar Messages

  • I need to copy data from a table in one database (db1) to another table in

    Hi
    I need to copy data from a table in one database (db1) to another table in another database (db2).
    I am not sure if the table exists in db2,,,if it doesnot it needs to be created as well data also needs to be inserted...
    How am I supposed to this using sql statements..?
    I shall be happy if it is explained SQL also...
    Thanking in advance

    How many rows does the table contains? There are manyway you can achieve this.
    1. export and import.
    2. create a dblink between two databases and use create table as select, if structure doesnot exists in other database, if structure exists, use, insert into table select command.
    example:
    create a dblink in db2 database for db1 database.
    create table table1 as select * from table1@db1 -- when there is no structure present
    -- you need to add constraints manually, if any exists.
    insert into table1 select * from table1@db1 -- when there is structure present.
    If the table contains large volume of data, I would suggest you to use export and import.
    Jaffar

  • How to copy a physical Alias table from one rpd to another

    Hi
    I am copy pasting the physical tables from one rpd to another. I first copied the physical table and then tried to copy the alias table i get the message ' Unknown Error' when i click ok it says
    'Failed to copy from clip board"

    Identify the "class=MyStyle" string in the MTML code, and use the Multi-File Find and Replace feature to step through each topic and change the specific instances to "class=MyOtherStyle." (I doubt that you'll want to "Replace All".)
    Sorry, there's no silver bullet!
    Good luck,
    Leon

  • My HP Officejet 6500 E709a All-in-One will not print more than one copy at a time.

    My HP Officejet 6500 E709a All-in-One will not print more than one copy at a time.  This is especially disconcerting at Christmas time when you're trying to get Christmas letters in the mail!  Any help?

    The cyan portion of the printhead may be clogged.  I would suggest running the diagnostics shown here.  If three levels of cleaning of the printheads does not resolve the issue you may need a new printhead.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • How can we choose to have different apps, different playlists, different contacts, etc., on each device., while using one itunes to sync more than 1 iphone

    How can we choose to have different apps, different playlists, different contacts, etc., on each device., while using one itunes to sync more than 1 iphone

    Use Multiple Devices with One Computer
    How to use multiple iPods, iPads, or iPhones with one computer

  • Can I drag and drop a copy of my iTunes library from a portable hard drive more than once?

    Can I drag and drop a copy of my iTunes library from a portable hard drive more than once?  Not copy it, but actually drag and drop it into my music folder on my computer more than once if needed?

    rnavarrette wrote:
    Can I drag and drop a copy of my iTunes library from a portable hard drive more than once?  Not copy it, but actually drag and drop it into my music folder on my computer more than once if needed?
    Nothing is going to stop you from dragging it in multiple times, but what exactly are you trying to do?  Are you trying to get iTunes to look through the folder and pick up newly added song files?

  • If possible, one SoftReference refer to more than one object?

    Hello,
    I want design a cache to keep huge number objects.
    If create a new SoftReference intance for each object,
    will take a lot of space and time.
    So, one SoftReference refer to more than one object, if possible?

    or arrange your objects into buckets somehow and have
    soft references to the bucketsEn, It's a good idea. but I think it doesn't work.
    My problem is:
    There are many caches(cache1, cache2.......), they may cache a lot of same object instance.
    then, I want to keep a object pool, and try to get the equal object from pool before put a object into a cache, if there is an equal object, put the equal object into cache, if there is no equal object, put the target object into pool and cache. the object pool may very huge because there is lot of objects. So it's necessary to release the object in the pool if no cache referes to the object(the caches contain the object may removed). Then SoftReference come into my mind. I try to create a SoftReference for each object in the pool, but soonly, I find there are two problems:
    1, A lot SoftReference instances take much memory.
    2, Need some time to new and reclaim the SoftReference intances.
    I think SoftReference may work fine to cache the object frequently used,
    but the object number can't be too large.
    Now, I don't use object pool. replace starting a thread to scan those cache s and combine the same objects intervally. It can scan about 2000,000 objects one second in my pc. It's ok for my project. But I am looking for some better way still.

  • Copy the contents of table from one production system to other

    Hi Experts,
    I need to copy the contents of tables T880, T9ACW, T9AGZ from one sap system to other.
    Which is the most effective method other than transporting the contents?
    Could we write a program or RFC or something for this?
    Please let me know your comments.
    Points will be given to all the helpful answers.
    Thank you,
    Nobin.

    Hi Nobin,
    for T880 you cna use LSMW.
    Which system are you using as i could not find the tables T9ACW, T9AGZ.
    for these you can use RFC as the bets option as Idoc need to be having some Idocs defined and some Configurations need to be done to define lot many criterias for data transfers.
    ALE to requires lot many criteris to be configured
    BDC needs a Transaction associated for tranbsfer of data.
    LSMW can do transfer of limited application and master data and NOT ALL Data.
    so appropriate one seems to be RFC or BAPIs.
    Hope this solves or clarifies what you have been looking for.
    encourage others to answer you queries by suitably rewarding them
    Thanks
    Venugopal

  • How can I download to one excel sheet from more than two table?

    Hi.
    as you know
    <SAP_BW_URL CMD='EXPORT' FORMAT='XLS' DATA_PROVIDER='DATAPROVIDER_T1' >
    this script can make download excel sheet which is same cotents of table or chart in web template.
    but if template has more than two tables how can we get excel sheet from tables?
    <SAP_BW_URL CMD='EXPORT' FORMAT='XLS' DATA_PROVIDER_1='DATAPROVIDER_T1' DATA_PROVIDER_2='DATAPROVIDER_T2'>
    I hope this gonna work but result was fail same as I expected.
    is there any way put two tables download one excel sheet?

    Welcome to SDN.
    Post this in Business Explorer forum for quicker resposne.
    SAP Business Explorer (SAP BEx)
    Regards
    Raja

  • ALE distribution model - one message type to more than one recipient

    Hello colleagues,
    currently I'm working on an integration project between one SAP system and an e-shop system. The communication is established through IDOCs ( both inbound and outbound ). There is another system ( POS ) which is already integrated
    with SAP via IDOCs also.
       Now I'm facing the following problem regarding distribution of transactional IDOCs ( orders, deliveries, etc. ): when assigning one message type ( for example DESADV - Delivery: Shipping notification ) to more than one external system in ALE distribution model I receive a message alerting that one message type can be send to only one recipient.
    The distribution model is as follows:
    Model Views
       SAP to POS
          SAPDEV ( the SAP system )
             POS ( the external POS system )
                DESADV
       SAP to E-SHOP
          SAPDEV ( the SAP system )
             E-SHOP ( the external e-shop system )
                DESADV
       Well, the system message is clear and I did the obvious: create a complete copy to the original message type and than assign it to the E-SHOP system ( the original message type is already used in integration between SAP and POS ).
    As you can see I have found a workaround already but I think that it comes natural to SAP to communicate with other systems and to exchange same kind of documents to those systems and I can't believe that there isn't a standard solution for situation like this.
    FYI I'm working on SAP ECC 6.0
    Thanks in advance.
    Wish you nice day and successful week ,
    Vladimir

    I believe when ePrint server has received the email, it made the necessary settings and configured the job for printing and then it went for "Reply All" option. So here it cannot send the print job to your personal email ID and the error came up.
    The only option I can think of is add the printer email ID to your email contact list and give it a name like MyPrinter so you can remember easily , just like email contacts are added in Outlook.
    Mark this post as answered so that others can find it useful.
    Say "Thanks" by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as "Accepted Solution"

  • Showing alert when one record is selected more than once

    Hi,
    i have two tables in a jsp page.one tables displays records from the database with checkbox.when i select the checkboxes and click a button it displays the selected records in a tabular form in the next table.now i need to show a alert when one record from the first table is selected more than one time. what to do, suggest with example

    Didn't you ask this question yesterday????
    Stop being lazy and read the responses you got yesterday...

  • IT 0105 subtype 0001. Assign one System user to more than one person?

    Hello, Gurus!
    We are maitaining Hr master data (infotype 0105 - Communication, subtype 0001 - System User name). We have two person: person A and person B. Person A have communication with system user C. When we communicate person B with same system user C, we gettin error:
    "ID/number already used for person A".
    The time constraint is set to 3 (Record may include gaps, can exist more than once"
    Is it possible to assign one system user more than one person?
    This condition is checked by FM CHECK_USRID. We assume, what the result of this checking can be changed from "Error" to "Alert", if we will change one record in table T77S0:
    Current value:
    GRPID=MAIL
    SEMID=SAPSY
    GSVAL=0001
    Table record after modification:
    GRPID=MAIL
    SEMID=SAPSY
    GSVAL=0002 (or any digital value, which is iffer from "0001"
    Should we expect negative consequences of similar modification?
    Please, advice.

    Thanks for explanation.
    But there is a little moment, that I can not understand ((
    We check PAI module of CHECK_USRID (include MP010530, screen 2000) and find folowing fragment of ABAP code:
      CALL FUNCTION 'RH_GET_HR_USER_SUBTY'                       "YRAK040203
           EXPORTING                                                     "YRAK040203
                 mandt                 = sy-mandt                     "YRAK040203
            IMPORTING                                                     "YRAK040203
                 hr_subty              = hr_subty                         "YRAK040203
            EXCEPTIONS                                                    "YRAK040203
               SUBTYPE_NOT_AVAILABLE = 1                                "YRAK040203
                 OTHERS                = 0.                               "YRAK040203
        IF p0105-usrty = hr_subty.                                        "YRAK040203
        MESSAGE E900 WITH  PA0105-PERNR.                           "YRAk028906
          MESSAGE e900 WITH object_found double.                     "YRABEWERBER
        ELSE.                                                                  "YRAK040203
        message W900 with pa0105-pernr.                                 "YRAK040203
          MESSAGE w900 WITH object_found double.                     "YRABEWERBER
        ENDIF.                                                                 "YRAK040203
    where p0105-usrty=0001 and hr_subty is equivalent field GSVAL=0001 in table T77S0. In other terms, when we are
    maitain subtype 0001, the first condition (marked bold) is always executed.
    For what the "else" condition is used, if it never be executed? If we will change value GSVAL from 0001 to 0002, theoretically, we will get "warning" instead "error", because p0105-usrty = hr_subty=false and code MESSAGE w900 WITH object_found double will be executed.
    Any ideas?
    Regards.

  • One BIA- Box for more than one BI system ?

    Hello,
    Do you have any experience or detailed documentation about BIA Landscape ?
    My question is
    Must be a 1:1 relationship between the BI system and the BI Accelerator?
    Is it possible connect more than one test systems (non-productive) to one BIA- Box.
    I need some detailed documentation.
    Thanks a lot.

    Hi Devrim,
    Must there be a 1:1 relationship between the BI instance and the BI Accelerator?
    The only supported configuration for productive systems is a 1:1 connection between the BI instance and the BI accelerator. The reason for this is the interdependency between BIA and BI is primarily guaranteeing best performance. In addition, this 1:1 assignment keeps interdependencies (such as synchronized patching, backups etc.) at a minimum.
    For any non-productive systems (less requirements towards high performance and disaster tolerance), you can also connect one BIA box with several BI instances. Note that reorganization or restart of one BIA instance affects the others.
    Regards,
    Anil

  • One Key FIgure in more than one column with different restrictions

    Hi,
      I am using a key figure in more than one column with different restrictions, but restriction in one column is affecting the result in other column. What shall i do to make it independent from one another??

    Hi Pravender Chauhan,
        If you want in Single column different value for different Rows based on same Key Figure, you can create Structure where you can define different logic for each row but using same key figure.
    If you want to use different Key figures then you should have to Restricted Key Figure and for any calculation you can use calculated Key figure.
    Assign points if Useful.
    Regards,
    Rajdeep.

  • Using ONE Microsoft account for more than 100 Windows devices

    I developed an application for company customers and it is listed on the windows store now. I need to use only ONE Microsoft e-mail for so many devices for my users. How to log in on all the devices with the same e-mail instead of creating one for each
    user and for each new user?
    Ahmed Abd El-Karim

    When talking about the phone the maximum number of devices on a single account is 5. When it comes to Windows 8.1 on PCs and Tablets it's 88 but you can not use it on more than that.
    If this is intended for company deployment you can do that using sideloading by either getting a sideloading key or joining the devices to a domain or using a company certificate for Windows Phones.
    Deploying it via the Store is not a viable option there.

Maybe you are looking for

  • I just purchased a macbook pro, and i can't get my music into the new itunes from my pc itunes! help

    my library is empty and i cant get my music from the itunes on my pc to this one!

  • Attaching an attachment to Work item

    Hi all, I have req where I need to attach an attachment to the work item , I need to develop an FM which will do this .So could you please help me out ? This is on very high priority so Correct ans would be definately rewarded. Thanks .

  • No.of ship-to-parties to one sold-to-party

    how to update the no. of  ship-to-parties of one sold-to-party, 999 nos is standard plz give the answer to  my question and where standard will  locate? jagan

  • Reverse Link Tracking

    Is there a tool or mechanism by which links to a given object can be tracked down? If the object is renamed, moved, deleted, etc, we want to make it easy to fix any incoming links before such edits are propagated to the production portal. It seems to

  • Loading "iPhoto Videos" takes forever

    When I started iMovie '11 for the first time, it spent 12 hours or so finding the videos in my iPhoto library and then generating the thumbnails. I have a hundred or so .AVIs in there shot with my Canon ELPH. When I quit iMovie or just navigate away