Minimize word graph

Spoiler (Highlight to read)
i am updating a word template and inserting graphs using word update graph.
i am updating a word template and inserting graphs using word update graph.
Spoiler (Highlight to read)
I update 6 graphs then end with word quit graph.   My question is i do not want to see all the open micrisoft graph raw data opening up on my screen.   I get overlapping 6 microsoft graph windows with the raw data until the VI finally closes, then they all close.
I update 6 graphs then end with word quit graph.   My question is i do not want to see all the open micrisoft graph raw data opening up on my screen.   I get overlapping 6 microsoft graph windows with the raw data until the VI finally closes, then they all close.
Spoiler (Highlight to read)
is there a way to do this without having them open up on the screen while updating?
is there a way to do this without having them open up on the screen while updating?
Spoiler (Highlight to read)
Jim
Jim

Since you posted in the LabVIEW forum, your post should be related to LabVIEW in some way.
I don't see it. Please explain.
LabVIEW Champion . Do more with less code and in less time .

Similar Messages

  • How to set word Graph X axis coordinate​s location

    I use the Report Generation tools to insert a Graph Plotting displayed on the Word , the following chart (1)
    Problems :How to put down X axis coordinates of the following, from Report Generation were no related tools, not aware of any other method, the manual only know that the plan is as follows (2)

    Hi, fong_ui:
    There is a VI named
    "Word_set_scale.vi"
    inside
    ..\National instruments xxx\VI.LIB\ADDONS\_OFFICE\_WORDSUB.LLB
    That is called to set the scale of a chart.
    If you open it, you will see that only "minimumscale" and "maximumscale" are set.
    You can add another property, named "CrossesAt" and set it's value to "minimumscale"
    Notice that if you change and save this VI you will be modifying ReportGenerationToolkit, so every VI that call to "Word_set_scale.vi" will follow the modified version.
    Hope it helps,
    Aitortxo.

  • How can I modify the microsoft word graph

    Hi,
    I'm trying to modify the Legend section of a graph after creating it in labview.
    Any ideas?
    thanks.

    Hello,
    The legend property of the graph/chart can be accessed through Labview. If you take a look at the Word_Insert_Chart.vi (C:\Program Files\National Instruments\LabVIEW 7.1\vi.lib\addons\_office\_wordsub.llb\Word_Insert​_Chart.vi), you will notice that there is a property node to the chart. One of the properties is for the legend on the chart, and from there, you could create a property node for the legend.
    A few of the exposed properties are font, height, width, and position. In particular, the font property is read only. So, in short, you will not be able to change the font in your legend short of possibly getting an ActiveX reference to your graph and see what properties this reference exposes.
    Thanks.
    Wendy L
    LabWindows/CVI Developer Newsletter - ni.com/cvinews

  • Trie or Directed acyclic word graph Implementation

    Hello all!
    I currently have implemented a wordlist for an application i have written using a HashSet. It holds around 120,000 words and takes up 12mb in memory.
    I would like to reduce the size of memory taken up by this list as it is for an app on a mobile device. I have been advised to use a Trie for this. I had a go using the code found [http://forums.sun.com/thread.jspa?threadID=5295936] and it seems to take up approx 3 times the amount of space as the hashSet, at around 30mb, which is not the desired behaviour.
    I also came across the Directed_acyclic_word_graph (DAWG) [http://en.wikipedia.org/wiki/Directed_acyclic_word_graph] info while looking at the Trie, which seems perfect for my purposes.
    I want to know, 1) any idea why the Trie increased the size of the word list? 2) Anyone know know of any open source Trie or DAWG code i could use?
    Thanks for any help!

    [cross-posted|http://stackoverflow.com/questions/3228075/hashset-of-strings-taking-up-too-much-memory-suggestions].

  • Can I align the orientatio​n of axis labels in a graph generated with the report generation toolkit (Word)?

    I was wondering how to align the axis labels, i.e. 90 degree or such when creating a graph with the report generation toolkit in word.
    I can do it after the document is created through Format axis title -> alignment but is there a way out of LabVIEW?
    I'd especially like to rotate the y-axis label by 90 degrees.
    Thanks a lot,
    Juergen

    I think he means he can modify it by hand after the report has been generated... But what I want to do is generate the word graph out of labview already with the rotated axis label...
    After I posted this I found out that we can do this with a macro and use it from labview, but unfortunately I don't know VB, or VBA...
    Like this:

  • Graph problem

    I have a silly problem with my program. I want to show four array-datasets on a graph in microsoft word. 
    With one array-dataset this program works ( picture 1) and when i want to show four array-datasets in the word graph, something goes wrong ( picture 2).
    Is there something wrong with my program (picture 3) ??
    Could somebody help me please???
    Best regards,
    PETER
    PICTURE 1: http://img275.imageshack.us/img275/1715/unbenannt4dl.jpg
    PICTURE 2: http://img275.imageshack.us/img275/6199/zeichnung10eb.jpg
    PICTURE 3: http://img275.imageshack.us/img275/2089/prog1hn.jpg
    Message Edited by PETER_AUT on 08-04-2005 02:36 PM
    Message Edited by PETER_AUT on 08-04-2005 02:37 PM
    Labview 7.1 on Windows 2000

    PETER_AUT wrote:
    I have a silly problem with my program. I want to show four array-datasets on a graph in microsoft word.  With
    one array-dataset this program works ( picture 1) and when i want to
    show four array-datasets in the word graph, something goes wrong (
    picture 2). Is there something wrong with my program (picture 3) ??   Could somebody help me please???   Best regards,   PETER     PICTURE 1: http://img275.imageshack.us/img275/1715/unbenannt4dl.jpg
    PICTURE 2: http://img275.imageshack.us/img275/6199/zeichnung10eb.jpg
    PICTURE 3: http://img275.imageshack.us/img275/2089/prog1hn.jpg
    Message Edited by PETER_AUT on 08-04-2005 02:36 PM
    Message Edited by PETER_AUT on 08-04-2005 02:37 PM
    I don't have the word report toolkit, so I'm guessing here:
    You send a 2D array to a subVI of the toolkit. In picture 1 the 2D
    array has 2 rows, X data in the first row and y data in the second.
    In picture 2 you have 8 rows, X data in row 1,3,5,7 and Y data in rows
    2,4,6,8 and obviously you want to plot 4 curves, row2 vs. row1, row4
    vs.row3 and so on. But the toolkit VI interprets the 2D array as 1 row
    of Xdata and 7 rows of Y.data and plots this correctly as shown in
    picture 2.

  • DVT: Graph - Issues with Automatic Sizing Inside PanelDashboard

    Hello. To start off, here is the background information:
    JDeveloper Version: Studio Edition Version 11.1.2.2.0, Build JDEVADF_11.1.2.2.0_GENERIC_120418.2212.6183.1
    WebLogic Version: JDeveloper built-in version
    Error messages received: None
    We have developed a DashboardAPI for internal use at my company that is largely based off of the example provided on the ADF Demo page:
    http://jdevadf.oracle.com/adf-richclient-demo/faces/visualDesigns/dashboard.jspx
    We have also implemented the minimize and maximize functionality as it exists in the demo. However, in all of your dashboard panel boxes, we have a dvt:Graph component as the direct child. The inline style for all dvt:graphs is "width:100%; height:100%;". The actual flash component for the dvt:graph appears to be completely stretched when the page is first rendered. You can tell this by right clicking on the graph component and selected the Flash settings; by doing this, the entire flash component becomes "grayed out". This is where you can see this. Now if you minimize the graph to the dock bar, then restore it, the panel box comes back, but the dvt:Graph "rerenders", and stretches even further to completely fill out the entire panel box. I'm trying to figure out why it would behave like this. The only difference I see is that while restoring the panel boxes from the "dock", the code performs a prepareOptimizedEncodingOfInsertedChild(), instead of when the dashboard is initially created upon first load by creating the graph components programatically and adding them directly to dashboard.getChildren().
    I have included two links to screenshots showing the before minimize and after minimize to illustrate what I mean:
    Before: http://www.flickr.com/photos/60499750@N05/8534801846/
    After: http://www.flickr.com/photos/60499750@N05/8534801824/
    Does anyone have any idea why this would happen?
    Thanks

    No ideas on this one? Maybe just point me in the right direction, something I can debug or look at? Anything would be greatly appreciated.
    Thanks

  • Why when Oracle gives me a 00060 Deadlock error do my trace logs no graphs?

    Normally everything you read online shows you that Oracle's trace files will contain a deadlock graph.
    At work we have trace files being generated and when we look at the trace file reference by the alert file
    there is no deadlock graph for any deadlock 00060 detected error.
    We have an Oracle 11gR1 RAC cluster
    Any idea why we wouldn't see deadlock graphs with all the useful information necessary to hunt down these deadlocks?

    Hi,
    Actually word "Graph" was misleading, if you expect the graph you mention through tat link, then you are right, you should see that "graph. See the trace file name in the alert log file and then open that file and you should see this graph in the start of this trace file.
    I created a deadlock scenario and following is what i find in my trace file which tells me session, object id and row ids involved in the dead lock.
    {code}
    DEADLOCK DETECTED
    [Transaction Deadlock]
    Current SQL statement for this session:
    delete from test where ename='MILLER'
    The following deadlock is not an ORACLE error. It is a
    deadlock due to user error in the design of an application
    or from issuing incorrect ad-hoc SQL. The following
    information may aid in determining the deadlock:
    Deadlock graph:
    ---------Blocker(s)-------- ---------Waiter(s)---------
    Resource Name process session holds waits process session holds waits
    TX-00030013-00006a5a 16 120 X 20 131 X
    TX-0006000d-00006aff 20 131 X 16 120 X
    session 120: DID 0001-0010-000001F5     session 131: DID 0001-0014-000000E2
    session 131: DID 0001-0014-000000E2     session 120: DID 0001-0010-000001F5
    Rows waited on:
    Session 131: obj - rowid = 0001727B - AAAXJ7AAEAAAB8EAAH
    (dictionary objn - 94843, file - 4, block - 7940, slot - 7)
    Session 120: obj - rowid = 0001727B - AAAXJ7AAEAAAB8EAAN
    (dictionary objn - 94843, file - 4, block - 7940, slot - 13)
    Information on the OTHER waiting sessions:
    Session 131:
    pid=20 serial=594 audsid=189998 user: 54/SCOTT
    O/S info: user: Salman, term: SALMAN, ospid: 6504:8036, machine: UTAC\SALMAN
    program: sqlplus.exe
    application name: SQL*Plus, hash value=3669949024
    Current SQL Statement:
    delete from test where ename='SCOTT'
    End of information on OTHER waiting sessions.
    {code}
    *Note:* Please always write your code/output enclosed in {code} tag and see "Preview" before posting your reply
    Thanks
    Salman

  • MBP stuck on grey screen

    This morning my MBP, mod 6,2 (8GB, 500GB), started acting strange (would not minimize Word, Safari would crash and re-crash on restart...)
    so I decided to reboot it. Never came back.
    The system sits on the grey screen forever. In many attempts, once or twice it went to the login screen, and after I entered the password, got stuck on that screen removing the cursor.
    So far I have:
    - booted ML in recovery mode, checked and rechecked the HD (verify disk, check permissions....) - all ok
    (recovery mode runs fine, I can browse the web, run disk utility....without any problem)
    - reset PRAM and SMC (even if the problem does not appear related)
    - booted the AHT disk and passed the brief test (am running the extended one now)
    - booted in verbose mode and learned that the system gets stuck in these steps
    Com.apple.launchd          1 com.apple.UserEventAgent-LoginWindow                       #          stopping job
    Com.apple.launchd          1 com.apple.UserEventAgent-LoginWindow                                #          Sent Job SIGKILL
    Com.apple.launchd           1 com.apple.universalaccessd                                           #          stopping job
    Com.apple.launchd            1 com.apple.universalaccessd                                                    #          Sent Job SIGKILL
    Com.apple.launchd            1 com.apple.helpd                                                               #          stopping job
    Com.apple.launchd            1 com.apple.helpd                                                                        #          Sent Job SIGKILL
    Com.apple.launchd            1 com.apple.coreservices.appleid.authentication   #          stopping job
    where # is the process ID, which keeps increasing. The first time it appears, reads 249, then works its way up constantly.
    Any clue on what could be wrong?? I'm mostly interested in backing up the last few days of work before doing anything
    drastic with the system, but need to get in the system to do that.
    Thanks in advance

    If you want to preserve the data on the boot drive, you must try to back up now, before you do anything else. It may or may not be possible. If you don't care about the data, you can skip this step.
    There are several ways to back up a Mac that is unable to fully boot. You need an external hard drive to hold the backup data.
    1. Boot into Recovery (command-R at startup) or from a local Time Machine backup volume (option key at startup.) Launch Disk Utility and follow the instructions in the support article linked below, under “Instructions for backing up to an external hard disk via Disk Utility.”
    How to back up and restore your files
    2. If you have access to a working Mac, and both it and the non-working Mac have FireWire or Thunderbolt ports, boot the non-working Mac in target disk mode by holding down the key combination command-T at the startup chime. Connect the two Macs with a FireWire or Thunderbolt cable. The internal drive of the machine running in target mode will mount as an external drive on the other machine. Copy the data to another drive. This technique won't work with USB, Ethernet, Wi-Fi, or Bluetooth.
    How to use and troubleshoot FireWire target disk mode
    3. If the internal drive of the non-working Mac is user-replaceable, remove it and mount it in an external enclosure or drive dock. Use another Mac to copy the data.

  • CLIENT_OLE2 just not working for me

    The following code is working for me.
    My form displays message "1", but not message "2". MS Word is opened, but a new document is NOT created.
    Any suggestions?
    Thanks,
    -Ken
    PROCEDURE new_doc IS
      MyApplication client_ole2.OBJ_TYPE;
      MyDocuments client_ole2.OBJ_TYPE;
      MyDocument client_ole2.OBJ_TYPE;
      MySelection client_ole2.OBJ_TYPE;
    Begin
      MyApplication := client_ole2.CREATE_OBJ('Word.Application');
      client_ole2.SET_PROPERTY(MyApplication, 'Visible', true);
      MyDocuments := client_ole2.GET_OBJ_PROPERTY(MyApplication, 'Documents');
    message('1');
      MyDocument := CLIENT_OLE2.INVOKE_OBJ(MyDocuments,'add');
    message('2');
      Myselection := CLIENT_OLE2.GET_OBJ_PROPERTY(Myapplication,'Selection');
    message('3');
      client_ole2.SET_PROPERTY(Myselection,'Text', 'Hello World');
      client_ole2.RELEASE_OBJ(MySelection);
      client_ole2.RELEASE_OBJ(MyDocument);
      client_ole2.RELEASE_OBJ(MyDocuments);
      client_ole2.RELEASE_OBJ(MyApplication);
    exception
      when others then message( error_text);
    End;

    Hi Ken,
    Sorry to hear you're having such difficulties. CLIENT_OLE2 must be "working", since Word is being launched. Upon reviewing your code, I was shocked by its inconsistent use of lettercase, and thought that this almost certainly was causing your problem. For example, you declare objects MyApplication and MySelection, and later refer to them as Myapplication and Myselection.
    My hunch was that this line:
      MyDocument := CLIENT_OLE2.INVOKE_OBJ(MyDocuments,'add');should have been
      MyDocument := CLIENT_OLE2.INVOKE_OBJ(MyDocuments,'Add');Surprisingly, I pasted your code into a test form, as-is, and it ran without a hitch. So I guess you're off the hook, here -- PL/SQL and OLE appear to be flexible with respect to lettercase. Many languages and environments are not so forgiving!
    After giving it some more thought, I'm certain that the problem is not CLIENT_OLE2, but with your MESSAGE statements. Message 2 is causing Message 1 to "float" up as a modal dialog, which unfortunately is hidden behind Word. If you minimize Word, you will see this dialog. Once you dismiss it by clicking "OK", your code will proceed. Message 3 will cause Message 2 to "float" up in the same manner. If you comment out or remove all of your MESSAGE statements, everything should run as you are expecting.
    Eric Adamson
    Lansing, Michigan

  • Changing af:messages width and height

    Hi gang
    Does anybody have a suggestion how I can expand the default width and height of the af:messages popup under JDev 11.1.1.2.0? From what I can see there are no styles defined in the skin, no properties on the component, and the inline style width/height properties are ignored.
    Your help appreciated.
    Regards,
    CM.

    I have to agree with 9 of the 14 respondents Keyshia Cole's new nose is indeed natural looking :-)
    The problem we're getting is two fold:
    a) Occasionally our error messages have long words, the messages tag isn't hard wrapping, and this is resulting in a horizontal scroll bar.
    b) Sometimes the number of messages displayed is greater than the vertical space, so we get a vertical scroll bar.
    c) Sometimes both, which looks cr@p.
    The combination can make the app less user friendly as the user has trouble assessing/reading the error messages.
    While we can do some minor tweaking to minimize word length and number of error messages, the preferred method would be just to increase the size of the dialog.
    CM.

  • Can not edit data labels in old graph chart objects using Word 2010

    In Word 2010, Insert object "Microsoft Graph Chart", go to Chart Options and check an item in Data labels, such as "Series Name", "Category Name" or "Value". Click OK, then double-click on a data label to edit its
    settings, or right-click on a data label and select "Format Data Labels..."
    This makes Word to crash. The only way I can get out of it is by using the Task Manager to kill Word.
    This happens in Windows 7 and Windows 8. This does NOT not happen in Word 2007 nor Word 2013, so it seems specific to Word 2010. All our clients have the same problem, this does not seem related to a specific workstation configuration.
    The Microsoft Graph Chart are the old charts used within .doc files. I have an application still generating those types of files and need to edit data label settings manually before processing the files with my application.
    Also note that anytime you edit a .doc file in Word 2010 and you see "Compatibility Mode" in the title bar, the Insert / Chart option from the ribbon inserts an old type chart (same as if you use Insert / Object / Microsoft Graph Chart), not the
    new Word 2010 charts. You then have the same problem editing the data labels.
    The underlying Activex seems to be the Chart.Exe file, the one I have installed is 14.0.7012.1000. You can see the version by double-clicking the chart and then look in the Help / About menu.
    Any help will be greatly appreciated.

    As this is a configuration issue and not a programming issue I' moving your question to a more appropriate forum where you're more likely to find assistance.
    Cindy Meister, VSTO/Word MVP,
    my blog

  • Right way to insert graph or chart from Word document?

    I have a content given in word format. I place the document to indesign using Place command. All content is put except the graph / chart.
    That graph/chart is linked to source data in excel that I don't have access to.
    I manually copy paste from word it resulted as non editable raster image.
    I can't paste to Illustrator first too.
    I have searched the forum but doesn't get a right answer.
    Any help would be appreciated.

    I finally got the excel files. I could copy paste the chart to illustrator, the results was vector line. Only sadly the data label appear error (screenshot attached)

  • How to get bar graph in word in labwindow/CVI ?

    how to get bar graph in word in labwindow/CVI ?

    ashwinic9,
    spawning your question over more and more threads (the present one, this one and this other one) won't give you a faster answer; instead, it will irritate forum users! 
    Especially if you have at your disposal a fast way to perform a test. I pointed you some days ago to word report example, that writes a table to a word document: did you tried changing the graph into a bar graph and generating the report? I have done it for you and the result is OK, as you can see in the attached document.
    Now, since the example works well, there must be something in your particular situation that prevents the graph to be shown; that is: you must add some more data on your actual problem and maybe a small example that exposes the problem.
    But please: keep active only this discussion and let the other threads die! 
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?
    Attachments:
    wordreport.doc ‏38 KB

  • SSRS Design help : How to embed Graphs in a Word doc

    Hi All
    we got the requirement that we need to embed Graphs to a fixed test Word document . what is the best way to achieve this requirement .
    Regards
    Surendra Thota
    Surendra Thota

    Hi Surendra,
    If I understand correctly, you want to embed a chart from Reporting Services report to an existing word file. If in that case, we can create a chart in a report, then export it to word file, and then copy it and paste it to the existing word file. For more
    details steps, please see:
    In a report, drag a chart control from toolbox to design surface.
    Click the chart to open the Chart Data pane.
    Add one or more fields to the Values area and one or more fields to the Category Groups area.
    Preview or run the report.
    Select Word option in the export drop-down list to export the report.
    Open the exported word file, copy the chart.
    Paste it to the existing word file.
    References:
    Add a Chart to a Report (Report Builder and SSRS)
    Export a Report as Another File Type (Report Builder and SSRS)
    If there are any other questions, please feel free to let me know.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

Maybe you are looking for