Blank space script

Hello everybody, i have Oracle Database 10g Express Edition Release 10.2.0.1.0 installed, and i've done a Script for insertions , here u got an example:
INSERT INTO AAP_PARQUE VALUES (seq_parque.nextval,'Magic Kingdom','3111 World Dr., Lake Buena Vista, FL 32830');
when i run the script, all the insertions are successfully completed, but for an instance, if i do this query : select id_parque from aap_parque where nombre = 'Magic Kingdom" it doesnt return anything... and the "no data found error its thrown...
when i retrieve this info using C# or Java, the string that gets the "nombre" or name row, comes like "Magic \nKingdom" and i think that \n its causing the problem...
If i do a manual insertion, the \n is not on the data and i can access it freely or doing the query shown above...
Can anyone help me solve this? im asuming that the \n came from the Scrip interpretation by oracle... im just guessing...

user13651646 wrote:
when i run the script, all the insertions are successfully completed, but for an instance, if i do this query : select id_parque from aap_parque where nombre = 'Magic Kingdom" it doesnt return >anything... and the "no data found error its thrown...Are you running the query in the same session the inserts are or a different session? If the session is different you'll have to COMMIT before the other session can see the inserts
AFAIK NO_DATA_FOUND only occurs through PL/SQL so you are not just doing a simple query but must be executing a script or form or something to execute your query. The error is one of the downsides to implicit selects; you have to do extra coding for exception handling in some cases
Edited by: riedelme on Jan 7, 2011 5:34 AM

Similar Messages

  • SAP Script -Removing Blank Space

    I am working on Customer Accounting Stmt.
    On First Page I have to display header window , main window , account and footer window
    Account window will be displayed on last page only.
    Account window is phisically present after main window.
    So blank space is getting created after main window.
    My question is how to remove this blank space?
    How to change the main window size dynamically?
    Or any other solution to this problem?

    Hi Vimal,
    Check this link
    https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=windowonlastpagescript&adv=false&sortby=cm_rnd_rankvalue
    Regards,
    Sravanthi

  • How to use blank space replace NULL on discoverer viewer

    Hi,
    There is a report that has a varchar field should show text values, and if NULL, I need it show blank space, and does in disco desktop, but on viewer, the same worksheet shows NULL.
    Even I changed in the Tools - Options - Format menu(desktop), it still show NULL on viewer.
    why?
    please help! thanks!
    sammy

    Hi Sammy,
    Unfortunately ‘some’ of the settings set in Desktop do not carry over to Viewer. These options need to be defined for Viewer itself.
    A temporary way to set the Viewer settings is to click on ‘Options’ when logged in Viewer itself. You’ll have to open a responsibility or report before this option becomes available to select. Within here you’ll be able to change the way NULL values are seen. However this method only makes the change for the User you logged in with.
    To make the change for all users, it’s best to edit the PREF.TXT file on the Discoverer Server. Please view the documentation below for more information on how to configure Viewer. For windows platform click here : http://download-uk.oracle.com/docs/html/A90287_01/toc.htm,
    For Unix platform click here : http://download-uk.oracle.com/docs/html/A90288_01/toc.htm. Once you’ve run the applypreference script, these settings will be forced down to all users of Discoverer.
    Hopefully this will help ;-)
    Lance

  • Blank Space problem in Adobe Form

    Hello Gurus,
    In my Adobe form, One field has to be displayed based on a condition. So, for that field, in Context tab, condition is specified and its working also i.e. It condition is true then data is not displayed in the layout but I find the blank space for it. I dont want that blank space to be displayed.
    Example:
    In layout, address is in format as shown below.
    Name
    Street
    City
    Region
    Postal code
    Country
    Here, I have a condition that, Region field should not be displayed only for Material eq '123' i.e. same address has to be printed as shown below.
    Name
    Street
    City
    Postal code
    Country
    But, If I give condition then address is shown as below.
    Name
    Street
    City
    >Here, am getting empty space & I dont need this blank space to there in the layout.
    Postal code
    Country
    So, Can anyone please help me for this.
    Thanks in Advance.
    Regards,
    Usha

    Hi Usha,
    1. Remove the Condition from you Context tab.
    2. In the Driver Program check for the condition and fill the value in the internal table which is passed to
        the adobe form.
    3. Make the subform (under which the field is added in the hierarchy view) as flowed.
    4. In the script editor, Select the 'javascript' and write the script to hide the form field specifying the condition here.
    for e.g
    if (xfa.form.FORM.SUB_FORM.matnr == "123") {
        xfa.form.FORM.SUB_FORM.Region = "hidden";
    NOTE: Javascript is Case sensitive and stops working immediately after the line of code where an error occurs.
    Hope this proves to be useful.
    Thanks,
    Swar.

  • 2010 - 2013 Migration of Public Folders blank spaces in Public Folder names

    So I found the problem that I was running into with this thread:
    http://social.technet.microsoft.com/Forums/en-US/466106c8-33a4-4474-83eb-2f6451e0d4eb/2010-2013-public-folder-migration-failed-property-expression-isnt-valid?forum=exchangesvrdeploy , however the question I have is a bulk solution for this problem.
    The customer I am working with has just shy of 200GB of Public Folder items with many, well organized public folders that they have been using for many years. I am trying to finish up their migration to 2013 and the solution of ADSI Edit removing blank spaces
    is not going to be a good option, it would add days to the migration and many hours of labor.
    What I am looking for is to see if there is a way to remove these spaces in a bulk or automated fashion. It may be asking a lot but it will save MUCH time and effort. If there is anyone that has any ideas I would love to hear them.
    Thanks,
    Joe

    I ended up opening a support case with MS to resolve this issue. The issue took us through a few different things, on our Get-PublicFolders we had to add the -ResultSize Unlimited flag. He had a modified script that enumerated all of the special characters
    and performed a replace like the script in the prior link had performed.
    From there we also had another issue with trailing blank characters. For that we had a three step process.
    1. Get the list of Public Folders that were Mail Enabled
    2. Disable Mail for all Public Folders
    3. Enable Mail flow to the above Public Folders that had mail flow going to them.
    Finally I was able to get the public folders to migrate.

  • I need a powershell command to replace unicode chars in a file name to a blank space

    Can anyone provide me with a powershell command which will search and replace a specific unicode character in a file name to just a blank space?
    Thanks

    Hi Roadster198,
    In addition, if you want to search and rename the text files under a folder, please also check this script:
    Get-ChildItem -Path d:\test1\1\*.txt -Recurse| where{$_.name -like "*ф*"}|rename-item -newname { $_.name -replace "ф"," " }
    If there is anything else regarding this issue, please feel free to post back.
    Best Regards,
    Anna Wang
    TechNet Community Support

  • Weird blank space above fixed navigation bar. help!?

    Dear all,
    Im a real no no in building websites, so this is already my fifth post in a week
    And i have an issue again....
    on my website: http://vinddit.nl/ you can see i made a fixed navigationbar. but you will see a blank space above it when you scoll down.
    This is not what i want! I want the content behind it to not be visible.
    See also my printscreen:
    Can someone help me get rid of it?
    Pls find my .HTML & CSS below:
    HTML:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
    <script type="text/javascript" src="scripts/smoothscroll.js"></script>
    <script src="scripts/jquery-1.6.min.js" type="text/javascript"></script>
    <script src="scripts/jquery.cycle.all.js" type="text/javascript"></script>
    <style type="text/css"
    /* BeginOAWidget_Instance_2559022: #slideshow_1 */
                                  #slideshow_1 {
              padding: 0px;
              margin-top: 0px;
              margin-right: auto;
              margin-bottom: 0px;
              margin-left: auto;
                                  #slideshow_1-caption{
                                            padding:0;
                                            margin:0;
                                  #slideshow_1 img, #slideshow_1 div { 
                                      padding: 0px;
                                      background-color: #EEE;
                                            -webkit-border-radius: 0px;
                                            -moz-border-radius: 0px;
                                            border-radius: 0px;
                                      margin: 0;
    /* EndOAWidget_Instance_2559022 */
    </style>
    <script type="text/xml">
    <!--
    <oa:widgets>
      <oa:widget wid="2559022" binding="#slideshow_1" />
      <oa:widget wid="2559022" binding="#slideshow_header" />
      <oa:widget wid="2559022" binding="#slideshow_header_2" />
    </oa:widgets>
    -->
    </script>
    <style type="text/css">
    /* BeginOAWidget_Instance_2559022: #slideshow_header */
                                  #slideshow_header { 
                                      padding: 0px;
                                            margin:0; 
                                  #slideshow_header-caption{
                                            padding:0;
                                            margin:0;
                                  #slideshow_header img, #slideshow_header div { 
                                      padding: 0px;
                                      background-color: #ffffff;
                                            -webkit-border-radius: 0px;
                                            -moz-border-radius: 0px;
                                            border-radius: 0px;
                                      margin: 0;
    /* BeginOAWidget_Instance_2559022: #slideshow_header_2 */
                                  #slideshow_header_2 { 
                                      padding: 0px;
                                            margin:0; 
                                  #slideshow_header_2-caption{
                                            padding:0;
                                            margin:0;
                                  #slideshow_header_2 img, #slideshow_header_2 div { 
                                      padding: 0px;
                                      background-color: #ffffff;
                                            -webkit-border-radius: 5px;
                                            -moz-border-radius: 5px;
                                            border-radius: 5px;
                                      margin: 0;
    /* EndOAWidget_Instance_2559022 */
    </style>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>VINDDIT - Wij Vinden wat u zoekt!</title>
    <meta name="Description " content="Vinddit.nl Wij vinden wat u zoekt" />
    <meta name="keywords" content="vinddit,vinddit.nl,tweedehands, zoeken, design, vintage, vinden, service, meubels, kleding, schoenen" />
    <link href="images/logo.png" rel="shortcut icon " />
    <link href="style.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="container">
      <div id="banner" class="menudefault">
        <h2>
        <a href="index.html"><img src="images/Schermafbeelding 2014-02-25 om 10.09.52.png" width="220" height="76" alt="logo" /></a>
        <a href="#container" class="smoothScroll">HOME</a>  |
        <a href="#leftcollum" class="smoothScroll">HOE WERKT HET?</a>  |  <a href="#leftcollum2" class="smoothScroll">GEVONDEN @ VINDDIT</a>  |
        <a href="#mainbox2" class="smoothScroll">PRIJZEN</a>   |   <a href="over_ons.html">OVER ONS</a>   |  <a href="contact.html">CONTACT</a>   |
      </h2>
    </div>
      <p> </p>
      <p> </p>
      <p> </p>
      <hr />
      <div id="mainimage">
        <p>
          <script type="text/javascript">
    // BeginOAWidget_Instance_2559022: #slideshow_header
                               slideshow_headerAddCaption=true;
    $(document).ready(function() {
              $('#slideshow_header').cycle({
                        after:                              slideshow_headerOnCycleAfter, //the function that is triggered after each transition
                        autostop:                              false,     // true to end slideshow after X transitions (where X == slide count)
                        fx:                                        'scrollLeft,',// name of transition effect
                        pause:                              false,     // true to enable pause on hover
                        randomizeEffects:          true,  // valid when multiple effects are used; true to make the effect sequence random
                        speed:                              1000,  // speed of the transition (any valid fx speed value)
                        sync:                              true,     // true if in/out transitions should occur simultaneously
                        timeout:                    4000,  // milliseconds between slide transitions (0 to disable auto advance)
                        fit:                              true,
                        height:                       '365px',
                        width:         '968px'   // container width (if the 'fit' option is true, the slides will be set to this width as well)
    function slideshow_headerOnCycleAfter() {
              if (slideshow_headerAddCaption==true){
                                  $('#slideshow_header-caption').html(this.title);
    // EndOAWidget_Instance_2559022
          </script>
        </p>
        <div id="slideshow_header">
          <!--All elements inside this will become slides-->
        <img src="images/background header2.jpg" width="968" height="365" title="" /> <a href="Vinddit nu.html"><img src="images/background header3.jpg" width="968" height="365" title="" /></a></div>
        <!--It is safe to delete this if captions are disabled-->
        <div id="slideshow_header-caption"></div>
      </div>
    <div class="button">
       <p><img src="images/button-.gif" width="270" height="108" alt="button" onclick="window.open('http://vinddit.nl/vindditnu%20php%20version.php','Websonic','width=760,height=800,scrollba rs=no,toolbar=no,location=no'); return false" /></p>
       <p> </p>
    </div>
      <div id="leftcollum">
        <p><img src="images/tumblr_lpfamnI7Jp1qz7n3v.jpg" width="200" height="200" alt="pic1" /></p>
                <h1>VINDDIT NU!</h1>
                <h2>Vertel ons wat je zoekt en wij gaan persoonlijk voor je opzoek! <a href="vindditnu php version.php">Doe meteen een aanvraag...</a></h2>
    </div>
      <div id="centercollum">
        <p><img src="images/tumblr_mbflodtX9Z1rtzzyto1_500_large_thumb_550x550.jpg" width="200" height="200" alt="pic2"  /></p>
                <h1>Persoonlijke VIND machine</h1>
                <h2>Wij zijn geen zoek machine, wij VINDEN! Onze ervaren personal zoekers zullen jouw artikel vinden naar aanleiding van jouw specifieke wensen. <a href="vindditnu php version.php">Lees meer...</a></h2>
      </div>
      <div id="rightcollum">
        <p><img src="images/slide 4.jpeg" width="200" height="200" alt="pic3" /></p>
        <h1>Met  gemak GEVONDEN</h1>
        <h2>Ontvang een persoonlijke selectie van 1 tot 5 opties en besluit vervolgens zelf welke keuze je wil maken! <a href="over_ons.html">Lees meer...</a></h2>
      </div>
      <div id="mainbox"> <p> </p>
        <div id="insideleft">
          <img src="images/27th.jpg" width="280" height="280" alt="pic4" />
    </div>
        <div id="insideright">
          <h1>Hoe VINDEN wij voor jou?      </h1>
    <h2>idsfjdspodopsv, dspofjsdfopfj.</h2>
          <h2>sd[vjsdvosv      psdofjsd jsdpofjds pofjdsfpos fspojdsf!      </h2>
         <div class="button2"> <h2><img src="images/button.gif" width="216" height="86" alt="button" onclick="window.open('http://vinddit.nl/vindditnu%20php%20version.php','Websonic','width=760,height=800,scrollba rs=no,toolbar=no,location=no'); return false"/> </p></h2>
         </div>
        </div>
    </div>
      <div id="leftcollum2">
        <p> </p>
                <h1><img src="icons/shadow-icons-19.png" width="100" height="100" alt="icon1" /></h1>
                <h1>VERTEL!</h1>
                <p>vinddit was found in 2014 door Lisa &amp; Annes dsfhdofhafhiofasfoihs</p>
                <p><a href="over_ons.html">lees hier meer over ons....</a></p>
    <p> </p>
                <p> </p>
      </div>
      <div id="centercollum2">
        <p>
          <script type="text/javascript">
    // BeginOAWidget_Instance_2559022: #slideshow_1
                               slideshow_1AddCaption=true;
    $(document).ready(function() {
              $('#slideshow_1').cycle({
                        after:                              slideshow_1OnCycleAfter, //the function that is triggered after each transition
                        autostop:                              false,     // true to end slideshow after X transitions (where X == slide count)
                        fx:                                        'scrollLeft,',// name of transition effect
                        pause:                              false,     // true to enable pause on hover
                        randomizeEffects:          false,  // valid when multiple effects are used; true to make the effect sequence random
                        speed:                              1000,  // speed of the transition (any valid fx speed value)
                        sync:                              true,     // true if in/out transitions should occur simultaneously
                        timeout:                    3000,  // milliseconds between slide transitions (0 to disable auto advance)
                        fit:                              true,
                        height:                       '200px',
                        width:         '200px'   // container width (if the 'fit' option is true, the slides will be set to this width as well)
    function slideshow_1OnCycleAfter() {
              if (slideshow_1AddCaption==true){
                                  $('#slideshow_1-caption').html(this.title);
          </script>
        <script type="text/javascript">
    // BeginOAWidget_Instance_2559022: #slideshow_1
                               slideshow_1AddCaption=false;
    $(document).ready(function() {
              $('#slideshow_1').cycle({
                        after:                              slideshow_1OnCycleAfter, //the function that is triggered after each transition
                        autostop:                              false,     // true to end slideshow after X transitions (where X == slide count)
                        fx:                                        'scrollLeft,',// name of transition effect
                        pause:                              true,     // true to enable pause on hover
                        randomizeEffects:          false,  // valid when multiple effects are used; true to make the effect sequence random
                        speed:                              1000,  // speed of the transition (any valid fx speed value)
                        sync:                              true,     // true if in/out transitions should occur simultaneously
                        timeout:                    3000,  // milliseconds between slide transitions (0 to disable auto advance)
                        fit:                              true,
                        height:                       '200px',
                        width:         '200px'   // container width (if the 'fit' option is true, the slides will be set to this width as well)
    function slideshow_1OnCycleAfter() {
              if (slideshow_1AddCaption==true){
                                  $('#slideshow_1-caption').html(this.title);
    // EndOAWidget_Instance_2559022
          </script>
        <script type="text/javascript">
    // BeginOAWidget_Instance_2559022: #slideshow_header_2
                               slideshow_header_2AddCaption=true;
    $(document).ready(function() {
              $('#slideshow_header_2').cycle({
                        after:                              slideshow_header_2OnCycleAfter, //the function that is triggered after each transition
                        autostop:                              false,     // true to end slideshow after X transitions (where X == slide count)
                        fx:                                        'scrollLeft,',// name of transition effect
                        pause:                              true,     // true to enable pause on hover
                        randomizeEffects:          true,  // valid when multiple effects are used; true to make the effect sequence random
                        speed:                              1000,  // speed of the transition (any valid fx speed value)
                        sync:                              true,     // true if in/out transitions should occur simultaneously
                        timeout:                    7000,  // milliseconds between slide transitions (0 to disable auto advance)
                        fit:                              true,
                        height:                       '365px',
                        width:         '968px'   // container width (if the 'fit' option is true, the slides will be set to this width as well)
    function slideshow_header_2OnCycleAfter() {
              if (slideshow_header_2AddCaption==true){
                                  $('#slideshow_header_2-caption').html(this.title);
    // EndOAWidget_Instance_255902</script>
        <div id="slideshow_1">
          <!--All elements inside this will become slides-->
          <a href="images/slide 1 tumb.jpg"><img src="images/slide 1.jpg" width="200" height="200" title="caption for image1" /></a> <a href="images/slide 3 tumb.jpg"><img src="images/slide 3.jpg" width="200" height="200" title="caption for image2" /></a> <a href="images/slide 4 tumb.jpeg"><img src="images/slide 4.jpeg" width="200" height="200" title="caption for image3" /></a>
          <img src="images/slide 5.jpg" width="200" height="200" title="caption for image4" />  </div>
        <!--It is safe to delete this if captions are disabled-->
        <div id="slideshow_1-caption2"></div>
    <div title="sample title"></div>
        <div id="slideshow_1-caption"></div>
    <h1>DOOR VINDDIT</h1>
                <h1> GEVONDEN! </h1>
                <h2> </h2>
      </div>
      <div id="rightcollum2">
        <p> </p>
        <h1><img src="icons/shadow-icons-02.png" width="100" height="100" alt="icon2" /></h1>
        <h1>VRAAG &amp; ANTWOORD</h1>
        <p>Heeft u vragen of suggesties. Laat het ons weten </p>
        <p><a href="contact.html">Contact... </a></p>
        <h2> </h2>
      </div>
      <div id="mainbox2">
        <div id="insideright2">
          <p>PRIJZEN</p>
          <p>De prijs is afhankelijk van wat je zoekt &amp; Succes gegarandeerd, kunnen wij onverhoopt niet vinden wat jij zoekt? Dan kost het je niets. <br />
            Betalen doe je dus achteraf, dus geen verplichtingen zonder resultaat! </p>
        </div>
      </div>
      <hr />
      <div id="footer">
        <hr />
    <h2>                 <a href="index.html">HOME</a>                |          <a href="vindditnu php version.php">VINDDIT NU!</a>          |          <a href="over_ons.html">OVER ONS</a>          |          <a href="contact.html">CONTACT</a> |            <a href="https://www.pinterest.com"><img src="icons/pinterest.png" width="20" height="20" align="absbottom" /></a>    <a href="https://www.facebook.com/"><img src="icons/fb_1.png" width="20" height="20" align="absbottom" /></a></h2>
    </div>
    </div>
    </body>
    </html>
    CSS:
    @charset "UTF-8";
    #container {
              width:968px;
              padding-right: 10px;
              padding-left: 10px;
              height: 100%;
              margin-right: auto;
              margin-left: auto;
              margin-top: 0px;
              margin-bottom: 0px;
              padding-top: 0px;
              padding-bottom: 0px;
    #banner {
              position:fixed;
              width:968px;
              overflow: visible;
              z-index: 99999;
              height: 120px;
              background-color: #FFF;
              float: left;
              visibility: visible;
    #banner p {
              font-family: Arial, Helvetica, sans-serif;
              font-size: 18px;
              font-weight: normal;
              text-decoration: underline;
              text-align: center;
              color: #000;
              height: 100%;
              width: 100%;
              float: left;
    #mainimage_contact {
              height: 365px;
              width: 968px;
              float: left;
              margin-bottom: 20px;
              background-color: #FFF;
              margin-top: 15px;
              background-image: url(images/background%20header.jpg);
              background-repeat: no-repeat;
    #mainimage {
              height: 365px;
              width: 968px;
              float: left;
              margin-bottom: 40px;
              background-color: #FFF;
              margin-top: 0px;
    #mainimage_vindditnu {
              height: 365px;
              width: 968px;
              float: left;
              margin-bottom: 20px;
              background-color: #FFF;
              margin-top: 15px;
              background-image: url(images/background%20vindditnu.jpg);
              background-repeat: no-repeat;
    #mainimage_overons {
              height: 365px;
              width: 968px;
              float: left;
              margin-bottom: 20px;
              background-color: #FFF;
              margin-top: 15px;
              background-image: url(images/overons%20back.jpg);
              background-repeat: no-repeat;
    #mapCanvas {
              height: 280px;
              width: 280%;
    #mainbox {
              height: 365px;
              width: 968px;
              float: left;
              background-color: #E6E6E6;
              margin-bottom: 60px;
              margin-top: 60px;
    #leftcollum, #rightcollum, #centercollum {
              width: 250px;
              float:left;
              background-color: #E6E6E6;
              font-family: Arial, Helvetica, sans-serif;
              font-size: 16px;
              text-align: center;
              padding-top: 20px;
              height: 400px;
    #rightcollum, #centercollum {
              margin-left: 109px;
    h1 {
              font-family: Arial, Helvetica, sans-serif;
              font-size: 18px;
              font-weight: bold;
    h2 {
              font-family: Arial, Helvetica, sans-serif;
              font-size: 16px;
              font-weight: normal;
    h5 {
              font-family: Arial, Helvetica, sans-serif;
              font-size: 14px;
              font-weight: normal;
    #leftcollum2, #rightcollum2, #centercollum2 {
              width: 250px;
              float:left;
              background-color: #E6E6E6;
              font-family: Arial, Helvetica, sans-serif;
              font-size: 16px;
              text-align: center;
              padding-top: 20px;
              height: 380px;
              #rightcollum2, #centercollum2 {
              margin-left: 109px;
              text-align: center;
    #insideleft {
              width: 300px;
              float:left;
              background-color: #E6E6E6;
              font-family: Arial, Helvetica, sans-serif;
              font-size: 16px;
              text-align: center;
              height: 280px;
              padding: 0px;
              margin-top: 0px;
              margin-bottom: 0px;
              margin-left: 180px;
              margin-right: 20px;
    #insideleft_contact {
              width: 400px;
              float:left;
              background-color: #E6E6E6;
              font-family: Arial, Helvetica, sans-serif;
              font-size: 16px;
              text-align: center;
              height: 280px;
              margin-left: 50px;
              padding: 0px;
              margin-top: 0px;
              margin-right: 0px;
              margin-bottom: 0px;
              border:#FFF;
              border-width:2px;
              border-style:solid;
    #insideright {
              width: 300px;
              float:left;
              background-color: #FFF;
              font-family: Arial, Helvetica, sans-serif;
              font-size: 24px;
              text-align: center;
              height: 280px;
    #overons {
              width: 100%;
              background-color: #E6E6E6;
              font-family: Arial, Helvetica, sans-serif;
              font-size: 24px;
              text-align: left;
              margin-top: 0px;
              margin-right: auto;
              margin-bottom: 0px;
              margin-left: auto;
              float: left;
              padding: 0px;
    .overons_text {
              text-align: left;
              width: 50%;
              background-color: #FFF;
              margin-top: 20px;
              margin-right: auto;
              margin-bottom: 20px;
              margin-left: auto;
    #Contactsheet {
              height: 100px;
              width: 100%;
              background-color: #E6E6E6;
    #mainbox2 {
              height: 365px;
              width: 968px;
              background-color: #E6E6E6;
              margin-top: 40px;
              float: left;
    #insideright2 {
              width: 800px;
              float:none;
              background-color: #E6E6E6;
              font-family: Arial, Helvetica, sans-serif;
              font-size: 36px;
              text-align: center;
              font-weight: bold;
              color: #FFF;
              margin: auto;
    #banner h2 a {
              font-family: Arial, Helvetica, sans-serif;
              font-size: 16px;
              color: #000;
    #footer {
              font-family: Arial, Helvetica, sans-serif;
              font-size: 18px;
              font-weight: normal;
              text-align: center;
              width: 100%;
              color: #000;
              float: left;
    #footer h2 a {
              color: #000;
    #commentsform {
              background-color: #E6E6E6;
              width: 690px;
              height: 100%;
              border-radius: 7px;
              -webkit-border-radius: 7px;
              -moz-border-radius: 7px;
              padding:10px;
              border-top-width: 1px;
              border-right-width: 1px;
              border-bottom-width: 1px;
              border-left-width: 1px;
              border-top-style: solid;
              border-right-style: solid;
              border-bottom-style: solid;
              border-left-style: solid;
              font-family: Arial, Helvetica, sans-serif;
              font-size: 14px;
              font-style: normal;
    .bedankt {
              font-family: Arial, Helvetica, sans-serif;
              font-size: 16px;
              background-color: #FFF;
              text-align: center;
              width: 100%;
              margin-right: auto;
              margin-left: auto;
              height: 200px;
              margin-bottom: 10px;
              margin-top: 0px;
              padding-top: 0px;
              padding-left: 10px;
    .vinddit_aanvraag {
              font-family: Arial, Helvetica, sans-serif;
              font-size: 16px;
              background-color: #FFF;
              text-align: center;
              width: 80%;
              height: 100%;
              margin-right: auto;
              margin-left: auto;
              margin-top: 0px;
              margin-bottom: 0px;
    span.error {
              background-image:url(icons/x.png);
              background-repeat: no-repeat;
              background-position: left 6px;
              padding-left:25px;
    .error {
              display:block;
              font-size:12px;
              color:#F00;
              padding:7px 8px;
              font-family: Arial, Helvetica, sans-serif;
              background-image:url(icons/x.png);
              background-repeat: no-repeat;
              background-position: left 6px;
              padding-left:25px;
    #intro_vinddit {
              background-color: #E6E6E6;
              height: 100%;
              width: 100%;
              float: left;
              padding-top: 10px;
              padding-bottom: 10px;
              border: 2px solid #A7D8B3;
    #contact_box {
              background-color: #E6E6E6;
              height: 100%;
              width: 100%;
              float: left;
              margin-bottom: 20px;
              padding-top: 20px;
              padding-bottom: 20px;
    #Submit, #Reset {
              font-size:16px;
              font-family:Arial, Helvetica, sans-serif;
              .button {
              margin: auto;
              float: none;
              width: 100%;
              text-align: center;
    .button:hover {
              -webkit-filter: opacity(0.7);
    .button2:hover {
              -webkit-filter: opacity(0.7);

    great! thank you! simple solution

  • Extra blank space problem in af:selectOneChoice

    Hi All,
    I m using <af:selectOneChoice> to display few items in combo box. Now the problem is when the page gets load 1st time, its show an extra blank space in item list, but after selecting any item from the list page gets refreshed and reload again, now it does not have any extra blank space in the list.
    How do I remove this blank space from the combo box ???

    Hi Usha,
    1. Remove the Condition from you Context tab.
    2. In the Driver Program check for the condition and fill the value in the internal table which is passed to
        the adobe form.
    3. Make the subform (under which the field is added in the hierarchy view) as flowed.
    4. In the script editor, Select the 'javascript' and write the script to hide the form field specifying the condition here.
    for e.g
    if (xfa.form.FORM.SUB_FORM.matnr == "123") {
        xfa.form.FORM.SUB_FORM.Region = "hidden";
    NOTE: Javascript is Case sensitive and stops working immediately after the line of code where an error occurs.
    Hope this proves to be useful.
    Thanks,
    Swar.

  • Blank spaces when @ file_name ?

    Hi SQL and PL/SQL forum,
    vers. info: (64 bit) Oracle10i Enterprise Edition Release 10.2.0.1.0 - Production on Sun/Solaris 10
    How do I permit blank spaces in dirctory name and/or filename when executing a script by
    @[<path>]<file_name> ?
    The following does not work
    @"N:\miniMAKS - etape 3\databaseleverancer\DB-V3-1-0\dokumentation31\scripts31\06 minimakshist\minimaks_05_test.sql"
    Needless to say that leaving out the "" does not work either.
    - Thanks in advance,
    Jens Ole Jensen
    Kort & MatrikelStyrelsen (WWW: http://www.kms.dk)
    Danmark

    Sorry all is still not well,
    I replaced my minimaks_05_test.sql with the real <file_name> being minimaks_05_install.sql. This script contains
    @@"01 DB-V3-001-000 - tabel_kontaktSpec.sql"
    @@"02 DB-V3-001-000 - tabel_eksternrolletype.sql"
    etc.
    the script fails with the same message as I got yesterday
    @@"01 DB-V3-001-000 - tabel_kontaktSpec.sql"
    SP2-0310: Filen "N:\miniMAKS.sql" kan ikke åbnes
    @@"02 DB-V3-001-000 - tabel_eksternrolletype.sql"
    SP2-0310: Filen "N:\miniMAKS.sql" kan ikke åbnes
    etc.
    Oracle® Database Error Messages
    has nothing about SP2-0310.
    It seems like the @@ command forgets the "" around the current directory name.
    My problem is that the naming of <path> and <file_name> is beyound my control.
    Thanks for any advice you may have on this matter.
    Jens Ole Jensen
    Kort & MatrikelStyrelsen (WWW: http://www.kms.dk)
    Danmark

  • Zsh - lots of blank space upon resizing VTE based terminals

    Hello
    I have an issue that is rendering me sleepless these days. It's about zsh and its behaviour when being run inside a VTE based terminal (e.g. gnome-terminal, xfce4-terminal, roxterm, sakura, ...).
    When I increase the terminal height, if the buffer exceeds the window height, the content above won't get correctly shifted down, but simply blank space is added at the bottom.
    On the contrary, when I decrease the terminal height, it does not simply remove the blank space at the bottom, but instead shifts up the buffer, keeping the blank space.
    This is quite annoying, because everytime I resize my windows (which happens quite often, as I'm in a tiling WM), I find myself scrolling up in order to see older output because there's only one line remaining. And even worse, as I start typing, it all scrolls back down, even though I type within the visible area.
    This does not happen upon running another shell (bash, dash), or zsh in a non-VTE terminal (urxvt, xterm), however I'd like to stay with zsh and xfce4-terminal (as I'm having lots of other issues with urxvt).
    After hours of googling, I haven't found any entry about a similar problem, which I find slightly confusing, since one of my friends has exactly the same behaviour with xfce4-terminal and zsh (he just hasn't noticed until I asked him, as he doesn't resize his terminal windows that often).
    My question(s):
    Does anybody else use zsh in a VTE-based terminal? And if so, do you get the same behaviour? And if not, could you help me out with your configuration?

    ayekat wrote:
    linvinus wrote:in zsh it hardcoded,
    you can check that if you run zsh inside script (script — make typescript of terminal session)
    Oh, you're right. It always prints \e[J before printing a new prompt. I suppose this is due to the 'suggestions-below-the-prompt' thing.
    Thanks for the script command. I learn something new every day ^^
    Now I applied the patch and it works for one half of the problem:
    When I decrease the window size, it correctly eats up the blank space at the bottom (so the text no longer gets pushed upwards).
    However, when I increase the window size, it still adds blank space to the bottom. So basically once a window has been sized down to, say, 10 rows, it will always stay at those 10 rows (except of course there's some new output).
    i think this is normal, but may be you are right.
    i will see what can be done better.
    ayekat wrote:However I just saw that that I've patched the GTK2 version of VTE, perhaps it's better with the vte3 package.
    no it will the same.
    ayekat wrote:
    ... this also explains why some terminals like xfce4-terminal and lxterminal behave as described above, while others like gnome-terminal or roxterm just continue bugging.
    Again, thank you!
    I'll try this afternoon if it works with the vte3 package.
    no problem

  • How to prevent large blank spaces on webpage when using Slide Behaviors?

    I searched the forums for similar problems with applying the Slide Behaviour to elements through the DW CS5 interface and found a useful post titled "Problem with Applying Spry "Slide Effect" so now my slide effects works the way I want, except instead of sliding out a caption after clicking on an image, I slide out a list of text items when clicking on a section of text.  This works, but there is a large gap when the webpage first loads. How can I remove/prevent this large white space from appearing?
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Testing Document</title>
    <!--<script type="text/javascript" src="../SpryAssets/SpryEffects.js"></script>-->
    <script src="SpryAssets/SpryEffects.js" type="text/javascript"></script>
    <script type="text/javascript">
    function MM_effectSlide(targetElement, duration, from, to, toggle)
              Spry.Effect.DoSlide(targetElement, {duration: duration, from: from, to: to, toggle: toggle});
    </script>
    </head>
    <body>
    <p> </p>
    <p> </p>
    <style type="text/css">
    #LOdiv{ visibility: hidden;}
    #Countries{ visibility: hidden;}
    </style>
    <p> </p>
    <p> </p>
    <div id="ListOne" onclick="MM_effectSlide('LOdiv', 1000, '0%', '100%', true)">
    <p><strong>Drop Down List One            + show      </strong></p>
    </div>
        <div id="LOdiv">
        <div>
          -  Item A<br/>
          -  Item B<br />
          -  Item C<br />
          -  Item D<br />
          -  Item E<br />
          -  Item F<br />
          -  Item G<br />
          -  Item H<br />
          -  Item I</div>
    </div>
    </div>
    <div id="ListTwo" onclick="MM_effectSlide('Countries', 1000, '0%', '100%', true)">
    <p><strong >List Two            + show </strong></p>
    </div>
    <div id="Countries">
              <div>
                   -  USA<br/>
          -  Germany<br />
          -  France<br />
          -  Italy<br />
          -  Japan<br />
          -  China<br />  
      </div>
    </div>
    <span style=' width:990px; height:21px'><img width=990 height=21
    src="image386.gif">
    </span>
    </body>
    </html>

    The link to the html code can be found at:
    https://docs.google.com/leaf?id=0B_S-KEeOr-KhNzQwYzQ5MWQtNTVhYy00OTg1LWJjYTQtODIzOWUwM2ExM 2Yx&hl=en_US
    but it needs to access the link SpryAssets/SpryEffects.js   (from DW)
    When you open it in a browser you will see a large gap between the two lines:
    "Drop Down List One  +show"  and
    "Drop Down List Two + show"
    clicking the mouse on "Drop Down List One  +show" causes a hidden element to drop down. re-clicking causes it to shrink, and thus removing the large blank space between. I  don't know how to initially present the two lines without the large initial blank gap between them.
    I tried previewing in  Chrome, Firefox, and IE - all look the same.
    Thanks.

  • Change Filenames with blank spaces in the Filename

    I want to change many filenames with blank spaces and replace
    blank spaces with underbar character.
    Example:
    File One change to File_One
    File Two change to File_Two
    Here is my script:
    for file in `ls`
    do
    i=`ls -1 *" "*`
    b=`ls -1 *" "* | sed -e s/\ /_/g`
    done
    mv "$i" $b
    Please advise what is wrong with my script that isnt
    working. The script works if I only have one filename
    with a blank space. But if I have several filenames
    with blank spaces in the name then it doesnt work.

    I want to change many filenames with blank spaces and replace
    blank spaces with underbar character.
    Example:
    File One change to File_One
    File Two change to File_Two
    Here is my script:
    for file in `ls`
    do
    i=`ls -1 *" "*`
    b=`ls -1 *" "* | sed -e s/\ /_/g`
    done
    mv "$i" $b
    Please advise what is wrong with my script that isnt
    working. The script works if I only have one filename
    with a blank space. But if I have several filenames
    with blank spaces in the name then it doesnt work.

  • How to validate blank space ?

    Hi All
    I have a textfield i am showing alert if textfield is empty by using isNull and undefined way but how check if user give empty space ?
    Thanks in advance !!!
    Regards,
    Ganesh

    This is how to remove all blank spaces in a string:
    Create a function in an object script, e.g.:
    Script Object Name: myObject
    Method Name : function trim(string)
    function trim(str){
         return str.replace(/^\s+|\s+$/g, '');
    //this function above return the string by replacing blank space by nothing (empty string or null string)
    //it only replace if the field is empty, if there is no chars inside
    //Show the output value after calling the method
    TextField21.rawValue = myObject.trim(TextField21.rawValue);
    //Here is a lil proto to see if it works
    if (TextField21.rawValue == null){
              xfa.host.messageBox("Null");
    } else{
              xfa.host.messageBox("Blank");

  • XML Form - Textarea - Blank Space Issue

    I'm trying to use a cftextarea inside an XML form and every
    time I do it keeps putting a space inside of the text area. I've
    tried a few things and found that it's related to the following.
    In the _formelements.xsl in the \CFIDE\scripts\xsl directory.
    <xsl:text> </xsl:text>< !-- extra space at
    end, in case no value is defined -- >
    Trouble is, if I take that out, it blows up the whole page.
    Is there any way around this or any type of quick fix for it?
    It's annoying to have my db updated with a blank space. If not I
    guess I'll have to check each and every textarea and make sure a
    blank space is not placed into my database... very annoying.

    Have you found a solution to this bug? I just came across it
    myself.

  • Fill with blanks(spaces) a VARCHAR2 type

    Thanks in advance,
    I have a VARCHAR2 type rtesta's var of length x(100 char)
    how i can fill(write) it without create a other varchar2 var that it'll be only filled with blanks(spaces). e.g
    rtesta := ' PC'||fil1||'xxx||fill2....
    where fil1 = say 10 spaces.. fill2 = 63 spaces and so on
    I would like something as
    rtesta := ' PC'|| RPAD(null,10)||'xxx||RPAD(null,63) ...
    but.... Oracle treats an empty string as null. And nulls are always a bit special within Oracle. Particularly, rpad('', n) and lpad('', n) returns null.
    Exists a built in for my problem?
    Thanks

    alter table your_table modify(your_column char(100));
    update your_table set your_column = ' '
      where your_clumn is null;  /* (added) But,this is no good for performance */
    alter table your_table modify(your_column varchar2(100));Exapmples.
    SQL> set null (null)
    SQL> create table test (vc varchar2(100));
    Table created.
    SQL> insert into test values ('');
    1 row created.
    SQL> insert into test values ('a');
    1 row created.
    SQL> insert into test values ('abcde');
    1 row created.
    SQL> select substr(vc,1,10) vc,length(vc) len from test;
    VC                          LEN
    (null)               (null)
    a                             1
    abcde                         5
    SQL> alter table test modify(vc char(100));
    Table altered.
    SQL> update test set vc = ' ' where vc is null;
    1 row updated.
    SQL> alter table test modify(vc varchar2(100));
    Table altered.
    SQL> select substr(vc,1,10) vc,length(vc) len from test;
    VC                          LEN
                                100
    a                           100
    abcde                       100----
    I misread OP's problem, sorry.
    Message was edited by:
    ushitaki

Maybe you are looking for