Report Generation Toolkit on Vista and Office 2007

Hi,
I am trying to install Report Generation Toolkit 1.1.2 on LabVIEW 8.5 on a computer with Vista Business and Microsoft Office 2007.
The installation is starting, but I am receiving a message saying that "Microsoft Office 2000 or later is not detected on the computer"
The installation stops and the toolkit is not installed.
What can I do ?
Tom

Tom SAVU wrote:
Hi,
I am trying to install Report Generation Toolkit 1.1.2 on LabVIEW 8.5 on a computer with Vista Business and Microsoft Office 2007.
The installation is starting, but I am receiving a message saying that "Microsoft Office 2000 or later is not detected on the computer"
The installation stops and the toolkit is not installed.
What can I do ?
Tom
The Report Generation Toolkit does probably not support Office 2007 yet. This is because the Office ActiveX interface used to change with each version and the Report Generation Toolkit comes with specific libraries for each of the Office versions it supports. With the wrong office version the Report Generation Toolkit VIs are normally broken and can't run without some more or less involved modifications.
Rolf Kalbermatter
Rolf Kalbermatter
CIT Engineering Netherlands
a division of Test & Measurement Solutions

Similar Messages

  • Report Generation Toolkit Compatibility with Microsoft Office 2013 and LabVIEW 2012

    Hello community,
    on this page there is shown the Report Generation Toolkit Compatibility with Microsoft Office and LabVIEW.
    In our company we use actually LabView 2012 and it works perfectly with MS Office 2010.
    Has anyone ever tried the "Report Generation Toolkit" of LabVIEW 2012 with MS Office 2013? Does it really not work? Has anyone an emirical value for this topic?

    Hi digital_badger,
    as you sure have seen in the link it is not officially supported by NI, which means to you one of the following things:
    1. You could upgrade your LabVIEW and your Report Gerneration Toolkit to Version 2014 and use MS Office 2013
    2. You could just try it with MS Office 2013 which might work but if it's not working you don't get any support from NI.
    Even if someone tried it already and it worked for him does not mean that it will work on your machines. It is possible that on some of your machines it could work but not on others. Their can be a lot of problems while playing around with unsupported setups.
    3. You could leave your setup as it is and stick to your MS Office 2010.
    I hope I could give you a good answer to your question

  • Report Generation Toolkit 1.01 and broken arrow

    Hi,
    I desperately need help because I need to build my application tomorrow morning for our production department and have trouble with the report toolkit.
    I am aware of your knowledge base entry regarding this problem. I already deinstalled and reinstalled the toolkit (version 1.0.1 for LV 6), and I checked the windows registry entries. Still, after mass-compile, the report generation toolkit VIs are not executable (broken arrow, invalid property node). I have LabVIEW 6.02, 7.0 and 7.1 on my computer and I am using the report generation toolkit version 1.0.1 with LabVIEW 6.02 and version 1.1 with LabVIEW 7.1. The application that I need to build is written in LabVIEW 6.02. What else can I do to get rid of the broken arro
    ws?
    Thanks in advance for your fast answer....
    Gabs

    Hi,
    the problem is the following: during the build error 1003 occures at ....\internal.llb\Word_New_Page.vi. Possible Reasons: LabVIEW: The VI is not executable. When I open my main VI, I see no broken arrow. When I force a mass-compile (Strg+Shift+Run button), the broken arrow appears suddenly. I can then see the following error message: Word Easy Text.vi is broken because Word Format Text.vi is broken because the Property Node Range\Style calls an invalid property. Actually, the property nodes in these VIs have NO properties and the invoke nodes NO methods.
    I know now that this is due to the fact that I need to build this application for a computer on which Word97 is running, so I installed the Report Generation Toolkit for Word97. But - on my developme
    nt computer where LabVIEW is installed Office XP is running, not Office97. If I install the Report Generation Toolkit for OfficeXP, no error occurs during the build, but the executable does not run properly on the target computer (when calling Word97).
    Question for NI: How am I supposed to build an executable using Microsoft Word Report Generation Functions if the target computer has Word97 installed but the development computer has WordXP installed???
    Please help,
    thanks,
    Gabs

  • Report Generation Toolkit Excel errors and Libraries, Classes

    Hello All,
    I'm using the Report Generation toolkit Excel functions to handle some data and create graphs.  I'm running into problems with the Add Worksheet.vi.  At the very start of the vi, it closes the reference to Shapes.  Occasionally, the Close Ref will throw an error.  I haven't pinned down the exact cause yet (probably an invalid reference).  The error itself wouldn't be a problem.  Under other circumstances I would choose to ignore it and continue on.  The problem is, this is stored in a Class Library controlled by NI.
    Solutions I've tried without success:
    1.) Make changes, and save the new vi with another name - can't do it because it's encapsulated and the Library is password protected.
    2.) Install toolkit in something other than the default folder, so I can make changes and put it under Source Control - installer doesn't allow a new path to be entered.
    3.) Change the vi where it is.  This works until I move the source to another computer or I update Labview.  At that point I lose all my changes.
    Maybe it's just my inexperience with Classes, but I just don't see an elegant solution to this.  Ultimately I'd like to copy the library off to somewhere else and put it under Source Control so I can make changes and additions to it (NI folks - providing a password to unlock the lib would be helpful...).  Does anyone have suggestions on how I can accomplish this?
    Thanks in Advance,
    Doug

    Hi Ben,
    Sorry about the first post.  After re-reading it, it sounds more like a frustrated rant than a request for help.
    I've attached a simplified vi to try to illustrate the problem I'm having.  I'm running Excel 2007.  Please open the vi, then open Excel Add Worksheet.vi.  At the start of the vi, Close Ref for Excel.Shapes occasionally throws an error.  So far, I have not been able to consistently reproduce the error, so I can't really troubleshoot it.  As I recall, the error code is 1045.  The error is carried through the rest of the vi, causing invalid references to be written to Excel._Worksheet and Excel.Shapes, going out to NI_report.ctl.
    So, here are the issues I'm running into (other than the error itself):
    1.)Short of closing and reopening the file, there is no way to recover from the error.  After the error, there is an invalid reference in Excel._Worksheet.  There is no vi available to regenerate references in NI_report.ctl.  I could easily write a vi to start from Excel._Application and re-read them, but because NI_report.ctl is in a Class library (controlled and passworded by NI), I can't add the vi to the library.
    2.) I found that I could ignore the error by wiring around it.  If I disconnect Error Out from Excel.Shapes Close Ref and wire Error In from Excel.Sheets.Count to the Error In of the Close Ref, everything works fine.  Under other circumstances, I'd save this with a new vi name (because functionality changed) and continue on.  But, because the vi is part of a Class library (controlled and passworded by NI), I can't do this.  I can save the vi with the modifications (because Excel Add Worksheet.vi is not passworded), but if I pass the source off to someone else, they will have to make the same changes on their installation of the NI Report Generation Toolkit.
    Again, I can't reproduce the error with any regularity.  I've run the example vi I provided a few times and everything seems to work fine.  If I come up with something, I'll repost.  If you (or anyone) has an idea of what could be failing or if they've seen the problem, I'd appreciate a comment.
    Thanks again,
    Doug
    Attachments:
    Excel Fail.vi ‏15 KB

  • Problem with report generation toolkit when installed new office 2010

    Dear all, I had  LabView 8.6.1 and report generation toolkit for MSoffice 2003 perfectly working in my laptop.
    Now I have added MSoffice 2010 and report generation toolkit does not work anymore since it is linked to new office.
    How can I inform Labview to link report generation toolkit to the old  MSoffice 2003?
    regards
    Max

    The Report Generation Toolkit is ActiveX based.  When you install the newest version of Office it registers the ActiveX server for that software, which the toolkit adapts to and uses.
    Uninstalling Office 2010 would solve the issue, otherwise you will need to look at unregistering the 2010 component of Office ActiveX - but I'm not sure if that's possible.
    Regards,
    Peter D

  • Report Generation Toolkit does not recognize Office 2003

    Hi there
    The newly installed MS Office 2003 and LV 8.5.
    When installing Report Generation Toolkit is screams that it does not recognize Office 2003:
    "Microsoft Office version 2000 or higher was not detected on the system. You need to install Microsoft Office 2000 or higher before you install the NI Report Generation Toolkit for Microsoft Office 1.1.2."
    What to do?
    thanks
    Pawel

    Did you reboot your system after installing Office 2003?  Have you launched Word and/or Excel since installing Office 2003?  I think there might be some registry initialization that takes place on first launch of Word and Excel.  If you've launched Word/Excel and the RGT 1.1.2 installer still isn't detecting them, there may have been a problem with your Office 2003 install.  Try uninstalling Office 2003 and reinstalling it.  When you reinstall, double-check that Word and Excel are selected in the install.  Then launch them both a first time before trying to install RGT 1.1.2.  If it still doesn't detect Office 2003, perhaps there's another problem with your system.  Are you using any foreign language software?  What OS are you running?  Is it Office 2003 standard or professional?  Is there anything weird about your Office install, like is it installed over the network instead of from CDs? 
    I'm hoping the answer to one of these questions helps you solve the problem.  Keep me posted...
    -D
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • Error 20532 on Windows Vista and Office 2007

    I have a application developed in VB6, with Access 2000 as backend, using CR8.5 for reporting, running upon W2K and Office 2000. Application working correctly.
    Tested same application upon Vista and Office2007 PC. VB6 side of application working correctly. However when I select a report from within the application (report is CR 8.5), I get following error:
    Run-time error '20532'
    Cannot find database DLL.
    I re-wrote the report in question (exact duplicate of previous) in Windows 2K environment, re-tested new version on Vista & Office07, and report worked perfectly well!
    I do not want to have to re-write new versions of all reports, therefore can somebody shed some light into why the original report will not run on a Visa/Office07 PC ?

    Hi
    This error occurs since the Crystal Reports Data-Bound Control database DLL (P2bbnd.dll) is not included with a Typical installation of Crystal Reports 8.5. You will need to perform a Custom or Complete installation.
    If Crystal Reports 8.5 has already been installed:
    1. Run the Crystal Reports setup again.
    2. Click 'Add/Remove'. The 'Select Features' section appears.
    3. Expand 'Data Access'.
    4. Click 'Bound Reporting' and then click 'Entire feature will be installed on local hard drive'.
    5. Click 'Next'. The Start Installation section appears.
    6. Click 'Next' to install the driver and continue the setup to completion.
    NOTE:· For information about the runtime file requirements for Crystal Reports, refer to Knowledge Base article c2008238.
    Hope this helps!!!
    Regards
    Sourashree

  • Acrobat Pro 8, Vista and Office 2007 - No PDF printer available

    Hello,
    I try to install Acrobat 8 Pro on a Vista professional based machine with office 2007 but I can't generate any PDF docs.
    I try to install acrobat with my account (group administrator) or directly with the administrator account with the same result : no PDF virtual printer was created and it's impossible to add one using an existing PDF port or by creation of a new one.
    I try to update my installation with the 8.10 update but no changes... Can someone help me with this issue ?
    Thank you.

    Here is a more complete description of my problem and the things I have tried. Any help would be greatly appreciated.
    http://acrobathelp.blogspot.com/2008/01/adobe-acrobat-8.html
    No pdf printer driver is installed. When I print from an Office 2007 saving as adobe pdf I get the following error message:
    PDFMaker cannot locate the Adobe PDF Printers printer driver. Please re-install Adobe Acrobat 8.0.
    The printer driver is in fact NOT installed. I look at the system printers and there is no PDF printer driver.
    I have re-installed several times. I called support and they wont help me because I purchased a volume license and it will cost me $40 to get support.
    I have searched user groups and Adobe knowledge bases to no avail.
    I have tried to install the driver myself with the .inf files located in the dir C:\Program Files\Adobe\Acrobat 8.0\Acrobat\Xtras\AdobePDF there are the following .inf files. None of them will install when I try to add a printer and select have disk and select any of them.
    AdobePDF.inf AdobePDFCT.inf AdobePDFK.inf
    AdobePDFCS.inf AdobePDFJ.inf
    I get the following error:
    "Printer driver was not installed. Unable to find a core driver package that is required by the printer driver package."
    The msi installer has created two printer ports Documents/*.pdf (Adobe PDF port), and Desktop/*.pdf (Adobe PDF port)
    I have tried Uninstalled and reinstalled several times. I have also tried repair several times

  • Problem with Reporte Generation Toolkit for Microsoft Office 2010

    When I use the Report Generation Toolkit (LabVIEW 2010), and Office 2010,  the tables generated are bad.
    In office 2007 in the tables are correct.
    Someone can help me solve this problem?

    The solution referenced in your post does not actually workas far as I can tell... at least for LV2011 and Office2010 on Win7
    Am I missing something here?
    Attachments:
    Testbench_ReportGen Table_BUG.vi ‏10 KB

  • Report Generation Toolkit and Office XP and 2K

    Hello Everybody
    I am having few problems with running executable using Report Generation Toolkit on machine with Office 2000, which was compiled and build on machine with Office XP (toolkit also XP).
    There are many errors which pops up, but the very first one is that the "New Report.vi" can not open the existing Excel book.
    Is there any trick, which allows machines with Office 2k to run application build with Office XP?
    Thanks in advance.
    Pawel

    Hi Cin
    Yes, that is correct. The reason why I ask was how to find a solution so both XP and 2k can work in the same time.
    You are right that most of the features for XO and 2k are simmilar, but try to use XP to open w 2k workbook from excel, it will fail.
    cheers
    Pawel

  • Report Generation Toolkit Installation

    Hello!
    I need to install the Report Generation Toolkit, but only using Excel 2007.
    Is this possible?  Or will we need to install a full Office suite?  Is there a way to workaround full install?
    We'll only be using Excel anyway...
    Thanks!

    Hey Oley,
    I have been doing a bit of research and what I found is that there was a corruption in the Windows Installer database. You can use the "Windows Installer Clean Up Utility" downloaded from Microsoft to remove ALL traces of Office, and then reinstall. This should solve the problem. I found this in another discussion forum with someone else with a very similar issue. I hope this helps!
    Carla
    National Instruments
    Applications Engineer

  • Problem writing to excel file using report generation toolkit

    hello everyone, i have this report generation toolkit... and i want to output DAQmx Analog I/P data on to an excel sheet. the DAQmx is programmed to collect 
    data at 3samples/sec. however, when i see the excel file that Report Generation Toolkit generates, the time stamp is updated every second instead of every 0.33sec. 
    can anyone please help me?  i am using the MS Office Report Express VI. 
    Now on LabVIEW 10.0 on Win7

    @All, I got rid of the express VI, decided to work on the custom low level VIs instead. however, i have a new problem now... 
    I have a case statement wherein, the user selects if he wants to start generating a report. once the program enters tat loop, the program speed reduces! 
    can anyone please tell me why is it happening? i ahve attached the vi... also another question.. in this VI, i am capturing the unwanted data into the graph as I am indexin the graph input. how can i make a logic 
    that the graph captures the data only when I am switching the CREATE REPORT button (which is in the while loop). is there a way that I can append the data to the graph without creating a new graph every iteration? please let me know
    thanks
    Now on LabVIEW 10.0 on Win7
    Attachments:
    Untitled 7.vi ‏75 KB
    Untitled 7.JPG ‏99 KB

  • Report generation toolkit conditional format - how to?

    Hi
    We are using the Report generation toolkit (2010 version), and have a question regarding this tool.
    I see functions for setting the number format, but not a conditional format. Does this not exist?
    http://zone.ni.com/reference/en-XX/help/372120A-01/lvoffice/excel_set_cell_format/
    This page refers to an example which from the name sets a conditional format. However as I understand it, this example is setting a custom number, not a conditional format.

    Hi,
    the simplest way to do this I guess you can provide a template for your Excel sheet, where you can set the conditional format there.
    From LabVIEW you can just send the values into this sheet-template.
    Maybe you can try these if you want
    http://forums.ni.com/t5/LabVIEW/Using-conditional-formatting-in-excel-through-LabVIEW-activeX/td-p/1...
    http://forums.ni.com/t5/LabVIEW/Excel-Colour-properties-modified-via-LabVIEW/m-p/573748?query.id=218...
    Regards,
    Yan.

  • Hide Excel Chart Legend Using LabVIEW Report Generation Toolkit or Active

    Hello Eveyone:
    I work on the report generation toolkit in labview and creat the report in excle. I create the chart into report but I can't hide the chart legend or change the font size using report generation toolkit.
    I appriciate you guys time.
    Thanks
    Solved!
    Go to Solution.

    Howdy!
    What is the version of LabVIEW and Report Generation Toolkit you are using? Have you taken a look at the LabVIEW Example Column Graph (Excel).vi
    and looked at the help for Excel Insert Graph VI and Excel Set Graph Font?
    Joshua B.
    National Instruments
    NI Services
    NI Support Resources
    NI Training Resources

  • Does the Report Generation Toolkit support Office 2007?

    With the hot-out-of-the-oven Office 2007, Microsoft has done a complete overhaul of the Office environment that we all have spent many years learning to perfection (well.. almost). Lucky those who got a head start as part of the Office Beta program.
    Well, NI claims that the current version of the LabVIEW Report Generation Toolkit supports "Microsoft Office 2000 (Word, Excel, and Graph) or later" and therefore literally also the new Office 2007.
    I doubt that the ActiveX API has remained unchanged when developing Office 2007, so let's use this thread to uncover the experience you have with calling Office 2007 applications using the LabVIEW Report Generation Toolkit.
    Anyone???
    - Philip Courtois, Thinkbot Solutions

    We are currently working on a maintenance release for the Report Generation Toolkit to support Office 2007.  You can install the current toolkit with Office 2007, but you will have some problems.  If you copy the four LLBs from the Compatibility\Office 2003\vi.lib\addons\_office folder on your Report Generation Toolkit CD to the corresponding vi.lib\addons\_office location in your LabVIEW folder after installing the toolkit, things will work for the most part.  But you won't have 100% compatibility until the maintenance release is done.
    -D
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

Maybe you are looking for

  • Add multiple objects to a Deque to be retrieved in that order?

    All: We are using a LinkedBlockingDeque in a classic producer/consumer setup -- multiple threads may post "commands" to the Q, and the consumer retrieves and executes each command in a separate thread. We have very rare cases where we need to post mo

  • Problem with NSU

    Yesterday I updated NSU to the latest version,and now it cannot start,only show "you must restart your system for changes to take effect" or something,even I restarted a hundred times,and cleaned all the registry entries,uninstalled NSU,then installe

  • Can't down purchase of elements 12 upgrade

    I purchased upgrade for elements 12.  when I go to my account page, the purchase is there with  a download button when I click the button nothing happens it dose not download

  • To activate my second HD

    I have a POwer MAc G5 2.7 and I want to activate my second hard drive. I tried to use it but it appears lock. I am new in Macs computers. What can I do...?

  • Photoshop Elements and Premiere Elements included in Membership?

    Hi everyone, This looks like a weird request, but I want tot install Photoshop Elements and Premiere Elements, using my Full Creative Cloud membership. Personally I use the pro-applications, but for educational reasons I would like to study the inter