Print VI To HTML Change in behaviour of format form LV 7.1.1 to = 8.0.1

I detected a change in the behaviour ot the Print VI To HTML Invoke node when using the Custom format and going from LV 7.1.1 to LV8.x.
In LV 7.1.1 I get a horizontal line and a header before each section, e. g
Horizontal Line
Connector Pane
In LV 8.x this is missing. The format Complete will inlcude the horizontal line and the header but I don't need the Block diagram section of the VI. The Custom format allows me to do that.
I will treat this as a bug since I have to create a workaround VI to delete the Block diagram section from the HTML file and delete the graphics file from the disc.
Waldemar
Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions

Hi Waldemar,
Thanks for the feedback.  I have filed this documentation error with R&D under CAR #135411.  This was changed between LabVIEW 7.1.1 and LabVIEW 8.0 but it does not appear that it was documented anywhere.
Rishee B.
Applications Engineer
National Instruments 

Similar Messages

  • FF29 Linux, can not stop FF from printing coverpage although I changed the settings to no coverpage.

    FF29.0.1 for Linux, prints unwanted cover pages to all print outs from Firefox.
    The page contains nine lines of informative text such as Media Limits, Job ID, driver, driver version, description (of printer), driver version once more but instead of driver version it says my Printer Name, Make and Model, Printer (again) and finally Created at and Printed at. All this info is correct but as I see it exaggerated and UNWANTED and the settings can not be changed.
    Here comes the real problem: Archive Menu/Print or ctrlP,presents to me a 5 tabbed settings page, amongst them "Job", (number 4 from left). To the left there is an option to add coverpages before or after. Have tried to change this behaviour to no one. But still I receive this extra page. This is something that has come with this version, I did not notice it in 27.0.1-1 or any earlier versions.
    How do I stop this unwanted pages?

    This is not a Firefox issue. This is about the settings of your printer software. If
    you can't get the settings to do what you want, you should contact the printers
    support page / phone number.

  • How do I change the behaviour of an update button.

    I have a variable - $UpdateFlag, which contains a string and updates a table with it on the click of the update button.
    The problem I have is that if the string is blank, I don't want to update, and I want the button to exit instead.
    here's the code. At the moment the button does nothing if $UpdateFlag is blank.
    How do I change the behaviour of the button so that it can update or exit based on $UpdateFlag?
    <?php
    $editFormAction = $_SERVER['PHP_SELF'];
    if (isset($_SERVER['QUERY_STRING'])) {
      $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
    if ((isset($_POST["MM_update"])) && ($_POST["MM_update"] == "form1") and $UpdateFlag !='' ) {
      $updateSQL = sprintf("UPDATE offer SET status=%s WHERE offer_id=%s",
                           GetSQLValueString($UpdateFlag ,"text"),
                           GetSQLValueString($_GET['offer_id'], "int"));
      mysql_select_db($database_guitarswap_db, $guitarswap_db);
      $Result1 = mysql_query($updateSQL, $guitarswap_db) or die(mysql_error());
      $updateGoTo = "Member2.php";
      if (isset($_SERVER['QUERY_STRING'])) {
        $updateGoTo .= (strpos($updateGoTo, '?')) ? "&" : "?";
        $updateGoTo .= $_SERVER['QUERY_STRING'];
        echo OK;
      header(sprintf("Location: %s", $updateGoTo));

    Add an else statement to do what you want if the flag is empty.
    if ((isset($_POST["MM_update"])) && ($_POST["MM_update"] == "form1") and $UpdateFlag !='' ) {
      $updateSQL = sprintf("UPDATE offer SET status=%s WHERE offer_id=%s",
                           GetSQLValueString($UpdateFlag ,"text"),
                           GetSQLValueString($_GET['offer_id'], "int"));
    mysql_select_db($database_guitarswap_db, $guitarswap_db);
      $Result1 = mysql_query($updateSQL, $guitarswap_db) or die(mysql_error());
    $updateGoTo = "Member2.php";
      if (isset($_SERVER['QUERY_STRING'])) {
        $updateGoTo .= (strpos($updateGoTo, '?')) ? "&" : "?";
        $updateGoTo .= $_SERVER['QUERY_STRING'];
        echo OK; // <-- This will cause a parse error
      header(sprintf("Location: %s", $updateGoTo));
    } else {
      //do something else
    Note that your echo statement will cause a parse error. OK is a string, and should be in quotes. Also, it will prevent the redirect from working.

  • Number of copies printed upon P.O. change

    How/where do I configure whether changes to a P.O. (ME22N) will be printed to a remote location's laser printer, as they are upon P.O. creation (ME21N).
    In this case, the remote location wants a printed copy upon a P.O. creation but NOT when an existing P.O. is changed.
    I see how to adjust the number of copies via MN05 but not how to turn printing off for just changes.
    Thanks!

    Hi,
    In config, have you tried to un-check all fields relevant for printout of changes ? If this does not work, you could write a custom requirement which will check for PO change and suppress the output.
    Cheers !

  • Print spool to html

    Hi!
    Would it be possible to convert print spool to html file in ABAP?
    Need your help.
    Thanks,
    Cherrie

    Hi,
    I think that it's possible anyway.
    Use dialog module source 'DISPLAY_OTF' and modify it. The dialog module(SE35) displays the OTF data of a form in abap list format. When you transfer the sapscript form to abap list, use the following functions.
      call function 'SAVE_LIST'
          EXPORTING
               LIST_INDEX = SY-LSIND
           TABLES
                LISTOBJECT = ZABAPLIST
           EXCEPTIONS
                others     = 9.
      call function 'WWW_HTML_FROM_LISTOBJECT'
           TABLES
                HTML       = ZW3HTML
                LISTOBJECT = ZABAPLIST
           EXCEPTIONS
                others     = 9.
      call function 'GUI_DOWNLOAD'
           EXPORTING
                FILENAME = 'C:\myhtml.html'
           TABLES
                DATA_TAB = ZW3HTML
           EXCEPTIONS
                OTHERS   = 9.
    Regards,
    Svetlin

  • Print option in html output

    Through BI Publisher i need to send my html output report to oracle ADF. There user needs Print option on the html output to his local printer..This html will come as pop up..There will not be any File-options. Is there any possiblity through Bi Publisher.
    Thanks

    you have gone beyond the BIP world, and you are into ADF world, but try adding your options in ADF popup page that you are throwing

  • CSS changes won't update, but HTML changes do

    So – for the sake of this question – please assume that my path to the CSS file is correct – and that I am uploading my files to the proper directory on the server (I have checked and double-checked and then double-checked again, as well as tested in various ways, so I know these things to be true).
    I have a site that I am making changes to. When I make changes to the CSS file, I cannot see my changes reflected in the pages, even though the time stamp on the server shows that the most up-to-date CSS file is there. If I put the path to the CSS file in a browser – it shows the old, unchanged, code. However – if I make changes to HTML files – the changes show up right away like normal. However – if I change the NAME of the CSS file (and update the HTML page with the new name) the changes show. But then the NEW CSS file exhibits the same odd behavior)
    Last night, I made changes like this that didn’t show. This morning, the changes ARE there, though I am experiencing the same problem of lack of immediate response.
    I’ve cleared my cache, I’ve rebooted, I’ve run an ipconfig /flushdns and i've used different browsers to check my work,
    Can anyone think of any reason that HTML changes would show up immediately, but CSS changes wouldn’t?
    Thanks…
    Dave

    Just a bit more evidence for this mystery:
    I uploaded all the relevant files to a completely different server - and everything acts just as it should. CSS changes update immerdiately, HTML changes update immediately. Strange...

  • How to change doubleclick behaviour?

    Hello.
    I just bought the iMac. I love it.
    One thing though is that I do not know how to change the behaviour so that when I doubleclick the primary key, instead of minimizing, i'd like it to be maximizing. How do I do that?
    Thank you so much,
    Keehun Nam

    Do you mean the minimizing effect of double-clicking
    on a window title bar?
    If that is what you hope to change, it is not
    possible. You can't change that behavior to a
    maximizing event.
    That is so unexpected! =D
    I thought Apple would be able to do that... Just add few lines to their OSX and I think this will be solved!
    C'mon Apple Devs... It'll take you what. 5 minutes to do this?
    Well, thanks for the answer. As soon as someone verified, this post will be solved!
    Keehun

  • Can we change the behaviour of PopUp Anchor component?

    Hi,
    I have a datagrid. I am using an item renderer in one of its column to display a button. On the click of the button, I use a pop anchor component to open a pop up window below the selected row.
    Now My Problem is the fact that the the popup anchor opens the popup above the row as not does not find space below. My question is :
    1) How can I change this behaviour to ensure that popup anchor can increase the size to accomadte the pop up being opened? I am sure this require changes in PopUp anchor class but I am not sure how best to acheive it.
    2) Since pop is virtually part of the grid , can we effect change in size of the grid if the pop up is being opened at few bottom rows and it does not find enough space.

    Actually I want to increase the screen size such that the browser scroll also expands and the pop up shows up and when the popup closes resizing happens.
    Can you help me with some code samples of how to effect the above requirement?

  • How can we change the behaviour of a method by using proxy ??

    Hi ,
    can anybody tell me how we can add or change the behaviour of a method in java using the proxy object ?? it would be better if u put ur idea with an example .
    Thanks ,
    Ganesh

    Please take your time to write full words: "you" instead of "u", "your" instead of "ur". It makes your posts a lot easier to read, especially for those of us who don't have English as their native language.
    You can not really "modify" the behaviour of a method by using a proxy, but you can create a proxy, direct all but one method to the original method and provide a separate implementation for the target method.
    This way you'll have two objects with the same interface (not only in the Java sense, but all methods look the same), but differing behaviour: the original object and the proxy.
    Now if you pass around the proxy instead of the original object, then it'll look as if you changed the behaviour of your object.

  • Since the last FF update, the Tab is vanishing when I chose a tab. I there any possibility to change this behaviour back?

    I use Firefox for android on my Tablet , the Asus tf700. Since the last update, I am now on 23.0, the tabs bar is always hiding as soon as I change the tab or touch the website, irrespective of screen orientation. Is there any configuration option to change this behaviour back?

    I think such feature is being worked on.

  • Is there any way to download/print/export the CUP Change Log?

    Does anyone know if there is a way to export, download, print, etc. the CUP Change Log report?  We are on GRC 5.3 SP13.
    We have just started an audit review and the Auditors are asking for a report of all changes made since 10/1/2010.  I can generate it on the Configuration/Change Log/Search Change Log screen but it doesn't seem to have any export/print options.
    If this is not possible, does anyone know what tables make up the Change Log?  I may be able to give them a report off of the tables.
    Thanks.

    Hi Bob,
    by default there is no export feature for that one.
    To find the right table I only see that you would need to query the tables for one of the entries to find the right one as there is no official DB structure published.
    Best,
    Frank

  • Print Slides With Notes: change size/layout of elements?

    Is there any way to change the template Keynote uses when printing Slides With Notes? I'd like to reduce the size of the slide & increase the size of the Notes box.

    Here is a somewhat klunky workaround that I use
    First make a custom paper size that is bigger than the paper you will end up printing to (I use 8 1/2 by 16 to print to 5 1/2 by 8 1/2)
    When you go to print the keynote file change to this paper size in page setup
    Then instead of printing save to a pdf file
    Open the pdf with Adobe Acrobat Reader
    Set the paper size to the size you actually want in the page setup dialog
    Go to the copies and pages drop down menu and select "paper handling"
    Click the "reduce to fit" item
    Print the file
    If anyone has a simpler way I would love to know it too!

  • Where do I find the printer dialog box to change the setting that asks me to save a file before printing

    Where do I find the printer dialog box to change the setting that asks me to save a file before printing

    Hi Sara,
    The problem is every time I try to copy a page from a website or attachment sent to me or anything that I don't create, the dialog box says I have to save it before I can print -- there are no other options on the dialog box.  Very frustrating -- one of the girls in my office is having the same problem and we can't find a way around it.
    Hope you can help
    Thanks
    Carol Laskos
    "Sara.Forsberg" <[email protected]> wrote:
    Sara.Forsberg  created the discussion
    "Where do I find the printer dialog box to change the setting that asks me to save a file before printing"
    To view the discussion, visit: https://forums.adobe.com/message/7070517#7070517
    >

  • I have adobe reader X. Is there no way to save, print or e-mail changes to a secured pdf?

    I have adobe reader X. Is there no way to save, print or e-mail changes to a secured pdf? I've inputted changes and have digitally signed, but none of my edits seem to save?

    By what kind of security I meant what is allowed and what is not allowed under the security tab that I mentioned in my last post?
    You can look at that and see if it restricts what you are trying to do. If it does then yes, you need a version of Acrobat (and the password of course) to change it.

Maybe you are looking for