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.

Similar Messages

  • How can I change the space between a checkbox and text all at one time? I have a lot of checkboxes in my form.

    How can I change the space between a checkbox and text all at one time? I have a lot of checkboxes in my form.

    Okay, I haven't found a way to add an extra space using Find/replace, but you might be able to add some text wrap to the check boxes that will push the text away from them.
    Open Find/Replace and click the Object tab.
    Click the Specify attributes to find button to the right of the Find Object Format: field.
    Under Basic Attributes, choose Stroke and then the Black swatch (assuming the black swatch is applied to the strokes of your check boxes). If there are no other stand-alone objects in your form with a Black stroke, this should be all you need. (If there are Black strokes on your table cells, they will be ignored.)
    Click OK
    Click the Specify attributes to change button to the right of the Change Object Format: field.
    Under Basic Attributes, choose Text Wrap & Other > Text Wrap > Type: > Wrap around bounding box (2nd button from left)
    Under Offset, set a Right offset at the distance you'd like to add (I don't know what units you use, but the 3-5 points might work for your purposes...might take some trial-and-error to get it where you want)
    Click OK
    Click Change All

  • XML in Flash Taking out the "space" between words

    I have a xml document that flash reads to pull random words
    from it. I replace the letters of the words with a character, right
    now its a minus sign (-). What I am haveing problem with is I don't
    want the spaces between the words to be replaced. I want them to be
    ignored but still have the space between the words. Example: "big
    dog" would be (--- ---). Is there a way to have flash recognize
    this "space" and not replace it with anything?
    Thanks,
    Luke

    I think the XML aspect is irrelevant here... all you want to
    do is disguise regular text right? There's probably a more
    efficient way to do this, but here's a start anyhow.

  • Decrease the space between the columns.....

    i have a tabular region, in that region i have 10 columns, the space between the columns have more space.
    i would like to decrease the space between the columns.
    how to do this?
    Thanks and regards,
    skud.

    help pls...

  • How to I increase the space between the top of tabs and the frame of the entire window? It was fine until Firefox updated

    Hello,
    How to I increase the space between the top of tabs and the frame of the entire window? It was fine until Firefox updated and since it updated it reduced the space. Now the space is too thin which makes it more difficult to move the open window frame around when I need to grab something from Desktop. Image attached.

    In the image, see how thin the space is right above the tab? It was much wider before Firefox update so if any know how to make it wider again, please let me know. Thank you
    ''troyable7 [[#question-1058550|said]]''
    <blockquote>
    Hello,
    How to I increase the space between the top of tabs and the frame of the entire window? It was fine until Firefox updated and since it updated it reduced the space. Now the space is too thin which makes it more difficult to move the open window frame around when I need to grab something from Desktop. Image attached.
    </blockquote>
    In the image, see how thin the space is right above the tab? It was much wider before Firefox update so if any know how to make it wider again, please let me know. Thank you

  • Need to remove the space between  af:panelGrouplayout & af:panelBox

    Hi All,
    I am using JDeveloper 11.1.1.6.
    My Scenario is I need to stretch some fields for all the browsers so I am using Panel box inside the panelStretchLayout<f:facet  name=center>.
    It's working fine.But Some Scenarios need to show header items  above panel box .So I try to add panelGroupLayout in <f:facet name=top> .It's stretching fine but always it's showing space between <af:panelBox>.
    How can I remove the Space between <af:panelGroupLayout > & <af:panelBox>?
    My Codes like this ,,
      <af:panelStretchLayout id="psl1" inlineStyle="margin-top:30px;">
                  <f:facet name="top">
                    <af:panelGroupLayout id="pgl4" layout="vertical"
                                         inlineStyle="background-color:red;">
                      <af:panelGroupLayout layout="horizontal" id="pgl1">
                        <af:outputText value="Day" id="ot1"/>
                        <af:outputText value="Week" id="ot2"/>
                        <af:outputText value="Month" id="ot3"/>
                        <af:outputText value="Year" id="ot4"/>
                      </af:panelGroupLayout>
                    </af:panelGroupLayout>
                  </f:facet>
                  <f:facet name="center">
                    <af:panelDashboard columns="1" rowHeight="100%" id="pd1">
                      <af:panelBox id="pb1" showDisclosure="false"
                                   showHeader="never"></af:panelBox>
                    </af:panelDashboard>
                  </f:facet>
                </af:panelStretchLayout>
    Thanks...

    You have not specified explicit height for the top facet, so its height is 50px (which is the default height for "top" and "bottom" facets if they exist). You can specify an exact height for the top facet using the "topHeight" property of the <af:panelStretchLayout> tag:
    <af:panelStretchLayout ... topHeight="25px">
    Alternatively, you can specify height "auto" in order to instruct the component to calculate the height automatically depending on the content within the facet:
    <af:panelStretchLayout ... topHeight="auto">
    Note, that specifying an "auto" height puts little overhead to the layout manager which has to calculate the height first and to render the panel after that.
    Dimitar

  • Justify tracking? That is, justify letters, not the space between words...

    I know this question might be kind of hard to understand... Okay, so usually you justify type, and you can get some rivers, right? I've been reading this book, and the type is set in a way where there are no rivers. The type is justified, but it seems as if the individual letters are justified (like the tracking) rather than the words. The space differs from each word's letters, and not the space between each word. Attached are some photos of the book in question.
    Exaggerated examples of what I am trying to say.
    The book's layout:
    H e l l o   m y   n a m e   i s   L a n d o n.
    Normal Justification:
    Hello      my     name     is         Landon.
    Thanks!

    Yes, InDesign allows this. Look in the Justification options: the default settings are to adjust Word Spacing from 80% to 133%, with a preferred value of 100% (which is in Space Widths), and Letter Spacing has all set to 0%, meaning it should not be touched. (I may have set these as defaults. YMMV.)
    To achieve this effect, you could -- at least theoretically -- set "Word Spacing" to 100%,100%,100% and set Letter Spacing to something like -5%,0%,20%. Be warned though that in this case, InDesign will Do What You Ask, but that this will not "thus" make Good Typography!
    With slightly more sane settings, Word Spacing at 90%,100%,110% and Letter Spacing at 0%,0%,20% (note I don't touch the "Minimum"!), you get something like this. Top: regular settings, bottom: adjusted.

  • How to create a table with the spaces between the row..

    Hello,
    I am using jdev 11.1.1.6 and I need to insert the spaces between the rows. How this can be done?
    Thanks and Regards,
    Tarun Agrawal

    Hi Tarun,
    This css rule is useful to set the padding on each cell:
    .AFTableCellPadding:alias {
      padding: 10px 0px 10px 0px;
    }But if you want to insert a real space between the rows (property "cellspacing") you can do something like this:
    af|table > div + div > table {
      border-collapse: separate;
      border-spacing: 0px 5px;
    }AP

  • How to adjust the space between images in a carousel or images with horizontal scroll

    I use the next steps to create a carousel or horizontal scroll of images:
    Webcenter portal: Spaces
    Spaces
    Manage Settings
    Pages
    Create page
    Content management
    Content presenter
    Add images with Plus Icon
    It works, but between every image has a lot of space, can you tell me how to reduce the space between every image.
    My Oracle Version 11gR1 (11.1.1.3.0)
    Regards
    Tomas Reyes

    Remove line 234 in your HTML code.
    <p>& n b s p</p>
    This is a redundant line of code. Your spacing should get resolved.
    PS: I've given spaces between the tag because otherwise this forum would not display the line correctly.

  • How can I adjust the space between the dividing line of the footnotes and the continuous text?

    How can I adjust the space between the dividing line of the footnotes and the continuous text?

    I want to extend the space so the dividing line does not stuck to the normal (continuous) text in my thesis. Do you have a solution? That would be perfect. Thanks a lot!

  • How do reduce the space between the front panel and the display area

    I am trying to reduce the space between the front panel and display area but i am not able to reduce the space

    A picture would be very helpful in demonstrating what you are having trouble with.
    Lacking that, I will guess.
    VI Properties >>> Windows Size
    lets you define the minimum size of a FP window.
    Well that's my guess!
    Did I win?
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • How do I reduce the space between lines in a JTextComponent?

    I've searched pretty thoroughly in this forum and can't find an answer.
    My editor displays text fine, but I'm not happy with the space between lines. Is there any way I can reduce the overall height of each line just to close the gap a little?

    Okay, I've got it worked out. I reckon it will work for my purposes although I have yet to test it in my app.
    The trick is to use a negative value for the StyleConstants.setSpaceAbove(spacing2, -5.0f);The code below shows a comparison between a text pane with default spacing values and a text pane with that -5 space above value.
    import java.awt.*;
    import javax.swing.*;
    import javax.swing.text.*;
    public class TestTextPane extends JFrame
    public TestTextPane()
         super("Text Pane Test: LineSpacing");
    JPanel panel = new JPanel();
    setContentPane( panel );
    JTextPane textPane = new JTextPane();
    textPane.setFont( new Font("monospaced", Font.PLAIN, 12) );
    textPane.setText( "abcdefghijklmnop\none\ntwo" );
    SimpleAttributeSet spacing = new SimpleAttributeSet();
    StyleConstants.setLineSpacing(spacing, 0.0f);
    StyleConstants.setFirstLineIndent(spacing, 0.0f);
    StyleConstants.setSpaceAbove(spacing, 0.0f);
    StyleConstants.setSpaceBelow(spacing, 0.0f);
    StyleConstants.setUnderline(spacing, false);
    StyleConstants.setItalic(spacing, false);
    StyleConstants.setBold(spacing, false);
    //this line sets the attributes for the text specified by the first two arguments.
    textPane.getStyledDocument().setParagraphAttributes(0, textPane.getDocument().getLength(), spacing, true);
    JScrollPane scrollPane = new JScrollPane( textPane );
    scrollPane.setPreferredSize( new Dimension( 200, 200 ) );
    //set up the comparison
    JTextPane textPane2 = new JTextPane();
    textPane2.setFont( new Font("monospaced", Font.PLAIN, 12) );
    textPane2.setText( "abcdefghijklmnop\none\ntwo" );
    SimpleAttributeSet spacing2 = new SimpleAttributeSet();
    StyleConstants.setLineSpacing(spacing2, 0.0f);
    StyleConstants.setFirstLineIndent(spacing2, 0.0f);
    StyleConstants.setSpaceAbove(spacing2, -5.0f);
    StyleConstants.setSpaceBelow(spacing2, 0.0f);
    StyleConstants.setUnderline(spacing2, false);
    StyleConstants.setItalic(spacing2, false);
    StyleConstants.setBold(spacing2, false);
    //this line sets the attributes for the text specified by the first two arguments.
    textPane2.getStyledDocument().setParagraphAttributes(0, textPane2.getDocument().getLength(), spacing2, true);
    JScrollPane scrollPane2 = new JScrollPane( textPane2 );
    scrollPane2.setPreferredSize( new Dimension( 200, 200 ) );
    panel.setLayout(new FlowLayout());
    panel.add( scrollPane );
    panel.add( scrollPane2);
    public static void main(String[] args)
    TestTextPane frame = new TestTextPane();
    frame.setDefaultCloseOperation( EXIT_ON_CLOSE );
    frame.pack();
    frame.setVisible(true);
    }

  • How can i set the space between two button?

    Hello,
    I have
    <mx:HBox>
    <mx:Button label="one" />
    <mx:Button label="two" />
    </mx:HBox>
    how can i set the distance between this two compotents?
    Thanks

    quote:
    Originally posted by:
    robinbouc77
    Hi,
    you can use horizontalGap property on HBox to change the
    space between your buttons. I think the default value is 6. You can
    also use <mx:Spacer/>, but changing the gap on HBox is
    probably the cleanest way ;)
    C U
    perfect!!! works fine

  • Getting rid of the space between songs?

    can someone tell me how to get rid or the space between songs ie; seemles play. when i listen to a live or dj album, nearly throw the ipod against the wall!
    pc   Windows XP   8gig hd

    Other than merging into one track, there is currently no way to do this. You can use the crossfade function in iTunes, but it is not perfect, and it will not transfer to the iPod.

  • WDR_TEST_ADOBE in that ZCI version2  in the adobe form the submit button is

    hi,
    When i inserting  the webdynpro script it's getting the error.
    and also i chekced the wd application WDR_TEST_ADOBE in that ZCI version2  in the adobe form the submit button is not trigerring.. that indicates ome thing i have to install in my system...
    Please tell me what i have to install... i instaleed ADLC.....
    How can i execute the application.
    Thanks

    Hi Thomas,
    I checked with my basis team they are telling that ADS installed in java stack and configured the same.
    but still, WDR_TEST_ADOBE  in that ZCI version2 in that form button action was not trigerring.I clicked the edit button enterd the values in the fields and then clicked the button.
    can you please help me in the same.....
    Thanks
    Rams

Maybe you are looking for

  • I need to add check whether 21 fields of a internal table are empty or not.

    Hello, I need to add check whether 21 fields of a internal table are empty or not.How can we write a code for the same wand what would be the correct syntax for it. I tried entering all the fields in the IF loop with AND condition but its giving synt

  • Prompted to Open or Save a pdf File

    Does any one know how this Works: What is the security difference between having Acrobat opening a PDF from a webpage inside the browser and opening in the Acrobat program. I ask because when i have Acrobat opening PDF's inside the browser it does no

  • Video in Director

    I have a flash video and I would like to create an invisible button in a specific time of the video in director. How should I do that? Thank you.

  • Oracle 9i not sgetting started automatically

    hi Oracle 9i not getting started automatically after installation on windows 2000 does it works properly on windows 2000 has anyone installed it before with out problems i have to connect internal and then it mounts the database can anyone please tel

  • Problem in sorting advacned table attribute

    Hello everyone, Would anyone please help me to sort the column of advanced table becoz I need readonly type columns but when I sort in converts into writeable format... thanks in advance