Remove the trailing spaces of a quantity field in smartform

Hi,
I am printing a quantity field in a smartform as follows:
&G_S_DATA-SAL(C)&.
It is compressing the leading spaces but there is a space between the field and full stop.
Eg: if G_S_DATA-SAL = 144.00   the ouptut is displayed as 144.00 . (space between the amount and full stop).
How can I remove this space?
Regards,
Soumya.

Hi
Use this.
&G_S_DATA-SAL(CS)&.

Similar Messages

  • Remove the trailing slash from a folder

    Hi everyone,
    My company has several remote sites that rely on documentation I write here at WHQ in order to deploy macs according to company standards. Since these documents are in constant update mode, I wrote a small droplet that I use to just drop the documentation folder on and copy it to the remote site servers overwriting any existing documentation folder.
    I have the following piece of code:
    if CHIError is not equal to "" then
    display alert CHIError giving up after 5
    else
    repeat with anItem in droppedItems
    if ((kind of (info for anItem)) = "Folder") then
    set anItem to quoted form of POSIX path of anItem
    do shell script "cp -rf " & anItem & space & "/Volumes/MacPackaging$/MacDocumentation/"
    else
    set anItem to quoted form of POSIX path of anItem
    do shell script "cp -f " & anItem & space & "/Volumes/MacPackaging$/MacDocumentation/"
    end if
    end repeat
    end if
    The problem I am running into is that when anItem is a folder and converted to a POSIX path, it ends up with a trailing slash, causing cp -r to copy only the contents of the folder and not the folder itself... Is there a way to remove the trailing slash or another conversion method I can use to copy the entire folder?
    If I take out the if statement to check for a folder and the -r flag on cp, cp errors out telling me that anItem is a directory and can't be copied, which is to be expected. Ah... how I wish bash could do droplets...

    By the way, since the “info for” command is now deprecated, you could as well write your repeat block as follows:
    *repeat with anItem in droppedItems*
    *   if last character of (anItem as text) is ":" then*
    *      set anItem to quoted form of text 1 through -2 of POSIX path of anItem*
    *      do shell script "cp -rf " & anItem & space & "/Volumes/MacPackaging$/MacDocumentation/"*
       else
    *      set anItem to quoted form of POSIX path of anItem*
    *      do shell script "cp -f " & anItem & space & "/Volumes/MacPackaging$/MacDocumentation/"*
    *   end if*
    *end repeat*
    On the other hand, if you would like to use pure AppleScript, you could also replace the whole repeat block with the following single line of code:
    *tell application "Finder" to duplicate droppedItems to POSIX file "/Volumes/MacPackaging$/MacDocumentation/" with replacing*

  • How to remove the Excess space

    Hi,
    I am getting spl characters and excess space at the end .
    how can i remove those.we cannot use condence because there are field values
    like          '2344 3423 3423 4343' so condence cannot be used.
    so can any one tell me how can i remove the excess space at the end and spl chars
    as well

    TNKS

  • How to remove the white space the in Excel  output

    Hi All,
    I was working with Oracle Apps r12.
    We have developed a custom report using xml and the report output type is Excel. when ran the report it completed with normal and the excel output is generated,We have a column called Amount and its having a white space before the amount.
    So that we cannot able to do any aggregate function with that data.
    For example the column called Amount
    28523.20
    32569.00
    25369.25
    in excel the output is coming like this, So when we select this three column and try to do any aggregate function it not giving any value.
    I have tried Trim but its dos'nt works, because the values are already trimed.
    Can any one could help on this.
    Thanks & regards
    Srikkanth

    Hi All,
    solved.
    Using this link i have removed the white space in my rtf and the white space in excel has removed
    http://office.microsoft.com/en-in/word-help/show-or-hide-formatting-marks-HP005189641.aspx
    Regards
    Srikkanth

  • How to remove the white space that is now above the main images on each page?

    http://www.nydogworks.net
    Hello,
    I took over updating some things on my site from my web designer. The main images on each page used to be flush with the navigation bar on each page. Now there is a white space in between each one. Can you tell me how to remove the white space?
    <div id="container">
    <div id="imgholder"><img src="images/feature-aboutus.jpg" width="951" height="341" alt="" />
    </div>
    <div id="pageContentNoside">
       <div id="sideSub">
         <form action="form.php" method="post" name="form2" id="form2"> <table width="250" border="0" cellpadding="2" cellspacing="2">
           <tr>
             <td width="273"><h2>Quick Contact</h2></td>
             </tr>
           <tr>
             <td class="mainContent">Your Name</td>
             </tr>
           <tr>
             <td><span class="style9">
               <input name="forname" type="text" class="colorfieldssmall" id="forname" size="20" />
               </span></td>
             </tr>
           <tr>
             <td class="mainContent">Your Email Address* (required)</td>
             </tr>
           <tr>
             <td><span class="style7 style9">
               <input name="admail" type="text" class="colorfieldssmall" id="admail" size="25" />
               </span></td>
             </tr>
           <tr>
             <td class="mainContent">Phone Number</td>
             </tr>
           <tr>
             <td><span class="style7 style9">
               <input name="phone" type="text" class="colorfieldssmall" id="phone" />
               </span></td>
             </tr>
           <tr>
             <td><span class="mainContent">Type of Dog Training</span></td>
             </tr>
           <tr>
             <td class="mainContent"><span class="style9">
               <select name="need" class="colorfieldssmall" id="need">
                 <option value="select one">select one</option>
                 <option value="Basic Obedience">Basic Obedience</option>
                 <option value="Behavior Therapy">Behavior Therapy</option>
                 <option value="Board and Train">Board and Train</option>
                 <option value="Off Leash Training">Off Leash Training</option>
                 <option value="Puppy Training">Puppy Training</option>
                 </select>
               </span></td>
             </tr>
           <tr>
             <td> </td>
             </tr>
           <tr>
             <td><div align="left">
               <input type="submit" name="submit" id="submit"  value="Submit" />
               </div>
               </td>
             </tr>
           </table></form>
         <h2><br />
           Dog Training Services<br />
           </h2>
         <ul id="subnav">
           <li><a href="basic-obedience.html">Basic Obedience</a></li>
           <li><a href="dog-behavior-therapy.html">Behavior Therapy</a></li>
           <li><a href="board-and-train-dog-program.html">Board & Train Program</a></li>
           <li><a href="off-leash-training.html">Off Leash Training</a></li>
           <li><a href="puppy-training-program.html">Puppy Training</a></li>
           </ul>
         <br />
         <br />
         <br />
         </div>
      <div id="suggestPost"><a href="https://www.facebook.com/pages/NYDogWorks/219268038151244?fref=ts" ></a></div>
       <div id="mainContent">
         <h1 class="copyrightType">About NY DogWorks</h1><br />
         <h2> <span class="testimonal">The Owner of NYDogWorks</span>      </h2>
         <p><span class="copyrightType"><img src="images/dogpic.jpg" alt="Dog Behavior Therapy" width="183" height="275" class="h_img_float_right" /></span><strong>NYDogWorks L.L.C. is owned and operated by Master Certified Dog Trainer and Behavior Specialist Brian DeMartino. </strong><br />
           <br />
           His training is hands down the best out there. He has become one of the most sought after dog trainers throughout Long Island, Manhattan, &amp; New York.<br />
           <br />
           With over 15 years experience training and rehabilitating some of the toughest cases of dog behaviors. He’s Mastered the Art of teaching top knotch obedience and manners with outstanding results and has developed the most full proof and guaranteed system to fully housebreak any puppy or dog in the shortest amount of time.<br />
           <br />
           He is Certified in dog training and dog behavior and is an Official Evaluator for the American Kennel Club’s (C.G.C) Program.<br />
           <br />
           <br />
           <strong>All About NYDogWorks</strong><br />
           </p>
      <p><br />
      </p>
         <p>NYDogWorks Dog Education, is a Professional Dog Training Company offering dog training for puppies and older dogs through customized in-home training programs by Master Certified Trainers in Nassau County, Suffolk County, Hamptons, Long Island, Manhattan, Brooklyn, Bronx, Queens, Rockland County, Westchester County, Orange County, and Bergen County New Jersey. NYDogWorks offers obedience training, Housebreaking, Manners, socialization for your dog,  Puppy Training and Education, Behavior Therapy, Trick Training, Agility, Complete Off Leash Training, Sport Work, and Personal Protection Training. <br />
           <br />
           <strong><br />
             NYDogWorks Boarding &amp; Training Programs</strong><br />
           </p>
      <p><br />
        We offer boarding and training programs done in the home of owner, Brian DeMartino. This is a customized 2-6 week program to suit your dog's needs, great for someone who feels they do not have the time or patience to train or rehabilitate their dog at their home. This is a 100% guaranteed program. Your dog will stay with us for no additional charge if we feel that he or she has not learned all that was agreed upon. We guarantee that if there is any regression within 3 months of your dog being back home with you, he/she will come back to us for no additional charge.<br />
        <br />
        <a href="board-and-train-dog-program.html">View Boarding &amp; Training Programs</a></p>
         <p><br />
           </p>
         <p><br />
           <br />
      </div>
       <div id="breadCrumbs">
         <p><a href="index.html">Home</a> &gt;  NY DogWorks - About Certified Dog Trainer Brian DeMartino<br />
           <strong>Serving all of Long Island, Nassau &amp; Suffolk County, Manhattan, Brooklyn &amp; Queens</strong></p>
         </div>
    </div>
        <div id="footer">
          <div id="footermenu">
          <div id="footermenu1">
          </div>
        </div>
       <div class="phoneNumber" id="copyright"> Copyright © 2014  NY DogWorks</div>
         <div class="websiteDesign" id="sitedesigner">Long Island Website Design by <a href="http://www.wetribet.com" title="Wet Ribet" target="_blank" class="medlink">Wet Ribet</a>     </div>
    </div>
    </div>

    You should be able to add the following snippets of css to your stylesheet to fix that.
    In the mainstyle.css file, change...
    #imgholder {
    width: 950px;
    margin-top: 0px;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
    to
    #imgholder {
    width: 950px;
    margin-top: 0px;
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
    overflow:hidden;

  • How do you remove the extra space from the top margin when printing from a website? Already reset Firefox and checked my settings. Using Firefox 18 & Windows 8

    I have a 2" space at the top of pages that I print from websites. How do I remove the extra space? My margin settings are at .5"

    laderamacguy took a look at it and added a black shape over the tab. he suggested i use a different template next time, such as the black template.

  • How to identify the trailing spaces in a column

    Hi,
    How to identify the trailing spaces in a column.
    for ex: empno char(5) and i enter 333 then there will be 2 spaces remaining. How to identify that two spaces

    One method...
    ME_XE?create table test1 (some_char char(5));
    Table created.
    Elapsed: 00:00:00.11
    ME_XE?
    ME_XE?insert into test1 values ('HI');
    1 row created.
    Elapsed: 00:00:00.07
    ME_XE?insert into test1 values ('HI HO');
    1 row created.
    Elapsed: 00:00:00.07
    ME_XE?select * from test1 where trim(some_char) <> some_char;
    SOME_CHAR
    HI
    1 row selected.
    Elapsed: 00:00:00.14
    [pre]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How do I remove the white space from the bottom and side of my document?

    How do I remove the white space from the bottom and side of my document? (I'm not talking about printing, just viewing it on the screen.) There are about 6 inches of white space at the bottom and at the right hand side. I don't like this. On a blank new spreadsheet it's triple that amount of white space.

    The infinite canvas convention doesn't make a lot of sense for Numbers. When I'm viewing a spreadsheet and mistakenly scroll into white, empty space I think, "this is ridiculous - all of my content is fits on one screen. there's nothing over there."
    A (relatively) infinite canvas is logical for Microsft Excel because it's one big table. There are 256(?) columns by default and hundreds of rows on a sheet - there are cells outside what a user is looking at to see. However, when viewing a Numbers spreadsheet with a single 10 column 10 row table that fits on the screen, there's nothing else on it to scroll to.
    Numbers should distinguish between viewing a spreadsheet and editing one. When I'm just viewing, when there's no content outside the window it shouldn't scroll there. This window behavior is beyond annoying for Numbers on my iPad and iPhone.
    (Adding user-defined canvas size setting to my view mode / edit mode thinking would probably be the most complete solution to this now that I think about it.)
    Until now the way scrolling worked in Numbers has defied logic. Actually it still does lol. That said, thank you Yellowbox for providing a clear explanation. Much appreciated.

  • When Importing Images, How Do I Remove The White Space Around The Corners?

    When Importing Images, How Do I Remove The White Space Around
    The Corners?

    u may use magic wand (and magic wand setting) from Lasson
    Tool to select and delete that white space, but u must break a part
    to the picture first.

  • How do i either colorize, or remove, the white spaces?

    This is my first web site design and I am using the CSS style twoColLiqRtHdr. I have changed the background color to every division but a white space remains around and below my left hand / main content column. I presume this has to do with the 'liquid' element of the style - and I even figured out how to fix the problem below my RH column but I am at an impass regarding the left side....

    Nancy - thanks for getting back to me. I am in flux as my domain name is in the process of being transferred, as we speak, and therefore I cannot provide a URL at this time. My background color is solid, and is the same, for every division.I assumed that there was some simple, standard way to 'stretch' the left column so it snugged up to everything else which I just was not seeing... AS you may have guessed from my e-mail address I am a photographer by trade - not a web master!  I will take a look at the demo that you provided the link to.  Maine-ah
    Date: Fri, 15 Jan 2010 14:36:49 -0700
    From: [email protected]
    To: [email protected]
    Subject: How do i either colorize, or remove, the white spaces?
    For best results in this forum, please provide us with a URL to your test site so we can see what you see. The answers are in your CSS and HTML code.
    Based on what little info you've provided, I'm guessing you're grappling with how to achieve equal height columns with CSS.
    DEMO of  2-col CSS layout
    http://alt-web.com/TEMPLATES/2-col-fixed-layout.shtml
    If you add a 2-toned, repeating background image to your #wrapper, you can create the illusion of equal height columns. This technique is called Faux Columns.
    *DEMO of Faux Columns -
    http://alt-web.com/TEMPLATES/2-column-fixed-width-template.shtml
    Hope this helps.  If it doesn't, please post back with a link to your page.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://www.alt-web.com/
    http://www.twitter.com/altweb
    http://www.alt-web.blogspot.com/
    >

  • Handling currency and quantity fields in smartforms

    Hi,
    can i know how to handle currency and quantity fields in smartforms.
    i have to display ZMENG field of VBAP table but it is not getting displayed.
    i have given the details in CURRENCY AND QUANTITY tab in the GLOBAL DEFINITIONS.
    Thanks,
    BJR.

    Hi
    Did u pass that value in the INPUT and OUTPUT parameters where u r calling that field...
    if u have not included that in The Currency/Quant Tab will get an Error Message.....
    and &VBAP-ZMENG& ..in the text
    surya

  • In BC, how can I remove the large space above the product images?

    Hi, I'm having a problem with the product pages in Business Catalyst. There is a large space that appears between the breadcrumb trail and the first row of product images (small product page) and between the breadcrumb trail and the information on the large product page.
    I have run through the stylesheets (base.css, layout.css, and ModuleStyleSheets.css) and changed numbers for anything that looked like it might control that space. I adjusted the css in my files too. Absolutely nothing made any difference.
    And even worse, a scroll bar apears on the right side of the div. The div is set to auto height and grows to accept anything put in it. If I remove all the images, the scroll bar goes away, but if I only remove the breadcrumb, the scroll bar stays. Because of this, I suspect there is a margin setting on the div that holds the images that is forcing the page length beyond what the div sees. But can I find it? No.
    I find nothing in the Overall Layout Shop Module Template:
    <blockquote style="margin: 0px 0px 0px 20px; border: none; padding: 0px;">
    <div class="shop-main clear">
    <div class="body clear"><span style="font-size: 14px; font-family: verdana;"><strong>You are viewing the</strong></span> {tag_cataloguebreadcrumbs}</div>
    </div>
    </blockquote>
    <div class="shop-main clear">
    <div class="header clear">
    </div>
    <div class="body clear">{tag_cataloguelist,3,,,,true} {tag_productlist,3}<br />
    <div class="footer clear">{tag_previouspage,<img alt="" src="/CatalystImages/module_previous.png" />} {tag_nextpage,<img alt="" src="/CatalystImages/module_next.png" />}</div>
    </div>
    </div>
    (I could find no class for shop-main in any stylesheet. Changing any header class had no effect.)
    Nothing on the page template would account for this:
    <div id="right">
            <div id="store-banner-rings"><img src="../jpegs/store-background-rings.png" width="730" height="55" alt="&lt;empty&gt;" /></div>
            <!--end store banner-->
            <div id="store-background">
            {tag_pagecontent}
            </div><!--end store background-->
    </div><!--end right-->
    The page template with no page content looks like this:
    No big space! No scrollbar.
    It's that product table, gotta be. Can anyone tell me which css style to change to get rid of the large top margin and that hideous scroll bar? Or should I write a new one? To which section do I apply it?
    I appreciate any help and thank you very much for your time in advance.
    Sincerely, Ahurani

    Just Johnny,
    Thank you so much for answering. This big space is the last problem and I can't seem to find the code to fix it.
    The link is for whimsicalley02.businesscatalyst.com.
    Right now, the Harry Potter store is the best one to view. I haven't hooked up the others.
    If you can find the problem, I'd be very happy. I have commented a lot of the ModuleStyle css because I kept reinserting changes to the same code and that's how I stopped myself. I've taken out some of the comments, but the code is still festooned with them.
    Thank you for your help,
    Ahurani

  • How to  remove the Special characters like @,#,$ ,..from field

    How to  remove the Special characters like @,#,$<,..from text  field. we nedd to remove any specila char from text field .
    ex:text  = just#fi%cation@text
    the text should be justification.

    hi check this ..
    data:char(25) value '5#4#2#&1#&',
         char1(9) .
           replace all occurrences of '#' in char with 'and' .
           replace all occurrences of '&' in char with 'num' .
         write: char.
    or use this..
    data:char(25) value 'test@ing*5#4#2#&1#&',
         char1(9) .
           replace all occurrences of '#' in char with space .
           replace all occurrences of '&' in char with space .
           replace all occurrences of '@' in char with space .
           replace all occurrences of '*' in char with space .
         write: char.
    regards,
    venkat.

  • How do I remove the white space when importing a site from Flash?

    Okay, so I've dragged and dropped my created Flash site into Dreamweaver. One problem though, when I view it in a web browser (any web browser), it displays the site fine, however with a huge white space to the side of it. You'll see what I mean in this screenshot:
    What can I do then to remove that white space and make the site fill up the whole web browser? I've tried resizing it using a number of ways, but cannot seem to get it right.
    Thanks.

    function(){return A.apply(null,[this].concat($A(arguments)))}
    What can I do then to remove that white space and make the site fill up the whole web browser? I've tried resizing it using a number of ways, but cannot seem to get it right.
    You can do two things:
    1) Change the width of the container to 100%;  OR
    2) Post a link to your test page here (not the code nor picture) so that we can see ourselves what your code looks like.
    hth

  • How would I go about removing the required code from a form field?

    I have this contact form that I downloaded and its fine. I just need to know how to remove the required field code from the contact no field.
    Thanks in advance
    Here is a link to the form and all of its assets
    http://www.formget.com/jquery-contact-form/#comment-93253

    HTML code, change this:
    <label>Contact No: <span>*</span></label>
    To this:
    <label>Contact No:</label>
    jQuery code, change this:
    if (name == '' || email == '' || contact == '') {
    alert("Please Fill Required Fields");
    } else {
    to this:
    if (name == '' || email == '') {
    alert("Please Fill Required Fields");
    } else {
    Nancy O.

Maybe you are looking for

  • What's the process of uploading videos to youtube?

    This might sound like a silly question... but what is the process of uploading videos to youtube? Does the video get processed into youtube friendly format and then get uploaded to youtube? So therefore, no re-processing is required on youtube? And t

  • Can you run deltas off of an Infoset query datasource?

    Hey Gurus of BW, We had a consultant come in and setup an infoset datasource in R/3.  Then in BW set up that datasource as a feed into a cube using delta pulls.  The delta init pull pulls all the data, but then the deltas never pull any data.  Is thi

  • Disappearing Bookmarks

    I had about 60 bookmarks on the On Demand content. This morning, there were only about 30 left, but I haven't deleted any and nobody else has access to it. I added some new ones, and I noticed that although the new ones were being added, older ones w

  • Garnishment Remittance Rules

    My company requires remittance rules for garnishments that allow the payments to be issued (through FI Payment Processing) on the 7th, 14th, 21st and 28th of each month.  Currently, when I review the configuration for Third Party Remittance Rules, ou

  • To start adobe illustrator what should i do.

    To start adobe illustrator what should i do.