Space between Items in a Region

Hello,
How do I put a space/whitespace between items in a region?
For example I have to text fields on top of each other, I want to put some space between them without an input field?
Regards,
COlin.

Hi Colin,
there is no need to create additional items to increase spaces.
Beter way to do this ( increase space between two items ) is:
1. In form - go to Edit Page Item of the second item which folows the first one and put in the HTML Table Cell Attributes something like that: style="width:150";
That increase label colon of the second item. You must be attentive that the value must be greater than the text in label of second item is.
2. In report - go to Page Definition -> Report Attributes -> Column Attributes ( of your column ) and than put in the CSS Sytle of Column formating section something like this: width:150px. In this way you would increase you field and in the same way increas space between the columns in report.
Regards,
Zlatko

Similar Messages

  • In Adobe forms - the space between items more

    Hi Experts,
    While displaying the ouput through adobe forms , the space between the items is more.
    Please suggest me how to reduce the blanklines inbetween the items.
    Even I made the subform content as 'FLOWED' and also in context for some fields i added condition if TB_ITEM-TEXT NE space ..
    I tried by Events with scripts as,
    if ( $.rawValue eq null )
    then
    $.presence = "hidden";
    endif
    still space between the items is not reduced. Please help me out from this.
    Thanks in advance.
    Regards,
    Priya.

    Hi Ankit and Rajeev,
    Thanks for your reply.
    As ankit said,
    In print program by using read text function module  am capturing item texts. If item text exists am setting flag .
    with that flag, in adobe form in context am checking condition if flag field not equal to space then it will enter for item text field.
    even after this..item texts not exists but in the output spaces are not truncated.
    Rajeev,
    My requirement is for body page.
    My output is like this :
    In table am dispalying matnr, desciption, unit of measure , quantity , amount ....
    10 8910047 CILPENETR PC 30 20,000
         ab
         abc
    20 22447   VALVE     PC 20 30,000
    in the above format 10 and 20 are line items.
    inbetween this line items ab, abc are the two text fields which displaying material Sales text and Itercompnay text.
    if items texts not exist,
    I want output should get displayed as like this,
    10 8910047 CILPENETR PC 30 20,000
    20 22447   VALVE     PC 20 30,000
    inbetween 10 and 20 spaces should be truncated if those fields value is empty.
    In subform Pallets -> Object -> Subform, alreday its 'Flowed' and Flow direction as 'Western Text'.
    Please help me out.
    Regards,
    Priya.

  • How do I add vertical space between items in a WebHelp TOC in RoboHelp 10?

    I recently upgraded from RoboHelp 8 to RoboHelp 10. When generating my WebHelp output in RoboHelp 8, I added space between the items in the table of contents by editing the following line in the whthost.js file.
    var gsMargin="6pt";
    After upgrading, I edited the same line in the whthost.js file for RoboHelp 10. Unfortunately when I generate my WebHelp output in RoboHelp 10, no space is added between the items in the table of contents.
    Does anyone have any idea why editing this setting in the whthost.js file no longer produces the desired results? Does anyone have any suggestions?
    Thanks!
    George

    One way is to do something like this:
    1) create your styles like this:
    span {
        font-family: "Courier New", Courier, monospace;
        letter-spacing: 3px;
    2) create your HTML like this:
    <p> <span>Xc = 10^6/2* pi *50 * C Xc = 10^4/pi C </span></p>
    Now is this what you are looking for?  If not please post back so that something else can be suggested like Math HTML such as this one:
    <MATH>&int;_a_^b^{f(x)<over>1+x} dx</MATH>
    FF and latest IE9/10 supports MAtH HTML as far as I know.
    This is the picture of display in IE10:
    Good luck.

  • Computation in between items in a region

    Hi,
    I have three items on a region
    Item 1 Item 2 item 3
    10 20 30
    As soon as i enter 10 in item1 and 20 in item2 then item3 needs to be pupulated with the total of it.
    Could any one guide me the processs of doing this.
    Please advice
    Kris

    Kris,
    This can be easily achieved using JavaScript. There is an example in one of the How To documents...
    http://www.oracle.com/technology/products/database/htmldb/howtos/htmldb_javascript_howto2.html#change
    Please refer to the section 'Change the Value of Form Elements'.
    Hope this helps,
    Emilio.

  • How can I get more space between items in a line of text .. elegantly

    Ok I have some equations that follow each other in a text line, eg
    Xc=10^6/2 pi f C     Xc = 10^6/2* pi *50 * C Xc = 10^4/pi C     .................   etc.
    Is there some way I can eg put a css entity in the paragraph so I can dimension the space as a box?
    I've tried with a <span class=css box></span> but it just includes the statement as text.
    And if i put <p>Xc=10^6/2 pi f C</p><span class="css" box></span><p> etc
    it puts the equations on different lines. 
    And multiple    s is a cludge, so is invisible images. There MUST be a nice way to do this?

    One way is to do something like this:
    1) create your styles like this:
    span {
        font-family: "Courier New", Courier, monospace;
        letter-spacing: 3px;
    2) create your HTML like this:
    <p> <span>Xc = 10^6/2* pi *50 * C Xc = 10^4/pi C </span></p>
    Now is this what you are looking for?  If not please post back so that something else can be suggested like Math HTML such as this one:
    <MATH>&int;_a_^b^{f(x)<over>1+x} dx</MATH>
    FF and latest IE9/10 supports MAtH HTML as far as I know.
    This is the picture of display in IE10:
    Good luck.

  • Setting space between regions

    Hi there, i am having trouble controlling the spacing between regions and wondered if anyone had come across this problem. Across the width of the screen i have 5 regions the widths are as follows:
    %, 350, 190, 220, %
    The regions set as % at the edges of the screen are used to pad out the rest of the screen and centre the content in the middle of the screen. The region of 190 is set to contain a portlet whereas the others are all set to hold items. The problems seem to be in the spacing between the content regions. The three content holding regions are supposed to add to 760 pixels in total, but there always seems to be big gaps between them especially the region of 350 pixels which holds an image and the 190 pixel region which holds an HTML portlet.
    Is there any way to control the spacing between regions (ideally set it to 0). I have already checked all the region properties and both the space between items and around items is set to 0.
    Any ideas as i am really struggling.
    Thanks in advance.

    Hi Paul
    I think your problem comes from your mix of % and pixel wide regions. HTML does not like tables with rows defined like this, either use only %, or either fixes sizes.
    There are possible workarounds :
    - to center your "main" regions, try to set 99% width in the 2 edge regions
    - try 49% - 1% - 1% - 1% - 49%, and put invisbile images of the wanted width in the main regions (transparents gifs, 350px width, 1 high). Images won't be shrunk.

  • How to remove space between two fields in emergency primary contact.

    How Can I remove a space between the two fields.IN emergency primary contact there are certain field called "C/O" and a i have added one text for this field inside that.But it is taking a big space between the "C/O" field and the text view.Plz suggest how I can re,move this?Also How Can I add new transparent container  with the end user personalization in the emergency contact field.

    Hi Peddi
    In my structure pannel I have simpleSearchPanel below that only i have the two lov fields ex: emp_no and emp_name . how to set the spacer between this From which Region where can find the spacer bean what proerty do i need to set
    Thanks
    AT

  • How to set space between the fields in SearchPG- Display issue

    Hi Friends
    I Have created a searchPG with a QueryRN , In my searchPG i have some display issue after running the page its looks like this
    For Example assue its a page with 3 field and one table region
    Employee no
    Employee name
    Phone no
    ResulttableBut i want my searchPG should hav some space between two field as shown below
    Employee no
    Employee name
    Phone no
    ResulttablePlease adviice me
    I appreciate all ur advice
    Thanks
    A.T

    Hi Peddi
    In my structure pannel I have simpleSearchPanel below that only i have the two lov fields ex: emp_no and emp_name . how to set the spacer between this From which Region where can find the spacer bean what proerty do i need to set
    Thanks
    AT

  • How to increase space netwwen items

    Hi All,
    I had created few items( for the search perpose in report.) I want to increase the space bettwen these items so that it will look better.
    I tried with the hidden item but it not working.
    Kindly suggest me me how to achieve this.
    Kind Regards
    Dikshit

    The <img src....... is working but in my case I had created total 15 items for the search perpose.
    when the complete report is diplaying with output the space between item is as we defined in "Post element text" but when there is no report to display only items are there the space is coming below the item which doesn't looks good.
    I don't know why this is happening
    Thanks
    Diskhit

  • Problem with space between rendered items in a list component

    Hi,
        Thanks again for taking your time to read my newbie posts. I found (and prove) over the internet that I can set some space between rendered items of a list based component using paddingTop and padding Bottom (vertical space), so I asume that I can do the same thing with paddingLeft and paddingRight. But as a matter of fact, it didn't work, why? that's what I would like to know, and how can I solve this. I would really apreciate if you help me do this.
    Thanks again
    Sebastián Toro O.

    Yeah, it is inconsistent.  The renderer has to implement paddingLeft/Right.
    It was done this way for performance reasons.  The Spark List in Flex 4 is
    more consistent.

  • Controling space between Text Items when using htp.p('HTMLDB_ITEM.TEXT')

    I'm using the following code inside a table tag within a loop to generate a multi-row printable form
    htp.p('<td cellspacing="0" align="right" width="100%" style="font-size:8pt">'||HTMLDB_ITEM.TEXT(p_idx=>2,p_size=>1)||'</td>');
    I'm still getting gaps between rows.
    How do I control the space between each row ? I want each text item row packed up like a spreadsheet with no gaps between rows. Although not shown (border="0") there is the enclosing table cell for each field, so what I want is no cellspacing and maximized item height within each cell.
    But with the above code I'm getting...
    etc.
    but I want
    Anyone know how to do this?
    regards
    Paul P

    Hi Chris , how's it goin'...
    thanks for the response. I know how to control a table cell area's height but it's the height of the inner textitem that I'm having trouble with. When I turn on border="1" There's not much space left between cells, just the default width of a line. I just don't know how to expand the height of the text item. The CSS code you suggested, where do I put the code and how do I apply it?
    Here is the guts of the PLSQL report code
    for des_rec in des_cur loop
    htp.p('<table height="100%" width="95%"border="0">');
    htp.p('<tr>');
    htp.p('<td style="font-size:8pt;font-family:Arial" width="80%" nowrap >'||
    des_rec.DES_SERVICE_DESC||'</td>');
    htp.p('<td cellspacing="0" align="right" width="5%" style="font-size:8pt">'||
    HTMLDB_ITEM.TEXT(p_idx=>2,p_size=>1)||'</td>');
    htp.p('<td cellspacing="0" align="left" width="5%" style="font-size:8pt">'||
    HTMLDB_ITEM.TEXT(p_idx=>3,p_size=>1)||'</td>');
    htp.p('</tr>');
    htp.p('</table>');
    end loop;
    regards
    Paul P

  • Add horizontal spaces between regions

    Hi everyone,
    We use APEX 4.2.
    I want to know if it's possible to add horizontal spaces between "region a" and "region b" ?
    How I can do this ? I don't want to add an extra "region c".
    I taught about adding something in the header region or in the footer region.
    Thanks in advance. Have a great day.

    Hi,
    You could add some css to the first (left?) regio.
    .rounded-corner-region {margin-right: 50px;}*.rounded-corner-region* depending on the selected regio.
    Regards,
    Kees Vlek
    <tt>Company: http://www.orcado.nl
    Blog: http://www.orcado.nl/blog/blogger/listings/69-kvlek
    Twitter: http://www.twitter.com/skier66</tt>
    If the question is answered please change it to answered and mark the appropriate post as correct/helpfull.

  • Can a button be easily moved between Items and Region Position?

    When a button is originally defined, we have to choose whether it is to be placed amongst the items in the regions, or placed in a pre-established region position. Once the button is defined in to one of those places or the other, is there any way to "reassign" it into the other location, i.e. move it between "in the items" and "in a region position"?
    Using Apex release 4.1.1.00.23
    Edited by: Mark T. on Feb 29, 2012 11:03 AM

    I don't believe so, but it won't take long to re-create.

  • Add space between Pop Menu Magic items?

    Is there a way to add space between the menu items in
    generated by Pop Menu Magic? By this I mean, can you have the
    various menu items (the "tabs" or "buttons") exist with some space
    between them
    (something
    like this but with maybe more space), as opposed to the default
    way the "tabs" are generated (butted up to one another
    like
    this)?
    I have tried editing the p7pm CSS to acheive this in a page
    design I'm roughing out. I get close sometimes but no cigar.....I
    have tried messing with the list items in the HTML code itself, but
    no luck there either.
    Hope I am making enough sense here....
    Thanks,
    Tommy

    Have you asked the question on the PVII newsgroup? You'd
    probably get a
    much faster response over there
    Nadia
    Adobe� Community Expert : Dreamweaver
    http://www.csstemplates.com.au
    - CSS Templates | Free Templates
    http://www.perrelink.com.au
    - Web Dev
    http://www.DreamweaverResources.com
    - Dropdown Menu Templates|Tutorials
    http://www.adobe.com/devnet/dreamweaver/css.html
    "steelkat" <[email protected]> wrote in
    message
    news:e5fapn$kmo$[email protected]..
    > Is there a way to add space between the menu items in
    generated by Pop
    > Menu
    > Magic? By this I mean, can you have the various menu
    items (the "tabs" or
    > "buttons") exist with some space between them <a
    target=_blank
    > class=ftalternatingbarlinklarge
    > href="
    http://css.maxdesign.com.au/listamatic/vertical11.htm">(something
    > like
    > this but with maybe more space)</a>, as opposed to
    the default way the
    > "tabs"
    > are generated (butted up to one another <a
    target=_blank
    > class=ftalternatingbarlinklarge
    > href="
    http://www.projectseven.com/viewer/index.asp?demo=pmm">like
    > this)</a>?
    >
    > I have tried editing the p7pm CSS to acheive this. I get
    close sometimes
    > but
    > no cigar.....I have tried messing with the list items in
    the HTML code
    > itself,
    > but no luck there either.
    >
    > Hope I am making enough sense here....
    >
    > Thanks,
    >
    > Tommy
    >

  • How to get rid of an extra space between news items in news module

    My home page is www.turbocam.com. Notice on the left side that there is an extra space between news item 1 and 2.  Between news item 2 and 3 the spacing is normal. I haven't touched the template. Any thoughts as to why this is occuring? The module is listed as:
    {module_announcement,l,3}
    Thanks.
    Liz Dorsett
    Turbocam

    Never mind! I figured it out. I had break tags outside the div tag!

Maybe you are looking for

  • Creating Source System in BW

    Hi Friends, We are using BI, i have to create a source system(R3) in BW. Both sides we have users with enough profiles. In RSA1 --> Source System --> Create is using to create the sourse system. I am using automatic function at the time of defining t

  • Can i retrieve lost pictures with metadata backup?

    A few months ago I "cleaned up" iPhoto so I could use it solely for my portfolio of work. My personal pics I saved to my external HDD [Western Digital MyBook] and removed them from my Mac's hdd. I recently discovered that pics I thought were saved to

  • Fire wire startup disc

    OK, I believe I know how to do this, but give me some tips on proceedure and funtionality. I want a partition for the startup volume, for repairs etc, and one to use as a second storage disk, for documents, photos, art projects, and back ups, as I am

  • Can we expect a fix soon for iPods killed by the 1-10 updater?

    My hardware is a 40 gig 4th Gen iPod. I have spent 40+ hours working with mine with every hardware analysis tool I can get my hands on. This is NOT a hardware issue. The disk drive has been tested multiple time with multiple software tools, both with

  • Continuous DAQ with multiple Channels using 6023E

    I am trying to countinuously aquire data from 8 channels using a 6023E (without loosing data). For some reason it allways gives me error -10092. Meaning the card requires a certain time between each scan. If i set the scan rate to something that work