How to have horizotal and vertical scrollbar similtaneously in form

Hi,
I my prj I have a main normal content canvas and in top of content canvas there is stacked canvas which fetches the data from datablock.By seting the scrollbar properly in datablock its possible to set horizontal or vertical scrollbar.However I need both the horizontal and vertical scrollbar.Is it possible to have both the scrollbar?How can it be done.In datablock propertly its possible to set either vetical or horizontal scrollbar.

This might help you
+Create the Detail Data Block setting Show Scroll Bar property to Yes and Scroll Bar Orientation property to Vertical. Add some fields from the Detail Block on the Content Canvas.
Create a Stacked Canvas and put the other needed fields from the Detail Block on it. For the Stacked Canvas set Show Horizontal Scroll Bar property to Yes.+

Similar Messages

  • How do you add a Vertical scrollbar to a JTextArea?

    How do you add a Vertical scrollbar to a JTextArea? This is what I've tried so far but it hasn't worked. I got that off of someone asking a similiar question here.
    aTextArea = new JTextArea(10, 40);
             JScrollPane scrollPane = new JScrollPane(aTextArea);
             aTextArea.setText( " " );

    JScrollPane(component)
    this constructor will only show the scrollbar (vertical and/or horizontal) as needed..so, if the scrollpane viewport is larger than the component, then it will not show the scrollbar.
    you can force the scrollbar to alway show
    setHorizontalScrollBarPolicy(int policy)
    setVerticalScrollBarPolicy(int policy)

  • Htp.p( pre )  and vertical scrollbar

    Greetings,
    Carl used the code below for an OnDemand Process in
    http://apex.oracle.com/pls/otn/f?p=11933:13:3295006254376178
    Can I set the height and have vertical scrollbar with the pre tag?
    I've tried a div tag with no success.
    declare
    l_Id varchar2(4000);
    l_String varchar2(32767);
    begin
    select DESCRIPTION into l_String from "RANDOMDATA" where id = v('TEMPORARY_ITEM');
    htp.p('<pre>'||l_String||'</pre>');
    end;
    Thanks,
    Tim
    Edited by: Tim Arnold on Jan 18, 2009 8:14 AM

    I am just gessing but wouldn't this work:
    DECLARE
       l_id       VARCHAR2 (4000);
       l_string   VARCHAR2 (32767);
    BEGIN
       SELECT description
         INTO l_string
         FROM "RANDOMDATA"
        WHERE ID = v ('TEMPORARY_ITEM');
       HTP.p ('<div style="width:1000;overflow-y:scroll">' || l_string || '</div>');
    END;?
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • How do I  save and re-use a fillable form once I have created it? It is a form i will use for multiple medcial clients I see, then print out and put in paper chart, and then do it again for another patient. - I just got Acrobat XI

    I've created a fillable form from a Word document, but how do I save and re-use a a fillable form once I have created it? It is a form I will use for multiple medical patients, printing out the filled in form to put in paper chart (no need to save filled out form), and then fill blank form again for another patient? - I just got acrobat X

    Thanks!
    That should also save the blank form for future re-use, right.?
    Can I also file the blank form in the file system, and then retrieve it as a blank form when I have a next patient need for it?
    Thanks
    Michael

  • Listbox row 0 and vertical scrollbar issue

    Hi,
    I tried to do simple VI where I can check items in the Listbox control. My problem is that when I click anywhere on the vertical scrollbar or buttons with the triangles, Mouse Down event triggers and check item in the row 0.
    Is this an issue or is it just a mistake in code?
    For some reason I am not able to attach VI, so block diagram is below.
    Thank you for any help.
    I use LV 2010.
    Duri
    Duri
    Solved!
    Go to Solution.

    Here is a demo VI that handles listbox selection like this with a single click.  Saved in 2011, uses OpenG array.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.
    Attachments:
    Listbox Item Selection Demo.zip ‏55 KB

  • How to add "Comments" and attach files onto a form?

    My server is LiveCycle ES 2.5, trial version, Turnkey install / Express mode  with  Reader Extensions.
    Client side has IE8 and Reader X 10.1.2.
    User interface is the standard out-of-the-box WorkSpace ES.
    I have an application that routes a PDF form through a Workflow,
    the input/output of the User Tasks is a Document variable that points to the PDF form.
    I know that in the WorkSpace, ther's a built-in Attachment "tab" where the user can attach files and get them routed along with the form.
    But how about Reader's "attach file" (the paper clip) and annotations (the yellow sticker)?  how to allow users to use those features?
    I tried it in the WorkSpace, and when the form is loaded in the IE window, those features were disabled.
    How to enable them?
    Do I need to modify the standard Render service? and add 'Apply Usgae Rights' or something?
    is there an easier way that I missed?
    thanks

    Attachments are lost if your form submits as XDP. If you change the submit type to PDF then server that same PDF back to the next user, the attachments will be there. If you decide for other reasons, you still want to submit as an XDP, take a look at this: http://forums.adobe.com/message/4316578#4316578

  • How can i save and retrieve blob data through forms and reports...

    I have blob data type column and I want to save word, html, gif
    document in oracle database through forms 6 and retrieve the
    data into forms and reports.
    Details : I want to open .doc,.html,.gif file through a button
    and save it ..and i want retrieve the data into text item same
    in reports....
    If anybody have the answer then send me at
    [email protected]

    use ole container
    initialize the container with the filename (doc or gif)
    Edited by: arshid on Feb 8, 2009 1:57 PM

  • How to have same spry tab open when validate form?

    i have a blog where the insert blog form is on the second spry tab and when the form does not validate it stays on the same page but the spry tab goes to the first tab; i want the second spry tab to remain open.
    Can that be done?
    see the page here
    http://www.golftrailusa.com/golfblog2.php

    I have been having this same problem. When I go to close Firefox, I get the message asking if I want to close the 2 tabs, even though I only see one. To view the hidden tab, close the currently open tab. The hidden tab will reveal itself.
    This just happened to me and the URL of the hidden tab was:
    http : // s . ytimg . com / yts / jsbin / html5player-vfliqjKfF.js
    (Spaces added so as to not create a click-able link.)
    Hope this helps anyone with the problem and anyone researching the issue.

  • Spark list and vertical scrollbar

    Hi,
    i have this problem (that seems a common problem):
    I have a List that is bound with an ArrayCollection that is populated with a push data provider that send to me a sport event (with a lot of properties).
    I have also an event map where i put the event into (a simply hashtable).
    If the event doesn't exists in the map i'll add to an ArrayCollection, if the event exists i'll change only its properties (a code snippet):
    var event:LiveEvent = tableMap[changedEvent.row_id];
    if (event) {
         if (changedEvent.active==false) {
              events.removeItemAt(getEventByRowId(events,event.row_id));
              tableMap[changedEvent.row_id]=null;
         else {
              var i:Number;
              event.signgroups = changedEvent.signgroups;
              event.name = changedEvent.name;
              event.betstatus=changedEvent.betstatus;
    after this i force a refresh to the dataprovider (events.refresh();) that cause the verticall scroll bar of the list to jump up.
    I've read into a previous post (that was using a datagrid and not a list) that the refresh is needed only when thare are new UID, so in my case if only the properties changed its value it "should" not needed. But if i don't put the refresh my list is not updated.
    I've also tried to get/set the vertical scroll bar position using:
    eventList.scroller.verticalScrollBar.value = myOldPosition
    but there is someone (i bet some events) that change the scrollbar position after my function.
    How i can prevent to change the scrollbar position or (would be great) avoid the refresh() call?
    this is my list definition:
    <s:List dataProvider="{events}" changing="setItem()" id="eventList" width="300" itemRenderer="itemsrenders.EventItemrender" height="{this.height-90}">

    LiveEvent is a remote object class:
        [RemoteClass(alias="com.isitech.live.beans.Event")]
        public class LiveEvent
            public var row_id:Number;
            public var name:String;
    so event that is a private var is not bindable. Should i declare it global and make it Bindable?

  • How to have Header and body in reciever SOAP adapter channel

    Hi Experts,
    Please help me with the following scenario.
    I am designing a webservice scenario and have the WSDL available .
    The webservice expect the SOAP message as follows
    <?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
      <soap:Header>
        <SecurityHeader xmlns="http://onefile.cyzone.co.uk/webservices/proactive">
          <PortalID>int</PortalID>
          <Username>string</Username>
          <Password>string</Password>
        </SecurityHeader>
      </soap:Header>
      <soap:Body>
        <OrganisationCreate xmlns="http://onefile.cyzone.co.uk/webservices/proactive">
          <Organisation>
            <Title>string</Title>
            <Standards>
              <Standard>
                <StandardID>int</StandardID>
              </Standard>
              <Standard>
                <StandardID>int</StandardID>
              </Standard>
            </Standards>
          </Organisation>
        </OrganisationCreate>
      </soap:Body>
    </soap:Envelope>
    I imported the WSDL as external definition and can see all messages in XI
    In the corresponding operation( from WSDL) as given below, it indicates SecurityHeader to be used as SOAP header. However, the WSDL has OrganisationCreate and OrganisationSecurityHeader as separete messages. How do we combine these two in Message Interface.
    - <wsdl:operation name="OrganisationCreate">
      <soap:operation soapAction="http://onefile.cyzone.co.uk/webservices/proactive/OrganisationCreate" style="document" />
    - <wsdl:input>
      <soap:body use="literal" />
      <soap:header message="tns:OrganisationCreateSecurityHeader" part="SecurityHeader" use="literal" />
      </wsdl:input>
    - <wsdl:output>
      <soap:body use="literal" />
      </wsdl:output>
      </wsdl:operation>
    Please advice.
    Thanks in advance,
    Mona

    Hi,
    Yes you are not supposed to create SOAP envelop, you have to cerate whole.
    See below links Consuming XI Web Services using Web Dynpro – Part II-/people/riyaz.sayyad/blog/2006/05/08/consuming-xi-web-services-using-web-dynpro-150-part-ii
    Consuming XI Web Services using Web Dynpro – Part I -/people/riyaz.sayyad/blog/2006/05/07/consuming-xi-web-services-using-web-dynpro-150-part-i
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0d7349b6-0901-0010-ddbe-ec43178a61ff
    /people/sap.user72/blog/2006/01/16/xi-propagation-of-meaningful-error-information-to-soap-client
    /people/kevin.liu/blog/2006/04/12/wsdl-11-binding-extension-for-soap-12
    Regards
    Chilla..

  • How to have fact and dimension which are not joined in same report

    Hi All,
    suppose we have 2 dimensions and 1 of them is joined to fact but we want to pull both these dimensions along with fact and fact column shows null but we dont want that .how can we have 2nd dimension which is not joined to fact in the same report .Actually i have a column called equipment schedueled time and it can be shown only with equipment dimension but I want to pull both equipment,geography and equipment scheduled time in report if I do it now it shows equipment scheduled time as null because its not joined with geography dimension.I want even if the geography dimension exists it should show the value of equipment scheduled time .
    Can someone please help me.
    Thanks in Advance

    Hi ,
    Can you please tell me what are fact and dimension tables of your requirement.If you want display the data from 2 dims and a fact table ,you have to establish the joins between facts and dimensions.
    mark if helpful/correct...
    thanks,
    prassu

  • How to have "black and white only" be the default print option

    Just installed a new printer and would like to set it up so that the default print option is black and white only. How do I do this?

    Can't find this anywhere. I'm brand new to Macs so I
    might need more detailed instructions.
    I have an HP Photosmart C6100 by the way.
    Not sure which post you are responding to since you replied to yourself
    Every printer is a little different so you may have to do some searching through the settings. I don't have an HP Photosmart C6100 here so I can't say for sure where the setting is for that printer.
    The closest thing I have to that model printer here is an HP OfficeJet 6310
    In that model you choose Paper Type/Quality
    In drop down menu under Color you select Gray Scale
    Then you can still save the preset as I described in my previous post.
    If the C6100 is different than that you may just have to search through option pages and explore the drop down selections.
    Which I could be more specific, but they are all a little different.

  • Dynamic table with header locked and vertical scrollbar problem.

    Hi,
    I have created a dynamic table with header locked.The sample code is as below.
    <div style="width:910px ; overflow-x : scroll">
    <h:panelgrid ...for header populated by binding to pagecode/>
    <div style="width:910px ; height:200px ; overflow-y : scroll">
    <h:panelgrid ...for data populated by binding to pagecode/>
    </div>
    </div>
    The above piece of code serves the purpose.
    There is an overflow in both x as well as y directions and scrollbars appear.But the y scrollbar can be seen only when the x-scrollbar is moved to the extreme right.
    Does anyone have a solution so that both the scrollbars can be seen as soon as the table loads without the need to move x to the extreme right to see y?

    wa_layout-grid_title = text-039.
        wa_layout-sel_mode = 'A'.
        APPEND wa_layout TO gs_layout.
        wa_layout-grid_title = text-039.
        wa_layout-sel_mode = 'A'.
        APPEND wa_layout TO gs_layout.
        wa_layout-grid_title = text-039.
        wa_layout-sel_mode = 'A'.
        APPEND wa_layout TO gs_layout.
      CALL METHOD gr_alvgrid1->set_table_for_first_display
          EXPORTING
            is_layout       = gs_layout
          CHANGING
            it_fieldcatalog = it_fieldcatalog1[]
            it_outtab       = <l_table>.
    i am using like but its not accepting more than one line header in is_layout, is there any possibility to take like this.
    Regards,
    Mallikarjuna.

  • How to have amounts and amounts splitted at the same time

    Hi everybody, I need to show data as in the example (4 fields):
    Product Category           Number of tickets by category               Product               Number of tickets by product
    Category 1                              100                            product A                             50
                                                                           product B                              50
    Category 2                               10                             product C                              8
                                                                           product D                               2As you can see I need to see the total of tickets for each product category, and then splitted by product.
    In order to try to have this result, I take the following fields from the business area:
    Product Category
    count(tickets_id)
    Product
    but I'm not able to have the amount of tickets by category and the amount of tickets by product at the same time inside the report.....because as soon as I split by product I loose the total of tickets by Category.....
    How can I have this two amounts together ? The first referred to the total of tickets by Category and the second splitted by product at the same time?
    I tried to do a calculation count(count(tickets_id))....but it's not possible...I have the error "Nested Aggregated functions are not allowed"..
    Any help will be appreciated
    Thanks in advance
    Alex

    Tamir, thank you so much !!!
    It work perfectly ! but...just the last question...How can I group these records ?
    I explain to you better. Now, the situation, after using the analytic functions (as you mentioned) is the following:
       Product_Category      Count                  Product             Count      
         Category 1          100                   Product A              40
         Category 1          100                   Product A              40
         Category 1          100                   Product A              40
         Category 1          100                   Product B              60
         Category 2          10                    Product C              8
         Category 2          10                    Product D              2
         Category 2          10                    Product D              2 If I use the SORT (order by), I have empty records (blank) as below:
       Product_Category      Count                  Product             Count      
         Category 1          100                   Product A              40
         blank               blank                 blank                  blank
         blank               blank                 blank                  blank
         Category 1          100                   Product B              60
         Category 2          10                    Product C              8
         Category 2          10                    Product D              2
         blank               blank                 blank                  blank ...but I like to have the data grouped as:
       Product_Category      Count                  Product             Count      
         Category 1          100                   Product A              40
                                                   Product B              60
         Category 2          10                    Product C              8
         Category 2          10                    Product D              2 So, my question is this: how can I group the data using Discoverer ?
    Thanks again
    Alex

  • How to have like and comment option for Asset Library video in SharePoint2013?

    Hi All,
    In an Assert Library, user can able to upload videos. Once uploaded other users in that site should have options such as like and comments. How to achieve this scenario?
    Thanks in advance!

    Hi,
    For this scenario we have "Site feed" in "Site collaboration" category of webpart,you can add in displayform.
    Make sure to activate "Site feed" in site feature.
    Whenever you see a reply and if you think is helpful, click "Alternate TextVote As Helpful"! And whenever you see a reply being an answer to the question of the thread, click "Alternate TextMark As Answer

Maybe you are looking for

  • Move tool crashes Photoshop CS4

    Hey =] I have quite a large problem with  PS CS4, Whenever I use the move tool, I get the message "Photoshop CS4 has encountered a problem and needs to close" I'm running Vista 32-Bit. It worked fine until about a week ago when I de-fragged my HDD, I

  • Excise values should flow from PO-GR in J1IS.

    Hi, I have created a returns PO. I have selected Only Part 1 at the time of posting GR. Creating invoice thru JIS. System is picking the accessable value from J1ID. But, I want the system to pick the excise values from PO-GR. How this can be done. No

  • Burn folder failed to burn

    It gave me an error saying that there was an error communicating with the drive but the burn dialog box is still there since over an hour and refuses to go away. I pressed stop button on it and its still going. but it does not display any progress(si

  • Loader.close doesn't work in Flash but does work in Flash player

    When testing a movie in flash with simulate download the Loader.close() function doesn't seem to work when trying to cancel a load but it does work in a browser! You'll need to try to load a movie that has sound. The loader looks as if it stops but t

  • Please Help With : XVM-01003: [XPST0003]/LPX-00801: XQuery  Syntax error at

    Hi gurus, I need your help on using the XMLQuery function. We are FINALLY in the processing of migrating from 10g to 11gR2! Oracle says that we should replace extracValue with XMLQuery, so I am trying to do that but I am getting the errors below, XVM