Parts HTML form Expand All(Show button) option needs to customize.

Hi,
I am new to OAF.
I have a requirement lin Oracle Sparse Management -> Parts HTML Request Form needs to Personalize/Customize for a business requirement.
I have some qusetions like
1. Can we customize or personalize the Show All Details or HideAll Details options in OA Forms ?
2. If Yes, i have similar requirement like that,
The personalization aim is show all details should be expanded by default.
3. If No please provide why it can not be achevable.
Here is business reuirement in parts Html, there are two regions in page 1. Header 2. Lines (Under Lines there are two table 1 is for Item information search and 2nd is for order details based on the item. This order details are hided under the Item information table one of the field button Show(which is like Expand All with symbol +))
Page works like below.
1. Header level validations are there for some fields like Resource, Need By Date.
2. Once Valid from header can be entered the Item information search in Lines details Region, in the same table there is an option with + symbol (Show), which is like Expand All.
will validate the item details and displays Order details respective to item. These results are hide under + Show button.
If i want see the order details then i need to perform click action on the +Show button. (Requirement is this should be done automatically once i have entered the item in Line Details Region and needs to display the results).
Please provide your seggestions to acheive this.
Thanks,
Narayana Swamy

For this i have tried below steps to extend related VO of SHow button field.
Below steps i have perforemed.
1) Identified the right VO from about this page.
ReqLineVO
2) Exported the related standard VO to JDEV from Server.
ReqLineVOImpl.java, ReqLineVORowImpl.java, ReqHeaderVO, RequirementAM, RequirementAMImpl.java
3) Created a new VO which extends the standard VO and modified Showhide flag to ‘Y’
HolxReqLineVO, HolxReqLineVOImpl.java, HolxReqLineVORowImpl.java
4) Performed substitutions in Jdeveloper
Project Properties -> Business Components -> substitutions
5) Have created custom folder structure in server and moved custom VO files to server.
\holx\oracle\apps\csp\portal\requirement\server\HolxReqLineVO.xml
6) Performed JPX import
1. Go to E:\jdev10g\jdevbin\oaext\bin
2. Executed the below command
jpximport E:\jdev10g\jdevbin\jdev\myprojects\OAProject4.jpx -username apps -password th1rdapps -dbconnection "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)
(HOST=mycomapny.com)(PORT=1526))(CONNECT_DATA=(SID=TESTDB)))"
7) After this bounced apache.
8) While trying to open the parts html form, below exception is occurring.
Error Page
Exception Details.
oracle.apps.fnd.framework.OAException: Could not load application module 'oracle.apps.csp.portal.requirement.server.RequirementAM'.
     at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:279)
     at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1306)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:549)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:437)
     at OA.jspService(_OA.java:212)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
     at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)
     at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:68)
     at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:214)
     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
     at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)
     at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
     at RF.jspService(_RF.java:225)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
     at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
     at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
     at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:662)
## Detail 0 ##
JBO-30003: The application pool (holdb01.dataintensity.comHOLDEV1524oracle.apps.csp.portal.requirement.server.RequirementAM) failed to checkout an application module due to the following exception:
oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.InvalidOperException, msg=JBO-26036: Recursive substituion for holx.oracle.apps.csp.portal.requirement.server.HolxReqLineVO.
## Detail 0 ##
oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.InvalidOperException, msg=JBO-26036: Recursive substituion for holx.oracle.apps.csp.portal.requirement.server.HolxReqLineVO.
## Detail 0 ##
oracle.jbo.InvalidOperException: JBO-26036: Recursive substituion for holx.oracle.apps.csp.portal.requirement.server.HolxReqLineVO.
JBO-30003: The application pool (holdb01.dataintensity.comHOLDEV1524oracle.apps.csp.portal.requirement.server.RequirementAM) failed to checkout an application module due to the following exception:
oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.InvalidOperException, msg=JBO-26036: Recursive substituion for holx.oracle.apps.csp.portal.requirement.server.HolxReqLineVO.
## Detail 0 ##
oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.InvalidOperException, msg=JBO-26036: Recursive substituion for holx.oracle.apps.csp.portal.requirement.server.HolxReqLineVO.
## Detail 0 ##
oracle.jbo.InvalidOperException: JBO-26036: Recursive substituion for holx.oracle.apps.csp.portal.requirement.server.HolxReqLineVO.

Similar Messages

  • Web Form Windows all showing main menu

    I am trying to migrate a Forms 6 system to the Web, but each of the windows in the web based version show the system menu (which only displays on the main window in Forms 6). Does anyone know how to get the menu to show in the main window, and only the main window?

    Anyone who is interested, I found my own answer. Create a main_window, and set this as the console window, with inherit menu set to YES. Set up any other windows as stacked canvases on this window. You need to hide the other canvases when they are not required.
    Apparently, Web forms cannot have the console and toolbar displayed on the MDI window.

  • How to make custom html form buttons - here's a way to do it.

    I have been trying to create custom HTML form rollover submit/Reset buttons but could not get it going.
    There is a Javascript way but I do not know how.
    Anyway, I manage to get it working in all browsers except for IE 6. It does not hover in IE 6.
    Here is the HTML code:
    <label class="contact_form_btn">
    <input type="submit" name="submit_btn" class="contact_form_submit_btn" value="Submit form" />
    </label>
    And here is the CSS:
    .contact_form_btn, .contact_form_submit_btn {
        margin: 0;
        padding: 0;
        display: block;
        line-height: 40px;
        height: 40px;
        width: 200px;
        font-family: "Century Gothic", "Trebuchet MS", Verdana, Tahoma;
        font-size: 20px;
        color: #FFFFFF;
        font-weight: bold;
        float: left;
        background-image: url(../my_website_images/form_btn_set.jpg);
        background-repeat: repeat-x;
        background-position: bottom;
    .contact_form_btn {
        background-image: url(../my_website_images/form_btn_set.jpg);
        background-repeat: repeat-x;
        background-position: bottom;
    .contact_form_submit_btn {
        background: transparent;
        border: none;
        cursor: pointer;
        float: left;
        clear: left;
    .contact_form_btn:hover {
        background-image: url(../my_website_images/form_btn_set.jpg);
        background-repeat: repeat-x;
        background-position: top;
    It works perfectly but not in IE 6.
    In IE 6 the image does work but there is no hover effect.
    I'm using it anyway - screw it.
    But for the sake of learning and advancement  - does anybody have an idea why it will not rollover in IE 6?

    JoeyD1978 wrote:
    You can use an HTC to fix the hover on IE6:
    http://www.danvega.org/blog/index.cfm/2008/1/1/CSS-hover-selector
    Hello,
    I read the information on the link you posted but I'm a litle confused as to how this is implemented.
    There is nothing mentioned about attaching a script to the document.
    All I read is that you add this to the body:  body {    behavior: url("csshover3.htc"); }
    And so my question is. The files that you download, where do you put them? Do you attached them to the header of the html page?
    Or do you pull them through the url that's attached in the CSS page body?
    I have contacted the author but if you know the answer, please explain further.
    Thanks again, Patrick

  • Change the Show View Options' "All windows" default to "This window only"?

    By default, all Show View Options panes are set to "All windows". Is it possible to change the default to "This window only"?
    I regularly change icon sizes for various folders, but never for all windows. So every time that I use the Show View Options pane, it's an annoying "click This window only" process.
    screen capture of Show View Options pane
    http://aycu01.webshots.com/image/11080/2003481958008021751_rs.jpg
    17" iMac G4, 1GHz PowerPC, 768mb RAM Mac OS X (10.4.9)

    The default is for any window you have not previously opened and set to have All Windows as the default, for List and Icon Views. Once you click This Window Only and make your settings, then every time you open that particular folder it should remain at the This Window setting.
    I find the default of All Windows really really annoying, but I am aware of no way to change this. Send Feedback to Apple:
    http://www.apple.com/macosx/feedback/
    It should be a user settable global preference, but it isn't.
    Francine
    Francine
    Schwieder

  • Folder Show View Options reset to default every time

    Updating to OS X Lion went fine, but when I looked at my photos and video folders all Show View options were reset to the default. Even when I try to change them now they get reset to the default every time.
    This definitely 'bugs' me big time!
    Anyone else got the same annoying behaviour or has a solution to this problem?

    You have permissions issues on your preferences folder. Could be anything from genuine file permission issues to security tools interfering to group policies or your account type limiting your user privileges. Read this and act accordingly:
    Important Directories
    Installation Preparations

  • HTML form and java

    Hi,
    I have been pulling my hair out for the past week on this with no suces EVEN after forum searching, googling ..........
    Here is the problem:
    I have an HTML form of the following type and need to pass in a Javascript variable to the servlet called on hitting the submit button.
    <script>document.write('<form name="Test" method="get" onSubmit="return chkfields(this)" action="/servlet/NewServlet?ABC='+unescape(params["ABC"])+'">')</script>For debugging purposes, I have a document.write statement and I see it on the page right above that line and it does display it on the field. However this thing does not pass the varible to the servlet. I even tried replacing the unescape(params["ABC"]) with just the variable name used in the form as ABC and that did nto work either. Please suggest any other suggestions.

    test.html:
    <!DOCTYPE HTML PUBLIC "-//w3c//dtd html 4.0 transitional//en">
    <html>
    <head>
    <script language="JavaScript">
    function setHidden() {
      document.testForm.testInput.value = "test";
      return true;
    </script>
    </head>
    <body>
    <form method="post" name="testForm" action="test2.jsp" onSubmit="return setHidden()">
    <INPUT TYPE="hidden" NAME="testInput">
    <INPUT TYPE="submit" VALUE="submit">
    </form>
    </body>
    </html>test2.jsp:
    <html>
    </head>
    <body>
    <%
    out.println(request.getParameter("testInput"));
    %>
    </body>
    </html>

  • Edit HTML FORM for Travel Request in BADI

    Hi Experts,
    I'm trying to use the BADI FITP_REQUEST_HTML_FORM_BADIDEF to edit the HTML form for travel request.
    I need to add and hide fields in tables, but I don't need to create new tables in the form.
    The example is like the following:
      CALL METHOD co_dd_document->add_table
        EXPORTING
          no_of_columns = 2
          width         = '350'
          border        = '0'
        IMPORTING
          table         = lo_estc_table.
    set estc columns
      CALL METHOD lo_estc_table->add_column
        EXPORTING
          width  = '150'
        IMPORTING
          column = lo_col1.
      MOVE text-t04 TO lv_text.
      CALL METHOD lo_col1->add_text
        EXPORTING
          text = lv_text.
    We don't need to create new tables, we need to add fields in an existing table of the form.
    Somebody knows how can I do that?
    I hope you can help me.
    Thanks in advance.
    Oscar.

    work around!

  • InfoPath 2013 - Rich Text box - Expand to show all text option not working

    I have create an InfoPath form and created a view which will be used for printing. I have a rich text box in this print view and the scroll option for this rich text box is set to "Expand to show all text". However, it is not working and it doesn't
    expand the size of the text box based on the content length.
    same thing used to work in InfoPath 2010.
    Any suggestions?
    Thanks,
    Neelesh

    Hi Wendy,
    Here are the steps I have used:
    1. On default view added a rich text box.
    2. Created another view called Print and mapped it to the same Field which I added to default view
    3. Set the Wrap text and Expand to show all text on both the Rich Text Box Properties - in default view and in Print
    view. Also set the height of the rich text box to auto.
    4. Set the print views as the print view for default view
    5. Deployed the form to SharePoint Form Library
    6. Opened the form in browser
    7. Entered the content in the rich text box in default view. It expands well if I have much content
    8. Clicked on Print preview and that opens up the print preview and it shows the rich text box only one line in height and with scroll bar
    I missed to mention that it is a web browser enabled form and I am using InfoPath 2013 and SP 2013.
    It does work fine in InfoPath client.
    Thanks.

  • Possiblity to expand / narrow / reset all drillstroughable parts of the report with one button

    Hi,
    has anyone done that bevore? Is this possible ..
    I have parts of a big Report, that are expanded (where i can see all detaildata) and parts where the detaildata is there, but arent showed by Standard (are narrowed).
    I wish i could have a button, where i can expand / narrow all expandable/narrowable parts of the reports from 1 button.
    Why?
    1) To print the Report i could press "Expand all" and then print, so i get all the detials of the Report.
    2) for a better first look i could Show all expandable reportparts narrowed. Then click expand all to see all Details.
    and maybe to reset all expandable parts to the Default (Settings when loaded) there could be a reset button to.
    Any Chance?
    THX, greets pib

    Hi Pe.bo,
    Per my understanding that you want to add an button in the report to control the Expand All and Collapse All of the drill down report, right?
    I have tested on my local environment and we can do this by creating an parameter to control the show/hide of the details, We can add two radio button image (Radio on, Radio Off)and add the "Go to Report"action on the image which
    display most similar to the button and will display the result of Expand All and Collapse All once you click on the radio button.
    Step by Step details information in below article for your reference to help you achieve the result:
    http://blogs.interfacett.com/how-to-implement-expand-allcollapse-all-for-drill-down-in-sql-ssrs
    If you still have any problem, please feel free to ask.
    Regards
    Vicky Liu

  • Hi all, Since I updated to Mavericks I am having trouble with Safari showing all the buttons/clickable options, but they are gray and will not work. Specifically, the Trash Can/Delete and the "Move to" folder button simply do not work. Any ideas?

    Hi all, Since I updated to Mavericks I am having trouble with Safari showing all the buttons/clickable options, but they are gray and will not work. Specifically, the Trash Can/Delete and the "Move to" folder button simply do not work. Any ideas?

    Please post a screenshot that shows what you mean. Be careful not to include any private information.
    Start a reply to this message. Click the camera icon in the toolbar of the editing window and select the image file to upload it. You can also include text in the reply.

  • Calling PLSQL Stored Procedure From HTML Form Submit Button

    Hi there,
    I am having a little difficulty with calling a stored procedure using an html form button. Here is the code I have right now...
    HTP.PRINT('<form action=ZWGKERCF.P_confdelete>');
    HTP.PRINT('<input type=''submit'' value='' Yes '' onClick=''document.getElementById("mypopup").style.display="none"''>');
    HTP.PRINT('</form></div>');Here is the issue - I need to find a way to pass variables to this stored procedure so it know what data to operate on. This stored procedure will delete data for a specific database record and I must pass three variables to this procedure to make it work.
    Lets call them class_number, term, conf These three variables will be passed and the data will be deleted and the person will see a confirmation screen once the delete query has been executed.
    So ideally I would want: ZWGKERCF.P_confdelete(class_number, term, conf) and then the stored procedure would handle the rest!
    Seems pretty simple but I am not sure how to make this happen... My thoughts were:
    Pass the data to this html form (the three fields I need) in hidden variables. Then somehow pass these using POST method to the procedure and read using GET?
    Can someone clarify what the best way to do this is? I have a feeling its something small I am missing - but I would really like some expert insight :-)
    Thanks so much in advance!
    - Jeff

    795018 wrote:
    I am having a little difficulty with calling a stored procedure using an html form button. Here is the code I have right now...
    HTP.PRINT('<form action=ZWGKERCF.P_confdelete>');
    HTP.PRINT('<input type=''submit'' value='' Yes '' onClick=''document.getElementById("mypopup").style.display="none"''>');
    HTP.PRINT('</form></div>');Here is the issue - I need to find a way to pass variables to this stored procedure so it know what data to operate on. This stored procedure will delete data for a specific database record and I must pass three variables to this procedure to make it work. The browser generates a POST or a GET for that form action, that includes all the fields defined in that form. Let's say you define HTML text input fields name and surname for the form. The URL generated for that form's submission will be:
    http://../ZWGKERCF.P_confdelete?name=value1&surname=value2The browser therefore submits the values of the form as part of the URL.
    The web server receives this. It sees that the base URL (aka location) is serviced by Oracle's mod_plsql. It passes the URL to this module. This module builds a PL/SQL block and makes the call to Oracle. If we ignore the additional calls it makes (setting up an OWA environment for that Oracle session), this is how the call to Oracle basically looks like:
    begin
      ZWGKERCF.P_confdelete( name=> :value1, surname =>  :value2 );
    end;Thus the PL/SQL web enabled procedure gets all the input fields from the HTML form, via its parameter signature. As you can define parameter values with defaults, you can support variable parameter calls. For example, let's say our procedure also have a birthDate parameter that is default null. The above call will still work (from a HTML form that does not have a date field). And so will the following URL and call that includes a birth date:
    URL:
    http://../ZWGKERCF.P_confdelete?name=value1&surname=value2&birthdate=2000/01/01
    PL/SQL call:
    begin
      ZWGKERCF.P_confdelete( name=> :value1, surname =>  :value2, birthdate => :value3 );
    end;There is also another call method you can use - the flexible 2 parameter interface. In this case the PL/SQL procedure name in the URL is suffixed with an exclamation mark. This instructs the mod_plsql module to put all input field names it received from the web browser into a string array. And put all the values for those fields in another string array. Then it calls your procedure with these arrays as input.
    Your procedure therefore has a fixed parameter signature. Two parameters only. Both are string arrays.
    The advantage of this method is that your procedure can dynamically deal with the web browser's input - any number of fields. The procedure's signature no longer needs to match the HTML form's signature.
    You can also defined RESTful mod_plsql calls to PL/SQL. In which case the call format from the web browser looks different and is handled differently by mod_plsql.
    All this (and more) is detailed in the Oracle manuals dealing with mod_plsql - have a search via http://tahiti.oracle.com (Oracle Documentation Portal) for the relevant manuals for the Oracle version you are using.
    Alternatively, simply download and install Oracle Apex (Application Express). This is a web development and run-time framework and do all the complexities for you - including web state management, optimistic locking, security and so on.

  • Multiple List Box showing Duplicate Options in Existing Form Library forms.

    Good day.  I currently have an InfoPath 2010 form library template that has a view containing 4 multiple selection list boxes.  These list boxes get their values from a hidden view that contains 4 repeating tables in which I've set default values
    for Value and Display name to populate the multiple selection list boxes.
    The issue I am having is this: When adding new options to the repeating tables through the Default Values option window and publish, new forms display the new selection options successfully, while existing forms in the library when opened are displayed duplicates
    of the first default value in the table in the place of the new options. (Example, Create Data[display] - 10[value] is displaying 4 times after adding 3 new options to the characteristics table that contains Create Data as it's first row item.)
    When comparing the .XML of a new form to an existing form, groupX in this case shows all options in the new form .XML, but shows the duplicates in the .XML of an existing .XML file.
    Is there a way to resolve this issue so that existing documents will display the proper selection options instead of the duplicates?  I'd like to note that another list box had a value added and it displayed the value properly when published in both
    new and existing forms.
    Thanks!

    Hi Hemendra:
    There are no rules on Section A.
    Two out of three forms used so far by the users have these problems.
    We did extensive trending study on all the submitted forms on both where the submit was successful and ones with Section A frozen up. Also, requested a user to submit a few forms per our instructions on different browsers.  Even though there are some
    forms in the past which could be claimed as success has some attachment uploaded to the Section A of the form, currently every time an attempt by any usetr to attach a smallest document the section A, it wipes out all the existing completed fields and freezes
    up all the rest of the controls of that section and not any other part of the form.
    Thanks,
    SRA
    SRAEngineer

  • HTML form: file requestor to show only specific extensions?

    I included an upload page in my web application via a HTML form. When pressing the browse button, the file requestor shows all files in the given directory. Is it possible to set up the form so that the file requestor only shows specific file types (e.g. only extensions ".zip") - just like the file filters in JFileChooser?

    There is an interface java.io.FileFilter. You can implment this interface to check for your extensions then pass it to the listFiles method of the File class.

  • Submit button in inserted HTML is not correctly shows

    Submit button in inserted HTML is not correctly shows.
    <input type="submit" name="submit" value="Submit">
    Button doesn't have a round gradient background like in real HTML.  
    Looks like Muse translated it not correctly. Muse doesn't use inserted code directly to the browser.
    The ??? is how to see a real html appearance?

    Dear All
    I feel adobelance is giving us a pretty good answer.
    I tried code in Dreamweaver and got:
    And in Muse I got:
    I did have to change the border from outset to solid grey (to give it the colour) - the main difference seems to be the font.  It was close enough for me, though.
    I am not a Dreamweaver developer and this is the first code I have run in Dreamweaver (successfully, anyway).
    Muse allows Designers to sketch web sites and as such is good - but it is not Dreamweaver.  I admit I subscribe to Creative Cloud - so I can use Dreamweaver or Muse and am using the latest version but I am a fan of Muse so far. 
    My HTML in Muse is
    <form>
    <form method="post" action="senddata.php">
    <label for="lastname" style="color:black; background:light grey">Last Name:</label>
    <input type="password" id="lastname" name="lastname">
    <input type="submit" value=" Submit Form! " style="border:2px solid grey; color:black; background:light grey">
    </form>
    I do hope this assists you all.
    Kind regards

  • Rich Text Box Issue - Expand to show all Text

    Hi everyone
    I'm having a pretty frustrating issue with the rich text box when viewing a line item (not when editing the item, but viewing the item)
    I want my rich text box to expand with the text, which I have changed in the options on InfoPath with the "Expand to show all text" scrolling option. However, in IE, the table row will expand, but the actual rich text box will not and I'll have
    a scroll bar there and you cant see all of the text at one time. If I look in Chrome, then it works the way I want and I can see all of the lines of text that were entered into the rich text box.
    The only solution for IE to work correctly is to change the Display settings to "Enable enhanced rich text content...". But the big issue with that is now you can no longer highlight the text (the highlight disappears right after highlighting it),
    and the users will need to copy text from the text box, so it renders the "enhanced" rich text box useless for us
    It's kind of a lose-lose situation that I'd love to find the solution for

    I guess a better solution would be how can you highlight text from an enhanced rich text box, because changing these to "rich text box" gets rid of font colors in the pre-existing data.
    The original problem was that they couldn't highlight text unless they went into edit mode

Maybe you are looking for

  • Noob needs help with dreamweaver- problem encountered

    madelinebeth.net This is the website i am trying to create. It is not complete, but on Safari it looks fine. When i open it on firefox, it gets all messed up and i dont know how to change it. It initially gets messed up on dreamweaver when i add link

  • Upload Flat File in Z-table

    Hello everyone, We have a Z custom table which contains data about Customer Class. I was wondering if it is possible to load a flat file into the Z Table. Kindly advice how to load a flat file in z-table. Thanks, Sanju

  • HELP! Mac Pro is overheating.

    I recently bought a new desk. It's an L-shape that has a built-in cabinet for the computer tower. I put the Mac Pro in there and started some back-up tasks and left the house. When I came back the fan was on - and louder than I ever heard it before.

  • Exchange 2007 to Office 365.

    Hello, We're upgrading our Exchange 2007 to Office 365.  We can't store a small portion of our emails in office 365 (cloud) due to contract obligations that says storing data outside of the UK is not allowed.   I can see there is a way to create a p

  • Lot size use for splitting req. qty. with Two  vendors

    Hello PP experts, We have two vendors and we want the each requirement to be split into the two vendor with 30 % for 'A' and 70 % for 'B'. What are the IMG  and master data setting required for the above scenario? Please let me know whether can will