Smartforms: Automatically expand of a field

Hello,
i´ve created a smartform.
In this smartform there is a field with a table. This field is filled by a report.
My problem is that for espacial there is enough space for three lines in the field, but if i have 4 the last line is cut off?
what can i do?

Hello that doesnt help.
I need a window that dynamicly changes it´s height depending on the height of the table which is depending on the values in it.
Is it possible?

Similar Messages

  • How to get 2 subforms to automatically expand together.

    I have 2 subforms (vertical).  One is a table with 5 rows the other subform is text field.
    As my text field automatically expands, would like for the table subform to also expand.
    Any help would be appreciated.  I am new to designer livecycle and have been trying to work through this with no luck.

    Hi,
    I think you will need to nest your table and subform with text field in a table of two columns (with no headers or footers).   Then you can use something like the following JavaScript in the layout:ready event of the text field.
    Table2.minH = xfa.layout.h(TextField1, "mm") + "mm";
    Regards
    Bruce

  • How system will automatically populate clearing date field for invoices paid similar to when payments are made to the vendors

    Hi SAP Gurus,
    Could you help me on this, How system will automatically populate clearing date field for invoices paid similar to when payments are made to the vendors.
    Regards
    Mohan

    Hi Ramakrishnappa,
    If you clear the invoice against payment, then the invoice clearing date would be payment document posting date.
    Regards,
    Mukthar

  • How to have a field automatically fill in another field when checked

    Does anyone know if there is a way to have a field automatically fill in another field with a specific dollar amount when a field is checked.
    I am doing a registration sheet for a charity event where we have to pay for each person that attends. I would like it set up so that when someone checks in the person at the registration table would just click the check box (E2) and then have it fill in the field next to it a dollar amount of $15.00 (F2) which would be owed to the place hosting the event.
    Attached is a picture of the spreadsheet: example: persons checks off E2 and the amount $15.00 would automatically fill in field F2. I would then do this for each line and have the F column total the amount owed to the place.
    I am VERY new to numbers and writing formulas so if you can be specfic with how to do the code would be greatly appreciated. THANK YOU!

    please remember to post the actual solution (equation in this case) so others that are searching for similar items see the solution, not just
    Got it, replaced 0 with '''.
    Thanks
    Jason

  • SE80 - Automatic fulfilling of the field

    I would like to know if is possible to use in transaction SE80 in layout, the automatic fulfilling of the field. For exemple: I have a field ID and more 2 fields (name and address). The ID is related with name and address. When I fill the field ID, I would like that the field name and address fill automatic.
    It's possible?
    Tks!
    Eliane Rangel

    hi,
    I think i totally couldnt understand ur question.
    but imagine that you are creating a layout in module pool and want automatic filling of fields.
    for that you need to write a select statement in the PBO event of the screen for the required address n stuff.
    if it is report then write the select statemnt in the at selection-screen output event.
    hope it helps.
    santhosh

  • Command for automatically expanding nested selections in a structure

    I have a number of selections nested on three levels within a structure in the columns of a query. The query is set up to show the selections expanded to level 2 by default. Is there a single command that will automatically expand to show all level 3 selections?
    The columns are not set to display as a hierarchy, it's only this single structure that has nested items.
    Thanks,
    Jason

    Still not working? Not sure why? Have tried both answers and just not counting...
    Is there any restrictions on using "exception aggregation" in a calculated key figures in a structure?
    The structure is in the columns and it is a selection that includes the CKF with the exception aggregation plus a restriction on calendar month using a variable?
    Any help greatly appreciated.
    Thanks in advance.
    Steve

  • How do you automatically expand conversations in the viewing pane to see all messages in the thread

    I'm getting super annoyed since apple has started condensing the conversation in  mail in the view window. 
    They have added the "See More from xxxxxxx" in the middle on the converations view pane. 
    How can you have those always automatically expand?  It's a super pain, because every single
    conversation I have to look at what I last wrote.
    Is there are way to automate this????

    Thanks CT. That's not the place that I was looking at. 
    Organize By conversation works on the mail listing but
    not in the content view window.  The spot you are actually
    viewing the content of the message.
    Thanks for the effort.

  • Pull the tax code automatically in the column field ??

    Could you please guide me how to pull the tax code automatically in the column field in the Sale Order form? I don't refer to the tax determination.

    Hi,
    In the Demo database, please create a new Business Partner and assign a tax code under the Business Partner Master Data > Accounting tab > tax tab. Make sure that the Business Partner is tax liable.
    Then try to create a SO for that BP Code and see whether the tax code is populated in the tax code field.
    Also, check that the Item taken into the SO is tax liable and under the Sales Tab what tax code is selected.
    Please update the results from the testing.
    Kind Regards,
    Jitin
    SAP Business One Forum Team
    Edited by: Jitin Chawla on Aug 11, 2011 5:55 PM

  • When I open a new tab, the cursor doesn't go automatically into the navigation field anymore, since I have reinstalled Firefox yesterday. Is there a fix?

    When I open a new tab, the cursor doesn't go automatically into the navigation field anymore, since I have reinstalled Firefox yesterday. Is there a fix?

    Did you remove your personal data when uninstalling and have created a new default profile folder?
    It is possible that you previously had an extension that set focus to the location bar.
    *Custom New Tab: https://addons.mozilla.org/firefox/addon/custom-new-tab/

  • Can Mail automatically expand my messages?

    I really, really hate the way the new version of Mail forces me to click on "See More" to expand an entire email message. I understand I can set "Include related messages" to have Mail intersperse message history in a thread, but I find it much, much easier to read an email with quoting levels and highlighting, and don't want to have to click on every single message in order to do so.
    Is there any way to get Mail to automatically expand my messages? (Or to turn off the feature that collapses them.)
    Thanks,
    Dan.

    That fixes the problem. Unfortunately I *liked* having the threaded messages; I guess I just can't have my cake and eat it too.
    Thanks,
    Dan.

  • af:inlineFrame doesn't automatically expand

    I have a jsf page fragment with an <af:inlineFrame that doesn't automatically expand.
    <af:inlineFrame binding="#{backingBeanScope.extractoNotasBB.if1}"
    id="if1"
    source="#{backingBeanScope.extractoNotasBB.URLIframe}"
    shortDesc="Listado pdf" styleClass="iframePDF"
    partialTriggers="cb1 cb2" visible="false"/>
    Does anyone know what can be the reason why ? I nned it to expand when executed (if1.setvisible(true)) in order to show all its content without defining a fixed heigth.
    Thank you.

    The fact is that HTML code generated by ADF with the inlineFrame is something like this:
    <div>
    <iframe ........>
    </div>
    and the broser displays this in a very little view.
    In the browser (chrome for exemple) I can delete the <div> </div> and leave the iframe tag. with this, the contents appear in (more or less) full screen size.

  • Web pages in safari automatically expands very large

    When in safari web pages automatically expand very large , at first i thought it was pushing on the magic mouse but it happens even when the page is just sitting there....

    Lyons Den,
    You are inadvertently using the zoom shortcut...two taps on the Magic Mouse.

  • Stop thunderbird from automatically populating the To: field when replying

    Is there a way to stop Thunderbird from automatically populating the To: field when replying to an email?.
    Also is there a way to get Thunderbird to request confirmation of addresses emails are to be sent to?

    'Reply' is supposed to do exactly that. Use 'Forward' instead.
    Wrt return receipts check this article.
    http://kb.mozillazine.org/Figuring_out_whether_the_recipient_read_your_message

  • Automatically Expand TOC Books

    Hi all you experts out there!!!
    Is it possible to automatically expand top level TOC books
    when the help file is opened?
    If so, how can I do it.
    Thanks so much for your help, Susan

    Hi Roy
    Here it is for WebHelp:
    And here it is for CHM
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Processing Static (via automatic row processing) & Dynmaic fields

    Hi,
    I have a page that has 2 sections. Section S is statically driven which I'd like to process via a Automatic Row Process DML. Section D is for dynamic fields which I process via a PL/SQL script.
    I need to process Section D (dynamic) first.
    Now they're 2 things that I'm noticing when I try this. Can someone please confirm.
    - After my process of Section D it seems to make a commit. I know this since I have a error in Section S, and the values from Section D are committed to the DB. I need to make sure a commit only occurs after all page processes have completed error free.
    - My Automatic Row Process DML for Section S doesn't seem to work at all. It can't seem to read the values at all. I know this since I have several columns which are "NOT NULL" and the appropriate error messages are being raised. The Automatic Row Fetch for Section S does work properly.
    For the time being the work around is writing a process for the entire page which includes both Section S and Section D. The thing is I thought that HTMLDB would be able to help me out a lot with Section S since it had static fields etc.

    Martin - I would try to debug these two processes separately. If the Auto DML process isn't firing, perhaps the button used to submit the page isn't setting the request to one of the standard values recognized by the Auto DML package ('INSERT','CREATE','CREATE_AGAIN','CREATEAGAIN' for inserts and 'SAVE','APPLY CHANGES','UPDATE','UPDATE ROW','CHANGE','APPLY' or like 'APPLY%CHANGES%' for update).
    A commit happens whenever session state is changed, so if your process saves an item value, that would do it. If you think that is not the cause of the commit, let me know the details of the process and I'll take a closer look. There is no way to prevent the commit when session state is updated.
    Scott

Maybe you are looking for