NI_ReportGenerationToolkitによるレポート作成,保存方法について

いつもお世話になっております。
掲題の件,新規レポートを作成し,そのレポートを任意のフォルダに保存したいのですが,
[Save Rrepot to File.vi]を実行すると下記のようなエラーとなり実行不可能になってしまいます。
●プログラムエラー
 サブVI'NI_ReportGenerationToolkit.lvlib:Excel_Save_Workbook.vi':サブVIが実行不可能です。
作成したいプログラムは,
 ①新規レポートを作成する
 ②タイトル,本文などを書き込む
 (③後に,計測データを書き込む)
 ④レポートを指定したフォルダに保存する
という簡単な流れです。
参考のため,新規レポートを作成するプログラムと,
保存させようとするとエラーが出力するプログラムの2点を添付致します。
結果的に新規ファイルを指定したフォルダに保存する方法をご教示願います。
使用している環境は「NI Developer Suite 2011 DS2」です。
以上,よろしくお願いいたします。
添付:
新規ファイル作成.vi ‏19 KB
新規ファイル作成・保存(エラー).vi ‏15 KB

こんにちは
これで動きますか?
添付:
新規ファイル作成・保存.vi ‏25 KB

Similar Messages

  • How can I print some pages from multipage report

    Hello,
    I have created a multipage report in word. I would like the user to be able to print the pages selected (as in word printing: pages: 1, 2-3); 
    I am using Office 2007 pro, the LabVIEW Report Gen Toolkit, LabVIEW 2009, and Windows XP.
    I used the suggestion in thread:
    http://forums.ni.com/t5/LabVIEW/How-can-you-print-a-single-page-of-a-multipage-report/m-p/155233 , modifying the print VI that comes shipped with LabVIEW: NI_ReportGenerationToolkit.lvlib:Word_Print.VI.
    first of all I put two integer constants on "From" and "To" in the Invoke node (PrintOut), but Labview return an error:
    Error 1015 occurred at NI_ReportGenerationToolkit.lvlib:Word_Print.vi -> NI_Word.lvclassrint Report.vi -> print2.vi
    Then I searched for PrintOut Method in word 2007 Reference guide, and I saw that for using From and To the Range field must have the string  wdPrintFromTo;
    I insert wdPrintFromTo string  in RANGE Field and tryed.... same error......
    After that I change approach; removed all constants and used the field Pages; I put a string "1-2" connected to this field and now the printer respond, but all pages was printed!
    What's wrong?
    many thanks
    Attachments:
    print2.vi ‏18 KB
    parte comune.doc ‏43 KB

    Thanks, Alex!
    ok, I try first approach in print4.vi, but Labview return an error (view jpg); if I cut From, To controls, the VI print all pages. The same things happen also if I trasform I32 in Variant.
    I don't try second approach, because at this time I have only one report
    I try also with VB macro: this is better (print3.vi) but.....if I use:
    Sub Print_Pages_From_To()
    ActiveDocument.ActiveWindow.PrintOut Range:=wdPrintFromTo, From:="2", To:="3"
    End Sub
    is ok; print the pages selected; if I use:
    Sub PrintPages()
    ActiveDocument.ActiveWindow.PrintOut  Pages:="2-3"  
    End Sub
    printer print all pages.
    what do you think?
    regards,
    Italo
    Attachments:
    print Problem.jpg ‏39 KB
    print4.vi ‏19 KB
    print3.vi ‏19 KB

  • Report Generation Exe Error

    Hello,
     I am using LV 8.6.1 with the 1.13 report generation toolkit and I am having problems getting my built exe to work.  I am trying to open an excel template and populate it with new data.  I have broke the vi down to just opening excel - opening the template and then fill in some data.  But at this point excel does not open at all.  And naturally everything works fine in the development environment.
    Error Code: -2147352573
    Member not found in NI_ReportgenerationToolkit.lvlib:
    Excel_open_workbook.vi
    NI_Excel.lvclass: new reportsubvi.vi
    I read a few help pages that said to add \vi.lib\utility\NIreport.llb and LVclass directories to the project folder and add them to the always include section of the build.  But no luck so far.
    Side question:  The machine I want to use this on has 8.6.1 Full which does not have the extra excel functions that my developer has.  Is there a way to install the DEV report generation toolkit in the full version?  Then I would not need to build an exe.
    UPDATE:  I just tried the exe on a different machine that has a developer suite installed and it worked fine.  So I guess I need to find out what else I need to add to the build to make it work.
    Message Edited by _Bryan on 06-16-2010 11:58 AM
    Solved!
    Go to Solution.

    There should be some info on this in the KB.
    But first you should make sure that your version of the report generation toolkit actually supports excel 2000 (which is 10 years old)
    That should be in the release notes of the toolkit
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • MS Report Generation

    Hallo Folks,
    one question please. When using the report generation toolkit, I would like to read a data file in ASCII and make a report in MS Excel. So the file contains a header and the actual data, i.e. 6 different columns for ach variable acquired. How do I make several graphs in one report. Generally, is it OK to make a template in Excel (which I did) which already contains the graphs that are updated by the data file ? If not I suppose i have to make the empty template into which I insert the plots from Labview. But then I use the approach to insert a new graph and then additional functions as scaling, setting the object color and so on. I tried to run everything in the way that first plot is made and edited, then I close the activeX reference of the plot and pass on the ref. number of the report into the additional charts. Somehow it does not work since I fill the header data into the report but no plots are actually shown. Error is -4110 (NI_ReportGenerationToolkit.lvlib:Excel_Get_Range.​vi -> NI_Excel.lvclass:Excel Insert Graph.vi -> Chart Options.vi -> MS Excel Report. Trial.vi). I suppose from debugging that one source of the code is that it actually closes the report befor the plots are even made. I suppose this can be avoided by data flow when the closing actuallly waits for the error from the previous functions, i.e. making the charts. The fundamental question, however, is if I have to make the plots in parallel (splitting the ref. number and error nodes) to each of the graph, or whether i can make it in a series. I attach the code for illustration. Any help is appreciated.
    Yours Sincerely
    Karel 
    Attachments:
    Code.docx ‏146 KB

    Hallo Joseph,
    thank you for the feed back and sorry for the unclarity. I would like to have a small vi that opens a datalog file which contains six variables (one indepent time column) and all other dependent ones. I point the vi to my template in excel which does have user information and experiment related information so far with empty values. No graphs are in this  excel template at the moment of opening. Upon reading the datalog file the values in cells are extracted from the datalog file header and I want to make five graphs in excel from the data.
    I mean first of all I do not want to have more plots in one graph since excel in my opinion is clumsy at that, at second the data are more readable one at a time. What I am not sure about is the way I make the graphs. Menaing I open the report, fill in the cell values than I make one graph, edit it, close its activeX reference make another one and so o until the last graph is made. In the end I close the activX reference of the report itself and save the report under a specified name. In other words I am not sure of is when closing the first graph the reference of the report is still the same ? I read in the LV Help that the additional graph function like scaling and updating do not work with the graph that is created directly in Excel, so by that I understand  that I have to create the graphs from within LV code. Otherwise, I think it would be much easier to make the graphs in the excel template do all the formatting, scaling and labeling in excel and each time I call the vi it just updates the data in cells and in the graphs as well. Thank you and have a nice day.
    Yours Sincerely
    Karel 

  • MS office report

    Hi, I am trying to generate a report using the MS office express vi and after follow the instructions in the manuals and check the examples I cant fill a table predefined in my own template!! and I get an error
    Error -41110 occurred at NI_ReportGenerationToolkit.lvlib:ex_RGT_Append Anything To Report.vi -> NI_ReportGenerationToolkit.lvlib:subMS Office Report Block.vi -> test_report.vi:MS Office Report.vi-> test_report.vi
    while processing the module_ID input.
    I am using labview 2011. attached is a vi  that I wrote to study only the report generation.
    I appreciate any suggestion.
    Attachments:
    test report.vi ‏22 KB
    SOP_103_template.dot ‏32 KB
    base_info_Report.vi ‏17 KB

    Well, you have certainly picked a fairly challenging task for LabVIEW to undertake!  I've thought about how I would do this (or even if I would do this), and have some observations.
    A Word Template does not necessarily make life easier if you are "driving" Word from LabVIEW.  It is designed for human interaction, with the (human) ability to tab around and ensure that the cursor is in the correct field for inserting an element.
    In particular, your Parts List does not "tab nicely".  In particular, it will expect exactly 1 entry in the UNL Batch No., and precisely 4 Parts entries (as you tab around, notice you enter the Batch No. field four times).
    If I were doing this, I would generate the entire Report "on the fly", that is, I'd start with a blank Report, generate the heading ("Manufacturing of modules ..."), generate a Report Header Table (Date, Start, Finish, Operator, etc.), generate a Parts List table, and generate a Comments section.
    I would certainly "encapsulate" the messy code for each of these steps in its own sub-VI.  Thus my Report would look something like this:
    Each of the sub-VIs generate part of the Report.  Header generates the static text at the top.  Report Info generates the Date, Time, Operator, etc. part of the report, Parts List generates the Parts List table, and Comments generates the Comments at the end.
    The Report "data" is encapsulated in four variables:
    Report Info is a cluster with entries Date, Start Time, Finish Time, Operator, etc.
    Parts List is an array of clusters (UNL Batch, BBM ID, and HDI S/N).
    Comments is a cluster with entries Orientation, Glueing, etc.
    Report Path is the path and name of the output Word document.
    Report Info can be formatted as a table of two columns.  Each entry has a fixed string (for example, "Date:") and a variable (the value in Report Info.Date, the cluster element).  You can format the table with top and bottom borders if you want that look.
    Parts List is fairly complicated.  It has some "pure text" (the string "List id of parts ...") and a Table.  The Table is fairly straight-forward, with a fixed Header and a style for borders and lines.  To get the UNL Batch formatting as a single cell, you can try to merge cells (based on where the UNL Batch values remain constant).
    Comments can just be treated as ordinary text, with "header strings" (such as "Orientation:") written before the value in the corresponding Comment cluster element (e.g. Orientation) is written.
    I can say, with some confidence, that the Snippet above will, in fact, produce a Report that follows your Template, once you handle the "details" of coding those four sub-VIs.  Take a look at the Word-specific sub-Palette in the Report Generation Palette, and in the Word Tables sub-sub-Palette.  
    Bob Schor

  • Report generator error -2147023174 / -2147417846

    Hi,
    I'm experiencing problems with the report generation toolkit when i deploy my executable to a target computer. I have had two different errors so far:
    Error -2147023174 occurred at "Property Node (arg 1) in NI_ReportGenerationToolkit.lvlib:Word_borders_shading_(adv).vi->NI_Word.lvclass:Word Format Borders (adv).vi->NI_ReportGenerationToolkit.lvlib:Word Easy Text.vi
    Error -2147417846 occurred at "The message filter indicated that the application is busy in NI_Word.lvclass:Word Find & Replace(str.vi
    On the development PC everything works ok. The second error was not caused by Word waiting for a dialog.
    For debugging purposes I started on a new development PC, installed Labview 2010SP1 and the Report Generation toolkit 2010. I got a strange error, see attachment. Labview solved the conflict, but I'm not sure if this has anything to do with the errors at the target PC.
    Any suggestions?
    Attachments:
    error.png ‏14 KB

    MS Office was finally reinstalled at our customers PC, however the problem still remains....
    Any other suggestions?
    Attachments:
    error.png ‏22 KB

  • Will loading V2011 break Report Generation in V2010?

    My report generation toolkit seems to have stopped working almost entirely.
    In V2010, the example "Generate Report From Template(Word).vi" will go as far as loading the Word file. After that it reports the error:
    (Error 1 occurred at NI_ReportGenerationToolkit.lvlib:ex_RGT_Append Anything To Report.vi -> NI_ReportGenerationToolkit.lvlib:subMS Office Report Block.vi -> Generate Report From Template (Word).vi:MS Office Report.vi-> Generate Report From Template (Word).vi   while processing the chart input.)
    Possible reason(s):
    LabVIEW:  An input parameter is invalid. For example if the input is a path, the path might contain a character not allowed by the OS such as ? or @.
    My application which was working a week ago is providing the same error message.
    From scratch I tried making a small word template file and a vi to work with the template which also provided the same error
    I loaded the same example into V2011 and with some modifications indicated by error messages, I ran the program and it will not load the file and simply reports Error 7 that it cannot find the file.
    Has my loading V2011 broken the report generation toolkit?
    I have had to go back to using V2010 due to other reasons, so I need to have 2010 working.
    Shall I uninstall 2011 and 2010 and then reinstall 2010? (all day job I would like to avoid)
    Is it possible to uninstall and reinstall the toolkit to repair the problem? (I've tried once and I am not sure that uninstall worked as the messages resulting from an install from the NI disc reported no uninstall and no install)
    In the attached zip file is the example as well as the word.doc and .dot files from V2010.
    Thanks,
    Chris
    Attachments:
    Word Reports.zip ‏221 KB

    Hi Chris,
    I have tried running your VIs on my computer running 2011 and they work fine. Can I just confirm that the issue you are seeing is present in both LabVIEW 2010 and LabVIEW 2011?
    My first recommendation would be to try and repair the 2011 LabVIEW version. This can be done through the 'Programs and Features' within the control panel. The dialog box will be available when you select National Instruments within 'Programs and Features'.  Hopefully this will solve the problem.
    What version of the Report Generation Toolkit are you using?
    Let me know if the repair of LV2011 goes. If it doesn't fix the problem let me know and I will look into this further for you.
    Regards,
    Aaron. E
    Applications Engineer Team Lead
    National Instruments
    ni.com/support

  • Labview 2013 report generation toolkit word 2010 insert table problem

    Hi,
    I am currently evaluating LV2013 with respect to the report generation toolkit for use with word 2010. My Vi/program won't insert the correct table and gives me an error message. see below:-
    Exception occured in Microsoft Word: The requested member of the collection does not exist.Help Path is wdmain11.chm and context 25421 in NI_ReportGenerationToolkit.lvlib:Word_Insert_Table​.vi->NI_Word.lvclass:Append Text Table to Report.vi->Word Table save.vi
    I have since run the following word example.vi provided by NI within LV2013 office examples:- Growable table.vi. this gives me the same error!
    Exception occured in Microsoft Word: The requested member of the collection does not exist.Help Path is wdmain11.chm and context 25421 in NI_ReportGenerationToolkit.lvlib:Word_Insert_Table​.vi->NI_Word.lvclass:Append Text Table to Report.vi->Growable table.vi
    It would seem that regardless of my own Vi there is a fundamental problem in the office example vi.
    I have found examples of a similar problem in LV2011/2012 but the work around code doesn't seem to match the LV2013 vi's code for a direct replacement.
    Can anyone help/shed some light on this? 
    Thanks in advance,
    Dan.

    Because the upgrade of Word from 2007 to 2010 I needed to upgrade an existing application from LabVIEW 2009 to 2013. This didn't work because of the insert table error. I discovered that the problem is the vi called "Word_Insert_Table.vi" located in the ..Program Files (x86)\National Instruments\LabVIEW 2013\vi.lib\addons\_office\_wordsub.llb. There is a "Cut" command implemented, this command removes the created cell instead of clearing it. Therefore the table will be filled half and then returnes with an error. I have removed this command. I have posted the changed vi (LV 2013).
    Attachments:
    Word_Insert_Table.vi ‏30 KB

  • Report Generation libraries

    Hi Everyone
    I have a problem with the report generation tooolkit. I found the error and it was reported to NI. Here is the link: 
    http://digital.ni.com/public.nsf/allkb/1A12BE048F6D7B15862577A00064C4D0
    It says: 
    Installation Instructions
    Close LabVIEW
    Replace the following files with their attached counterparts
    ..\National Instruments\LabVIEW 2010\vi.lib\Utility\NIReport.llb\Word\NI_Word.lvclass
    ..\National Instruments\LabVIEW 2010\menus\Categories\Programming\NI_ReportGenToolkit_Menus.lvlib
    ..\National Instruments\LabVIEW 2010\vi.lib\addons\_office\NI_ReportGenerationToolkit.lvlib
    ..\National Instruments\LabVIEW 2010\vi.lib\Utility\NIReport.llb\Excel\NI_Excel.lvclass
    Mass compile the following directories
    ..\National Instruments\LabVIEW 2010\vi.lib\Utility\NIReport.llb\
    ..\National Instruments\LabVIEW 2010\vi.lib\addons\_office\
    I do not understand what does it mean when it says to replace the files. At the bottom of the link it has a zip file and I opened it and found the above files but
    I am so lost on what exactly to do next. Do I just copy and paste and put in my NI LV folder from my computer or do I do something else?
    I also do not know how I can mass compile directories. 
    Does anyone have an idea? If you can give a detailed description I will very much appreciate it. 
    xxxMidna19
    Solved!
    Go to Solution.

    Midna19 wroteo I just copy and paste and put in my NI LV folder from my computer...?
    Yep.
    To mass compile, to go Tools->Advanced->Mass Compile.  Choose your directly and run the mass compile.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Plotting of graph with more than 4000 data points in Excel

    Hi All,
    I am fairly new to labview world. I am trying to plot out line graphs of the results from my program into Excel worksheet. I have huge set of data points(10000) stored in each of 10 different worksheets in MS Excel workbook. I am trying to compile results into last sheet as graphical representation of all the various dataset into 10 different graphs.
    My problem is that I am getting error because MS Graph does not allow me to plot more than 4000 rows or datapoints. Is there better and cleaner way of programming this? Or if some one can provide an example of how to handle such case. I'll appreciate any help.
    My goal is to able to plot one set of data 1st then I will be able to run through various worksheets to compile into standalone results.
     ERROR MESSAGE: "Report Generation Toolkit: Graphs you create or edit in Microsoft Graph cannot contain more than 4,000 rows or columns, including row and column headers. "
    Also for example if we run Line Graph example and change the # of data points from 100 to 4000, we get same message.
    Error -41114 occurred at NI_ReportGenerationToolkit.lvlib:Excel_Insert_Chart.vi -> NI_Excel.lvclass:Excel Insert Graph.vi -> Line Graph (Excel).vi
    Thanks,
    Saurabh

    Hi Dennis,
    I am collecting waveform data from oscilloscope using labview in both data & graph format. So my program collects data for a particular operating condition & then saves the data on a worksheet. After it loads new operating condition & goes over same cycle. I have to save all the data points in excel for different use cases, which I am saving in different worksheet for each specific operating condition.
    Since I already have data saved in excel at the end of test, I am trying plot each use case in the same report for study & presentaion after tests are finished. I have not been able to do so. I read the post which you have mentioned, seems like newer excel or labview version have same issue. I am using LV 9.0
    I will try using decimation but if you have any better way of handling this problem, I'll appreciate if you can share that.
    Thanks for your help.

  • How can I select pages to print from a Word document using the report generation 'print report' vi?

    I have researched the knowledge base and found:
    Printing A Range of Pages or Number of Copies of a Report Using the Report Generation Toolkit in LabVIEW.
    This seems to be from a previous version of LV. I am using LV2010. The instructions given do not match up with the current vi. The information did provide a tip and drilling down into  the vi I was able to insert the from/to page numbers at the printout invoke method, however this prevents the print function from working in that it can no longer find the default printer.
    The error message is:
    Error 1015 occurred at NI_ReportGenerationToolkit.lvlib:Word_Print.vi -> NI_Word.lvclassrint Report.vi ->
    error 1015 is: Printer is not responding. Check printer configuration.
    Any ideas how I can make the modification to print, for example, pages 24 through 29 out of a 32 page word document?
    Thanks,
    Chris

    Hello, take a look at this article. Unfortunately the Generate Report Get Data to Modify.vi was remove since RGT 1.1.3 release. That being said, we can try to find a workaround. See "Configuring a Printer Through the Windows Dialog in LabVIEW", open the GetPrinterSettings.vi, at the PrinterSettings property node you can select the from/to page. I hope this helps.
    Alejandro | Academic Program Engineer | National Instruments

  • "Error -2147352573 occured at Member not found" when trying to open an excel template

    I'm trying to open an excel document as a template using the report generation tools but coming up with this error.  I've traced the error to NI_ReportGenerationToolkit.lvlib:Excel_Open_Workbook.vi but have to idea why it's happening.  The document seems to be fine as I can open and edit it in Excel.  Has anyone else seen this?  I'm using Labview 8.6 and Excel 2000.  I've attached an image of the error and it's source.  Thanks.
    Attachments:
    Excel open error.doc ‏558 KB

    Hi Mike,
    Thanks for pointing out the compatibility issue. I got the error with version 1.1.3 and therefore upgraded to 1.1.4 - after taking a glance at the readme document. I guess that I was mistaking the supported OS version ("Windows Vista/XP/2000") with the supported version of MS Office ("2007/2003/XP").
    I originally received the error when running an executable on a Office 2000 machine. The executable was built on a Office 2003 machine since I have previously been able to build on Office 2003 and run on 2000. I'm not sure what was different with this executable. Anyway, after installing the LV development system on the Office 2000 machine, the issue turned out to be that some ActiveX methods had been disconnected. All I had to do was re-point the Invoke Nodes to the appropriate ActiveX methods.
    Please note that my application in this case is very simple and therefore only exposes a small part of the Office 2000 ActiveX API. I'm sure that I would run into a non-compatibility wall if I were to implement more Office 2000 functions with RGT 1.1.4.
    Message Edited by Philip Courtois on 06-18-2009 01:26 PM
    - Philip Courtois, Thinkbot Solutions

  • LabVIEW 2011, and Excel 2010: saving problems

    Hello to all! I am a student of Mechanical Engineeringfthat very little has been using this software. I present the problem: for a matter which is called Biomechanics, I and my colleagues, we have developed the design of a rheometer, which is controlled by LabVIEW2011. Since we are still at the experimental stage, always has been simulated using labview: the whole experience. So, labview, at present, not only controls the stepper motor through the frequency sets, but also simulates the output (in the specific, the response to the torsion of the cartilage, simulated with a low pass filter of the second order). All this was done by my colleague more experienced than me, who today passed me the finished project that in his pc works perfectly while not in mine (we have the same version of labview, but different version of office). In practice, the program is fine (there is no arrow "Run" broken) and the simulation with the creation of the sine graph (response of the cartilage) is done perfectly. My colleague then set labview in order to save the data to an excel sheet at the end of the simulation, asking the user where to put it (the excel file must already exist, labview does not create it). The excel file should contain two columns and a scatter plot (one column represents the frequency, f, of the stepper motor, the second represent the shear modulus G, which increases as the frequency increases and the graph represent the trend of G in function of f). As soon as I decide to save the data, excel opens, for an instant appear the scatter plot and data in columns but immediately after the graph disappears and remain only the columns with data (so I have to make the graph "manually") and labview gives me the following error:
    Error -2147023170 occurred at Property Node (arg 2) in NI_ReportGenerationToolkit.lvlib:Excel_Insert_Char
    t.vi->NI_Excel.lvclass:Excel Insert Graph.vi->NI_ReportGenerationToolkit.lvlib:Excel Easy Graph.vi->SaveExcelFile.vi->Progetto 2.0.vi
    This error code is undefined. Undefined errors might occur for a number of reasons. For example, no one has provided a description for the code, or you might have wired a number that is not an error code to the error code input.
    Additionally, undefined error codes might occur because the error relates to a third-party object, such as the operating system or ActiveX. For these third-party errors, you might be able to obtain a description of the error by searching the Web for the error code (-2147023170) or for its hexadecimal representation (0x800706BE).
    What can I do?
    Thanks. Regards
    Solved!
    Go to Solution.

    The LabVIEW Report Generator in LabVIEW 2010 and more recent versions does, indeed, work very well with Excel in Office 2010.  I helped someone about two weeks ago with a problem saving a series of measurements to a (new) Excel Workbook.  Your problem differs in two ways -- you want to save in an existing Excel file (why? Aren't you worried about overwriting data, or are you trying to add a new WorkSheet, or append to the end of an existing WorkSheet?) and making a Chart.  I've not tried charts, so don't have advice right now.
    Judging by your error message, it is the Chart feature that is giving you trouble.  Can you see how your code runs if you eliminate the Chart functions?  [You can do that by putting a "Diagram Disable" Structure around the Chart code, clicking on the top of the structure and wiring the wires through in the Enable case].
    Give that a try and let us know what happens.

  • WORD Modification de la hauteur de ligne d'un tableau

    Bonjour
    Je veux modifier la hauteur des lignes un tableau insérer dans un fichier word
    J'ai voulu reprendre en effectuant une copie du VI "Append Text Table to Report.VI"
    Ce VI est dans "NI_report.lvclass:Append Table to Report.vi" qui est en faite "NI_Word.lvclass:Append Text Table to Report.vi"
    pour cela il me fallait modifier le vi "NI_ReportGenerationToolkit.lvlib:Word_Insert_Table.vi"
    Comment ajouter un VI dans cette bibliotheque ?
    ou
    Comment faire une copie de cette bibliotheque et lui inserer un VI  de configuration de la hauteur des lignes d'un tableau word ?
    Car celle-ci semble verrouillé ?
    Merci
    Résolu !
    Accéder à la solution.
    Pièces jointes :
    NI_Report.lvclass Append Table to Report.jpg ‏90 KB

    Bonjour,
    Les VIs compris dans les toolkits sont en général protégés et donc non modifiables.
    Si vous pensez avoir une amélioration à apporter à ce tookit, je vous conseille de le proposer dans notre zone d'échanges d'idées : http://forums.ni.com/t5/LabVIEW-Idea-Exchange/idb-p/labviewideas
    C'est un endroit d'échanges où les idées sont prises en comptes et peuvent être retenues par notre service R&D afin d'intégrer de nouvelles fonctionnalités à la prochaine version du toolkit.
    Cordialement,
    Celine
    National Instruments France
    #adMrkt{text-align: center;font-size:11px; font-weight: bold;} #adMrkt a {text-decoration: none;} #adMrkt a:hover{font-size: 9px;} #adMrkt a span{display: none;} #adMrkt a:hover span{display: block;}
    Journées Techniques LabVIEW
    Du 15 octobre au 7 novembre : Strasbourg - Lyon - Lille - Toulouse - Mar...

  • 2010 Report Generator Toolkit Installation

    I've installed 64-bit LabVIEW 2010 into C:\program files\National Instruments\LabVIEW 2010 and the 32-bit version into C:\program files(x86)\National Instruments\LabVIEW 2010.  My PC is 64-bit and runs Windows 7.  When loading a program written in LabVIEW 8,5, both versions (32 and 64-bit) don't load quite a few libraries and VIs such as "NI_ReportGenerationToolkit.lvlib", "Set Current Font.vi", "Excel Set Cell Font", etc.  I can search for these files in Windows and select them when I load my main VI, but I still end up with broken arrows in the code.
    I also don't see the Excel-specific or Word-specific functions in the Report Generation palette.
    I've uninstalled the Report Generation toolkit and re-installed it from the DVD (per another thread) but that didn't work. 
    Could someone explain where the libraries are supposed to be for both 32-bit and 64-bit?
    Thanks in advance...

    Hi SJT,
    I would suggest trying two things. The first is to ensure that you are restarting LabVIEW and your computer after you have installed the toolkit. If the toolkit still does not appear on your pallets I would then suggest downloading the Report Generation Toolkit from the Service Resource Center and using that media to run a Repair on the toolkit.
    You can also double check the library is in the correct place by looking in your Program Files (x86)\National Instruments\LabVIEW 2010\vi.lib\addons\_office directory. 
    <Brian A | Applications Engineering | National Instruments> 

Maybe you are looking for

  • How to disable power on password installed on my h320 pc

    i installed power on password to my h320 pc  i dont want it now  how should i disable it  i tried it many ways  please reply me if any one knows Solved! Go to Solution.

  • Wildcards in alerting rules

    Hello Forum Is it possible to use wildcards in alerting rules? I want to build one, which is triggered when there is a partner entered. So I filled the field with "?*" for "at least one character". Will this work? Regards Christian

  • ICloud is not syncing my contacts or calendar from my computer to IPhone or Ipad

    Why isn't ICloud automatically syncing between my devices (MacBook, IPhone and IPad)?

  • Photos are gone from my iWeb page

    Hello, I have iWeb 3.0.2(489) I hope I am in the correct place. When I first got iWeb, I hadn't figured out how to create a separate iWeb for each of the categories, so I have one page, with several titles on the top, and I can just click on each "ti

  • Connecting to External Sources

    I'm fairly new to Business Objects and XCelsius so my terminology isn't great at this point.  Recently we had a universe designed on top of a data store and I have been using both Live Office and QAAWS within XCelsius to connect to the data store.  I