Form layout issue

Hi,
I have to modify the Form layout of an existing application (Application Express 4.0.2.) where the data for each field is retrieved using SQL statements
Presently the form looks something like this and the Data for each field is rendered properly in this layout:
  UNIT # :         123456
  ADMISSION #: 2012101510         DISCHARGE DATE:                 ADMISSION DATE:
  FIRST NAME:   JON                     LAST NAME: DOEFIRST NAME, LAST NAME and UNIT # are all "Display Only" item type.
What I'm trying to do is to move "FIRST NAME" underneath "LAST NAME" and "UNIT #" next to "LAST NAME"
This part is very simple. However, the issue I'm having is as soon as the "UNIT #" is moved next to "FIRST NAME", the data for "FIRST NAME" and "LAST NAME" simply disappear
This is how it looks
  ADMISSION #: 2012101510         DISCHARGE DATE:                 ADMISSION DATE:
  FIRST NAME:                             UNIT #: 123456
  LAST NAME:    I have played around for hours and even created from scratch a new page with a new form using SQL statements to pull the data for each field, only to get the same result.
Has anyone ever had this issue?
Thank you
Ruben
Edited by: Ruben_920841 on Feb 22, 2013 9:24 AM

This sounds very odd.
Is the data for First Name and Last Name fetched from the database with the standard built in fetch process for the page? What about the Unit field?
Or are they "calculated" based on the data on the Unit field?
If they come from different tables, perhaps you need to add a computation to the page so that everything happens in the correct sequence.
>
Hi Jorge,
"First Name" and "Last Name" are fetched from a different table.
I did create a Computation Page for those 2 items as you suggested but it did not fix the issue.
Any other idea what it could be?
Thanks again
Ruben

Similar Messages

  • BCM 2013 Form Layout Issues

    Upon initial installation, I could format a lead or business contact form layout.  Now I cant delete user created fields on the form or change anything with the form previously created. 
    Default drop down fields are in error.  As an example, on the lead form layout, drop down for email has three choices "EMAIL", EMAIL 2" and "EMAIL Other".  When I click on "EMAIL" it shows "Email2".

    Hi Chanh
    I have not come upto the level of testing the file generated with IRS.  Will keep you posted what happens there.
    Shannon,
    Apparently the new version of 1546868 fixes the issue for box number 7.  But if the amounts are huge in box numbers 1 or 3 or 15a (they use these in my client) then the amount overflows to the nearby box.  So we have again opened an issue again with SAP & will keep you posted withwhat SAP comes up with.
    Thanks
    Regards
    Morgan

  • SRM PO form layout issue

    Dear All,
    Does standard class and method (Layou driver program ) support custom adobe form in SRM 7.0 (PO layout)?
    Kindly let me know your experience.
    Thanks.
    Rrgards,
    Preethi.

    Thanks Kris for your reply! Using Matrix layout yes its possible to make fine adjustment, but I would like to go by Form layout only as its a new tool for SAP in EhP2 as well much better in use as per as performance is concerned. Only thing is I am doing some mistake that the right alignment for labels are not coming rather its coming only as left alighned. Surely I am doing some mistake which I am not able to trace.
    Please advice. Thanks Som.

  • PHP form layout issue

    Hi all, I have a basic php form on a page, it works great,
    and my email recieves the content as required, BUT, when the form
    submits and the page shows the forms content, it throws out my
    layout ocmpletely. My white maincontent dissapears, and the footer
    div is all misaligned, my code is attached. Can anyone help please?
    many thanks

    On Thu, 7 Feb 2008 16:34:22 +0000 (UTC), "simbull"
    <[email protected]> wrote:
    >Thanks for the response gary, I have tried that (and just
    did again), that
    >means the user is not presented with the php output,
    which I do want them to be
    >ideally. Anyhow, that aside, it still throws my layout
    out..?
    Impossible to give you a better answer without knowing what
    you want to
    accomplish, but it sounds like your layout might be too
    fragile.
    Gary

  • Adobe Form Layout Issue

    Hi,
    I have created an interface for an Adobe Form . And i'm using this interface to create an Adobe Form.
    When i click on Layout in Adobe Form , the system is not allowing me to desing the layout , but It is throwing an error message(Informative message).
    The Following is the error message
    Could not start Layout Designer (see long text)
    What might be the reason...? Is this error related to BASIS Settings?
    Thanks & Regards

    Hi,
    ADS needs to be configured properly,
    this is the part of BASIS team.
    regards
    Ramchander rao.K

  • Issue with Adobe Form Layout

    Hi,
    I have an issue with the Adobe Form Layout.Although I have added a field in the Context Menu of the Form Builder but the context has not been added to the Data View.
    Could you please help me to understand how to include the parameters and structures that we define in the context and add them to the Data View in layout?As far as I know, it is done automatically.But in this case I don't understand what the problem is.
    Please help me.
    Thanks,
    Sandeep.
    <MOVED BY MODERATOR TO THE CORRECT FORUM>
    Edited by: Alvaro Tejada Galindo on Jul 14, 2009 4:10 PM

    it is normally done automatically. Do ANY of your fields show in your DATA VIEW? Or, are you just missing the new one?
    If you're only missing the new one, make sure your Context has the field defined correctly and generated.. Then make sure you have updated the mapping in your View Context and generated that.
    After those 2 things, your field should now show.
    You cannot, as far as I know, define an attribute as any sort of TABLE - we have a common structure that has several Table Types in it. When we import that structure, we have to delete those attributes and create Nodes to mimick those tables.
    If you've accidentally included a Table type as an attribute, you won't see any fields in your Data View.
    EDIT: by the way, there's an Adobe Interactive Forms Forum where you should ask these kinds of questions.
    Edited by: robert phelan on Apr 2, 2009 8:51 PM

  • Layout issue while trying Migrate Oracle Report to XML publisher Reports

    Hi
    I am trying to Convert Seeded Oracle Reports (rdf) to BI Publisher reports, in doing so encounter layout issues. The layout of the RTF , PDF or HTML generated by BI Publisher is different form the text, PDF or HTML outputs generated by the concurrent report. The problem with the BI Publisher template and out put
    Is, the lay out is getting distorted .
    Steps to archive the migration :
    -     download the rdf from the server to local m/c.
    -     execute Forms 9i Util rwconverter to generate a xml
    -     use the oracle.apps.xdo.rdfparser.RTFTemplateGenerator API to generate a RTF template of the report layout
    -     Then use this template to generate a XSL via oracle.apps.xdo.template.RTFProcessor API
    -     The Apply the XSL on the XML data output of the report using oracle.apps.xdo.template.FOProcessor to generate RTF , PDF & HTML files.
    Name of the Report used for migration “FSG - Report Detail Listing” , responsibility GL super User. This was just a random report we picked-up for trial.
    The layout of these files seems to distorted than the layout of the original report output as generated by the rdf report.
    Pls suggest some means to resolve this or any pointers towards what causing this could be of help.
    -     Shudipto

    The process of "converting" an old Oracle Reports rdf into a BIP report is more akin to writing a brand new report in BIP than to what most people would consider a true conversion.
    The conversion routine outlined by Oracle just gives you a starting point for converting RDF layouts into BIP, and nothing more. In regards to the data define it does somewhat better generating your queries and XML layout (but honestly, that is the easy part), but even for the data define it will lose your formula columns as well as report triggers.
    I have used the converter on several dozen rdf files and I have yet to see one that is better than 10-20% ready for use after the conversion process.
    I would strongly suggest that you only convert the reports that you have to convert (for enhancements, modifications, etc). If it ain't broke in old Oracle Reports, dont' try to fix it in BIP.
    Scott

  • How to right align a read only numeric field in a panel form layout

    Hi, does anyone know how to right align a read only numeric field in a panel form layout? I am using: Style Class = AFFieldNumberMarker, but it only seems to work if the field is disabled. Disabling the field gives it a difference appearance that does not look right on our forms. These are calculated fields, which cannot be modified, so read only is necessary.
    I have looked online for some answers, and it seems that others are having similar issues.
    I have tried different combinations for the properties, but so far I cannot get it to work.
    Thanks
    Judy
    I am using JDEV 11.1.1.5

    Sorry for the delay in my response. Here is the code
    <af:inputText value="#{bindings.TotalAirlineCostEst.inputValue}"
    label="#{bindings.TotalAirlineCostEst.hints.label}"
    required="#{bindings.TotalAirlineCostEst.hints.mandatory}"
    columns="#{bindings.TotalAirlineCostEst.hints.displayWidth}"
    maximumLength="#{bindings.TotalAirlineCostEst.hints.precision}"
    shortDesc="#{bindings.TotalAirlineCostEst.hints.tooltip}"
    id="it20" readOnly="false"
    disabled="true"
    styleClass="AFFieldNumberMarker">
    <f:validator binding="#{bindings.TotalAirlineCostEst.validator}"/>
    <af:convertNumber groupingUsed="true"
    pattern="#{bindings.TotalAirlineCostEst.format}"
    type="number"
    maxFractionDigits="0"/>
    </af:inputText>
    thank you,
    Judy

  • 11gR2- pdf report layout issue in chrome browser

    hi,
    We are using 11gR2(11.1.2) forms and reports,when we run reports as pdf in chrome browser it has layout issues, spacing,no data etc, but the same reports works fine on internet explorer 8.
    Is there any settings required in chrome browser, or report server?, please help with this issue.

    Did you ever solve this problem? I have the same problem... In IE it centers the report in the ReportViewer control but in Google Chrome the ReportViewer shows the report to the left... Left aligned.... What is the fix for this? Mike in Los Angeles, California,
    USA

  • Item line data not flowing into SAP Adobe form layout

    Hello Gurus,
    I am currently working on adobe form layout for a sales document in SAP, i have created a master page
    as well as a couple of pages in the design view. Data at the header level are working properly, but the item data
    are not flowing into the layout, as nothing appears in the print preview for the item level of the sales document.
    I have done all the necessary binding with all the right field names, my subform to the best of my knowledge seems to be well
    defined, but yet to no avail.
      I would like to know what yet could be the reason for this issue and how i can go about fixing it.
    Thank you.
    Ahm.

    Hi Vijai,
    In our project, we have the same requirement but I am one step behind than you. I am able to generate the PDF form but not able to generate the data. Means all the fields are coming as disabled fields.
    Can you please send your code as a sample code so that I can have a look at that and check where I am doing wrong/missing. My id is sandeep.kamdar in gmail
    Thanks & Regards,
    Sandip Kamdar

  • SAPScript Form Layout Error after HRSP Upgrade

    Hi SAP Experts,
    I hope someone can shed some of your inputs in the error that we have in our SAPScript form.
    A window in our SAPScript form does not display at all when a report is generated.
    Funny thing is that we did not make any change to the said form and this error is consistent across all our SAP environments - Dev, QA and Prod.
    This has started happening after we had the SAP HRSP upgrade last weekend.
    We tried checking the form configuration and we cannot find anything wrong in it.
    We tried to check for SAPScript versions but we found out that this is not available in SE71, unlike for programs in SE38.
    Has anyone of you encountered this problem?
    Hope I can get some expert inputs from the community on this issue.
    Thanks!

    Managed to find out the root cause of the SAPScript error. There was a new line that was added in the form layout after the HRSP upgrade. As to how it was added, it was unknown. But was able to resolve and fix the issue already.

  • Changing Adobe Interactive Form Layout When Archiving

    We are using the adobe interactive forms (adobe liveCycle designer) to create forms for outgoing paper checks.   Because of security risks with reprinting checks, it is necessary to change the output of the checks when they are archived (writing 'VOID' over the check), while the form created in the print spool remains unchanged.  Is there a way to create dynamic fields on the interactive form based on when the form is being archived?  We are using the archiveLink functionality with an external optical storage app.  I know there is the possibilty to run the printing and the archiving process separately, using different form layouts, however, reconciliation becomes and issue and I would like to run both printing and archiving together in the same mass activity.

    Hi Brian,
    I have a requirement where I just need to Archive Adobe form in External repository.
    Since you are using the archiveLink functionality with an external optical storage app
    Can you please help me how you did?? What configurations need to be maintained for this?
    I am new to this. I did some Rnd on it and found that it can be achieved using HRFORM_HRF02 Business Add-In in the SET_ARCHIVE_INDEX method.
    But I have no clue how to do it?
    Can you please help me?

  • When i am trying to Activate an ADOBE Form Layout its "No Vendor specified"

    Hi Friends,
    I have created one interface with one field CARRID.
    By using this interface I have created one simple ADOBE Form layout with one filed CARRID.
    I specified all the properties for this object. Like default value, name etc...
    when i tried to activate the form its showing the status message "No Vendor Specified"
    And its not Activating. it remains as inactivate state.
    Plz Any helps...
    Regards,
    Shree.

    You're going to have to debug to figure out what the actual error message is.  Just do a /h before hitting activate and set a break-point at the "message" abap statement.
    SAP in it's infinite wisdom decided to change message 001 of message class 00 from &&&& to "No Vendor Specified".  They didn't really think that one through though, because the ABAP construct (that SAP uses all over the place)
    message [text] type [type]
    is the equivalent of
    message [type]001(00) with [text]
    Because they changed the contents of the message, this construct (which hasn't been marked as obsolete, interestingly) is essentially worthless.
    The last time I checked, there were a few OSS notes that address the issue - but they are specific  for specific error scenarios changing the way the message is issued.  I haven't seen a fix that changes message 001 of message class 00 back.  But then, it's been a few weeks since I looked.

  • Adobe Form Layout

    Dear All
    I am using an Adobe Form to print Purchase Requisition (PR). Form layout include three parts , PR Header, Body and Footer. Each part is embedded on three separate content areas. Body Part include a table which is expandable but the issue is that when it expands, it gets overlap on footer of PR. I want to expand body part on next page and keeping header footer on every page.
    How can this be achieved.
    Thanks

    Hi Adnan,
    Whenever you use a dynamic structure like Table in ur Adobe form, u need to use the Flow content for the Subform and not Position content.
    And any other Subform following the flow content shall be a flow content. only then it changes the position based on the flow.
    In your case, the footer is made as Position content i guess, that is why the table is overlapping on the footer. change the subform of the footer to Flow content, it will work,
    Hope i have answered your problem
    Regards,
    Poojith MV

  • How to build a BIG TREE with Tree-Form layout

    Hi,
    I do have a self-referenced table with our org structure - 15 000 positions.
    I do want to create a tree with this structure.
    Requirements :
    a, to have a tree-form layout
    b, to have search capabilities
    I have tried to use several combinations (maybe all)
    - from using only one View object and create recursive tree - doesn't even run
    - to use two View objects, first as top level nodes, the other as the rest - it runs
    but I can search only top level, and what is worse, by clicking on the node for showing additional information (tree-form layout) I'm waiting for ages for seeing the info
    (it seems that all records are loaded one by one into AS)
    Could you provide some ideas how to deal with this ?
    Thanks.

    I am sorry, this is beyond the scope of this forum.
    As with any functionality not directly provided by JHeadstart, you can build it yourself using the ADF design time tools in JDeveloper. Please use the JDeveloper forum for help on this first step.
    Then, to keep your pages generatable you can move these customizations to custom templates. We are happy to help you with this last step, should you have problems there.
    Steven Davelaar,
    JHeadstart Team.

Maybe you are looking for

  • PDF XChange annotations are not saving (temp folder problem?)

    Hello, I'm having a problem with the XChange PDF viewer within Firefox: When annotating a file outside of Firefox, I can save the changes and have them reappear when I close and re-open the file Doing this inside Firefox, I cannot, it appears that th

  • Streaming from a TV Card

    I have a Hauppauge HVR-1250 HDTV capture card.  I want to stream a local analog channel from my TV card to a web server.  Through the WinTV7 application that came with the TV card, I can tune the card to the desired channel and watch it locally on th

  • Sharing video from external multimedia hd to tv through home network

    Hi, Need help, I built a home network using one airport extreme and Air port express. I wouls like to share the external multimeia HD to TV's in Home. But the home network doesn't recognize this external? how can I read Or share this external Multime

  • Forest / Domain Trust across firewall

    Good evening, we have the following situation: Forest-A (Domain-A): centralized application for mail archiving, IP range 172.18.20.xxx Forest-C1 (Domain-C1): Customer 1, IP Range 192.168.1.xxx, PDC 192.168.1.1 Forest-C2 (Domain-C2): Customer 2, IP Ra

  • Is it possible to read information off the desktop and send it to java ?

    Hello. I am wondering if it's possible with Java to read information off the screen and send it to a java listener to be interpreted. information such as comparable images (ie images that you can match with an image you already posess in order to cla