How can I dinamically alter the position of an outputText?

I�ve got an outputText (outputText1) that�s bind to a database, sometimes I have got two lines on it and others two pages.
My problem is that I need to show another outputText right under the outputText1. How can I do this?
Thanks for any help.
Marlos Rodrigues.

Drop a grid panel, and put the two output texts within the grid panel. That way, if the first output text takes up more room, the second output text will move down as necessary.
-- Tor
http://blogs.sun.com/tor

Similar Messages

  • How can I re-arrange the pages in a Pages document now?? I used to be able to click on the thumbnails and shift their position which is important in creating documents.  Any ideas?

    How can I re-arrange the pages in a Pages document now?? I used to be able to click on the thumbnails and shift their position which is important in creating documents.  Any ideas?

    This feature has been removed from Pages 5 along with over 90 others:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&mforum=iworktipsn trick
    Pages '09 is still in your Applications/iWork folder.
    Trash/archive Pages 5 and rate/review it in the App Store.
    Peter

  • How can I return to the same position in the calling order details form

    I am Calling a form for creating a new item from order details form, so after creating The new item I want to returned the item code to the calling form to same position in The order details form , how can I return to the same position in the order details form
    Waiting for your valuable answer .
    Best regards
    Jamil Alshaibani

    Dear Friends
    My actual problem description as the following
    I have a form for production order screen , and this form contain header and details blocks , so the user in the details will select Type Code , and he will go the next field that is Item Code Field search for specific Item Code if it is not exist he has to call the Item Definition Form by using this script
    CALL_FORM(ITEM_DEFINITION);
    Then when he finished defining the Item , and I assign the item code as the following in the :
    WHEN-BUTTON-PRESSED TRIGGER
    :GLOBAL.ITEM_CODE_VAR := :ITEM_CODE;
    DO_KEY('exit_form');
    But I don't know where to keep this assignment
    :ITEM_CODE := :GLOBAL.ITEM_CODE_VAR;
    inside the caller form in which trigger do I have to use when it return from the caller form it should assign the :GLOBAL.ITEM_CODE_VAR to the :ITEM_CODE and the cursor it should show inside the ITEM_CODE , and as I mention it does not return to the same location of The ITEM_CODE when it return from the calling form
    Waiting for your valuable answer .
    With example please .
    Best Regards
    Jamil Alshaibani

  • How can i access all the objects of one schema from another schema

    Dear All,
    How can i access all the objects(Tables,Views,Triggers,Procedures,Functions,Packages etc..) and do the modifications of one schema from another schema (Without using synonyms concept).
    Thanks in advance,
    Mahi

    First of all, synonyms only help you easy reference the object. It doesn't have any implication of object privilege.
    As long as you have proper privilege on target object. You can access it with or without synonyms.
    Assuming you have proper privilege of objects, you can use following command to assume schema owner.
    ALTER SESSION SET CURRENT_SCHEMA = Schema_owner

  • How do I change the color of font in a fillable form in Adobe Reader? How can I check if the writer of the document has given permission to edit color and not just add text?

    How do I change the color of font in a fillable form in Adobe Reader? How can I check if the writer of the document has given permission to edit color and not just add text? Please help! I'm technologically challenged.

    Most forms (99% or more) are created for simple text input, where you cannot change anything.
    The creator of the form could allow Rich Text input (which allows you to change font, text size, color, etc.), but frankly I have never seen such a form, and I wouldn't know how they look.  But I'm sure they would show some kind of controls to alter the text appearance.

  • How can I make that the cursor of a table ...

    Hello,
    how can I make that the cursor of a table (on the frontpanel) go to the starting position? I have placed a table that give back the number of the row if I doubleclick a row on the frontpanel, but when I restart the vi the cursor of the table is on this position. If I have many informations in the table and after restarting there are just one or two, I can`t see this information without scrolling to the top of the table. I want that the cursor (that I see) is at the first row. How can I make it?
    thankyou
    Schwede

    Hello,
    Sorry, I forgot to attach it in the previous post.
    Regards,
    Paulo
    Attachments:
    EditPos.vi ‏16 KB

  • How can I change a page position in a large document?,

    How can I change a page position in a large document?

    Question asked and answered many times !
    Insert a section break just before the page to move.
    Insert a section break just after the page to move.
    Select the page's thumbnail
    cut
    Insert a section break where you want to insert the page.
    paste
    The required infos are available in Pages User Guide which isn't delivered to help helpers to help you.
    Yvan KOENIG (VALLAURIS, France) mercredi 5 octobre 2011 14:33:24
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • ¿How can I to get the selected index from a table in sapui5?

    I have a multiselect table for each item I need to open a Dialog and bind then the table.
    How Can I to obtain the index position from my table?
    var myTable = sap.ui.getCore().byId(this.sId);
    var myItem = sap.ui.getCore().byId(myTable.getSelectedItem());
    Thanks in advance.

    Hi,
    You can also use getSelectedContexts of table instance to get the selected indices of sap.m.Table
    var aContexts = myTable.getSelectedContexts(true);
    for(var i = 0 ; i < aContexts.length ; i++)
    var selectedIndex = parseInt(aContexts[i].sPath .split("/")[2]);
    Thanks,
    Rumeshbabu S

  • HT1657 How can I turn off the scrolling movie ads in itunes store?

    How can I turn off the scrolling movie ads across the top of the screen when I open the itunes store and am in the movies section?

    Thanks varjak paw.
    I was afraid this was the case.  To the degree that Apple marches down this well-travelled road towards making money by trying to pound customers into submission with flashing ads, etc. that actually serve only to aggravate and drive away at least people like me (28 year user of macs) from both Apple and whatever is being advertised, and indeed get in the way of my being able to efficiently do what is my part of what I always thought was the core of the synergism between Apple and its customers -- them innovating to provide the best tools to help us to be creative and productive, then the company will find itself sharing that space with myriad other companies so bankrupt for ideas and innovation that they have no other possible strategy that to promote mindless consumerism.  That does not seem a place of strength for Apple and a complete forfeiting of its unique position.  Sad to watch.

  • How can I slow down the music of my clip?

    How can I slow down the music of my clip?

    Try using the following code after each time you write to the TextArea.  I am assuming you are using a TextArea component and are trying to control the position of where it is scrolled to when it refreshes with the chat data.
    "ta" is the instance name of the TextArea
    ta.verticalScrollPosition = ta.maxVerticalScrollPosition;

  • How can I turn off the autocomplete/autofill function in Mail?

    How can I turn off the autocomplete / autofill function in Mail (Mail 7.2)? I know how to remove email addresses from the 'Previous recipient' list, but I simply want to deactivate the autocomplete function for email addresses entirely.
    You used to be able to do this via Mail - Preferences - Composing, but I upgraded to Mavericks today, and the option to deactivate the autocomplete funtion for email addresses is no longer there.
    Does anyone know where to find it?
    Thanks in advance for your feedback,
    Tine

    Zloyprep wrote:
    Somehow Escape button started bringing me an autocomplete list in Keynote which is monstrously inconvenient.
    This is rather surprising.
    What you are describing is a feature called "word completion", provided by the Cocoa text engine, and hence used by apps which rely on it, including iWork, TextEdit, and others. When you are typing, or the insertion point is in a suitable position, pressing ⎋, or ⌥⎋, or F5 brings up the word completion list. Of course, it only works if there are suitable words in the list. For instance, if you type "Schad", intending to write "Schadenfreude", you can press ⎋ as much as you wish and nothing will come up. But type "Zeit" and then ⎋, and you'll get "Zeitgeist" sure enough.
    What is surprising is that you describe it as if you had just came across it, whereas it has been available for years (although I believe that originally it was activated only by ⌥⎋). iWork (including Keynote) is a little different, because, in addition to ⎋, ⌥⎋, and F5, word completion is also activated by ⌘⎋.
    I don't know how to turn off this feature, if indeed it can be turned off.
    Usually Escape would make me exit the text box
    Is there any chance you mis-remember? The Keynote shortcut for exiting text editing and selecting the text box is ⌘↩ (command-return).

  • How can a choose a new position of footage in a new frame size.

    how can a choose a new position of footage (16:9) in a new frame size. it seems like premiere crops the footage. although i still can see the lines of the 16:9 footage around the new frame.

    yeah it is odd.

  • How can my daughter use the hard drive in the Time Capsule ...

    So, I am in Oklahoma and my daughter is in Tennessee...
    She has a Time Capsule where the Wi-fi base station quit working, but the hard drive may be OK.
    She bought an Airport Express to use as a wi-fi router.
    The question, then, is:
    How can my daughter use the hard drive in the Time Capsule to do Time Machine backups?
    Thank you very much for your insights.
    Roberto

    It can be done but is very messy. That is assuming the TC is still functional which I kind of doubt.. the wifi is seldom the only thing that will die .. so whatever problems it has the wifi would be the least of it.
    Anyway.. do a factory reset to get started.
    The Factory Reset Gen1-4.
    Unplug your TC. Hold in reset. and power the TC back on.. without releasing reset for about 10sec. When the status light flashes rapidly; release it.
    Be Gentle! Feel the switch click on. It has a positive feel..  add no more pressure after that.
    TC will reboot after a couple of minutes with default factory settings and will wipe out previous configurations.
    No files are deleted on the hard disk.. No reset of the TC deletes files.. to do that you use erase from the airport utility.
    If the LED is not lit then the TC is dead, not just the wireless.
    The setup for using the TC is explained in the bottom of this thread.
    TC in a second local network.
    https://discussions.apple.com/thread/4817218?tstart=30
    The idea is to set the TC to provide router function.. and the computer plugged in by ethernet to as a second network.. but there are rules on how this is done which I have explained in that thread.
    I notice that Mountain Lion deals better with order of network priority than Snow Leopard used to .. so it might not need to have manually set gateway and dns.. although I would still recommend it. It simply stops the second network causing issues.
    It is much easier to simply purchase an external drive and plug that in.
    It is cheaper, faster and more reliable than using the TC for TM anyway.
    Plus a lot of the later machines no longer have ethernet ports.. and using dongles is far from neat.. although thunderbolt to ethernet is IMHO necessary accessory for anyone without ethernet.

  • My macbook pro no longer connects to my TV with the mini dvi to hdmi adapter. A while ago the computer fell down and hit the cable. How can I tell if the computer is working ok. Doesn't show mirroring any more.

    My macbook pro no longer connects to my TV with the mini dvi to hdmi adapter. A while ago the computer fell down and hit the cable. How can I tell if the computer is working ok. Doesn't show mirroring any more. Was working while watching a movie but when I pulled it out from the computer and put it back in the system would no longer mirrorr the screen on the TV.

    The best option is an appointment at an Apple store genius bar.  The evaluation will be for FREE!
    Ciao.

  • How can I will declare the symbol u2018 (Single Quote) in the report

    Hi ,
    Could you please tell me how can I will declare the symbol u2018 (Single Quote) in the report.
    My requirement is that I have concate the data with single quote and after that I have to store the data in to an internal table and I have to download the data in the form text file in the presentation server.
    For example :
    Let the below data I want to download into the presentation serve in the format of text file by storing in internal table.
    Assume all are constants:
    1st line : abcu2019add
    2nd line :  defu2019gef
    Thanks in advance.

    Hi Jyothi,
    Thanks for the quick reply .
    I can agree with you are point but My requirement is like this I am explaining clearly.
    I have declared the internal table like this.
    DATA: BEGIN OF OTAB OCCURS 0,
             LINE (9024),
           END OF OTAB.
    So I have to append the each line item into the internal table.
    So I am explaining what the data I have to append
    Ist line contains
    'UNBUNOC:2020308u2019 where 020308 I will get the  date from reguh table
    2nd line contains:
    'DTM+20020510' where the 20020510 will be reference document number from the table reguh.
    So I want to declare a constant 'UNBUNOC:2
    2nd the date from reguh table
    And another constant u2018
    So that I can concate all the three and I can put into string and I will append into internal table and I can download the data into the presentation server.
    Please let me know if you need any more clarification regarding my requirement.
    Thanks in advance.

Maybe you are looking for