Problems with HTML in dynamic reports template after upgrade to 3.1

Hi, we just upgraded from APEX 2 to 3.1. W ehave an application that has a report template as follows:
<img src="&P1_LOGO." border="0" alt="Home" />
<div>
<table align="LEFT">
<tr>
<td align="LEFT" width=500><font size="-2"><P>&P1_FROM_ADDRESS.</P></td>
<td align="LEFT" width=175><font size="-2"><P>&P1_REMIT_TO.</P></td>
</tr>
</table>
<BR></BR>
#BOX_BODY#
The item P1_REMIT_TO is set to an address using a PL/SQL computation. It has HTML tags such as <B> and <BR> in it. In 2.0 this displayed fine. In 3.1 it does not interpret the HTML tags, so it sshows up with the HTML tags in the text.
Any idea what may have changed and how to fix this?

Tor,
You're in Tampa huh? Are you a member of the SOUG?
Issues like browser alignment are always easiest to figure out with an example. Post an example app on apex.oracle.com and provide some developer credentials with which we can get in "under the hood".
Regards,
Dan
http://danielmcghan.us/
http://sourceforge.net/projects/tapigen/

Similar Messages

  • Problem with vmware fusion 3.1.3 after upgrade to Lion

    Greetings,
    I have some problems with my vmware fusion 3.1.1 after my update to OS X v10.7.
    i used a MacBook pro 17'' half a year old.
    I used VMWare Fusion 3.1.3 and bootcamp to. I have make no backup bevore i upgrade.
    The path of my virtual machine couldn't be found and so the virtual maschine didn't start after this upgrade.
    I hope that i musn't reinstall my virtual Windows 7 machine.
    I'am searching for a resulution and found this:
    http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=display KC&externalId=1003483
    Cannot open the disk '/Users/<User Name>/Library/Application Support/VMware Fusion/Virtual Machines/Boot Camp/dev/disk0s3/Boot Camp partition.vmwarevm/Boot Camp partition.vmdk' or one of the snapshot disks it depends on.
    But i would save the virtual machine bevor i reinstall VMWare Fusion 3.1.3.
    Have anyone a idea how i found my virtual machine.
    Greetings from Germany
    Kim

    According to: http://roaringapps.com/app:61 Version 3.1.3 has issues with Lion.  There is a 2011 beta that works better.

  • [K8N NEO3-F] Problem with USB keyboard and PS2 mouse after upgrading BIOS

    Hello everyone!
    I have upgraded BIOS from 1.1 to 1.4... I have Sempron 2600 (64bit) so BIOS v.1.1 did not recognise it.
    The motherboard works, but after upgrading I have a small problem with my keyboard and mouse.
    When I use USB keyboard my PS2 mouse doesn't work. When I connect PS2 keyboard mouse works!!!
    Can you tell me what's wrong?                   
    Thanks, bartull@           
    PS. Does BIOS v.1.3 recognise Sempron 64bit? Can you give me a link to it?

    I think that the problem may have been caused by flashing either with liveupdate or with winflash.  I had the problem when i used winflash correctly (shutting down all programs, checking all the boxes to clear bootblock and cmos) but had usb keyboard connected during flash.  My suggestion is to reflash with floppy to last bios version that worked using only ps2 mouse and keyboard with the following instructions:
    DOS floppy flash shall be performed with :
    awfl833d.exe w7030nms.180 /py /sn /wb /cc /cd /cp /f /e
    (Replace biosfilename with appropriate version for Neo1/neo2 etc , switches remain the same )
    After flash is complete :
    TURN OFF PSU (don't restart) wait 15 seconds
    Turn on again , press the power button .
    Enter BIOS and load optimized defaults (NO OTHER CHANGES) , save + exit
    Boot the system again with the floppy in the drive to let the DMI pool build and update itself .
    If that works, then reflash to the bios you tried before with the same procedure.  Once you have stable system with ps2 keyboard and mouse working, re-enter bios and enable usb and keyboard support as a lot of bios' have it disabled by default for some strange reason.
    Good luck.

  • Problem with home button and "messages" app after upgrade to iOS 4.1

    Hello,
    I have noticed two interesting problems with my iPhone 4. I am not sure if it is in conjunction with the upgrade to the iOS 4.1 software, but I did not notice the problem prior to this. Both of these problems are very odd and are hit or miss. I have tried restoring and the problem is still present. Also, since both problems have presented at the same time, that is why I am starting to believe it is not hardware...
    Problem 1: The home button has become considerably unresponsive. This is not all the time, but it does happen a lot. Sometimes it won't work for about 5-8 clicks and I have to use the power button to access the phone.
    Problem 2: When composing a new text message the cursor would always default into the "To:" section of the app which allows you to easily type what contact you are trying to message. However, I am having the issue now occasionally when I am in the messages app and select to compose a new text message that the cursor now defaults into the chat box (where you type your actual message). This is very annoying and I know that this is not the intended behavior of this.
    Please let me know if anyone has experienced similar issues and can provide me with some feedback.

    I have not experienced the same.
    I have tried restoring and the problem is still present.
    You restored from your iPhone's backup, or as a new iPhone or not from your iPhone's backup?
    If whatever software problem is causing this is included with your iPhone's backup, restoring from the backup will also restore the problem.
    Try restoring as a new iPhone or not from your iPhone's backup to see if this makes any difference. If not, more than likely your iPhone has a hardware problem.

  • Problems with Windows Live Mail send/recieve after upgrading Firefox

    I recently upgraded Firefox and since then I get this:
    An unknown error has occurred.
    Server: 'smtp.frontier.com'
    Windows Live Mail Error ID: 0x80070057
    Protocol: SMTP
    Port: 25
    Secure(SSL): No

    have you tried using imap instead?
    if you can access your email from the web page then sounds more like a problem with windows live mail and not your BT account
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Problem with USER as default on column after upgrade to 10.2

    Greetings,
    We recently upgraded to 10.2 from 10.1, running on microsoft 32 bit (Windows 2003).
    We have been using the same DB structure since Oracle 7.x and have not had a problem using USER as a default on a varchar2(30) column until now. The column value is being left NULL.
    If I set the default to rtrim(USER) then the column is correctly filled with the logged in user.
    If I create a new table with the same size column and set USER as the default it works correctly.
    If I set it in the before trigger it works.
    If I set the value of the column to USER in the insert it does NOT work, it leaves it NULL.
    I have looked at user_tab_columns between the column not working and the newly created table that is working and see no difference.
    Can anyone give me some suggestions on what else to look for? It feels like a problem with having brought the tables over from a previous version of Oracle.
    Thanks in advance for any help.
    M. James

    No problem here on 10.2.0.3:
    michaels>  create table t (a integer, b varchar2(30) default user)
    Table created.
    michaels>  insert into t (a) values (1)
    1 row created.
    michaels>  insert into t (a) values (1)
    1 row created.
    michaels>  select * from t
             A B                            
             1 SCOTT                      
             1 SCOTT                      
    2 rows selected.
    michaels>  select * from v$version
    BANNER                                                         
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Prod
    PL/SQL Release 10.2.0.3.0 - Production                         
    CORE     10.2.0.3.0     Production                                     
    TNS for 32-bit Windows: Version 10.2.0.3.0 - Production        
    NLSRTL Version 10.2.0.3.0 - Production  

  • Problems with accessing collections in 3.0 after upgrade

    Hello ApEx Team,
    I noticed that my demo on apex.oracle.com related to the XML charts doesn't work properly
    any more. The chart is there but no values are showing up. The problem has something to
    do with accessing collections - it seems no data is found by the procedure looping through
    the generated values. Since the chart values get rendered by executing the package
    procedure through the browser, and not from the user session, I was using the
    following code to get access to the collections:
          HTMLDB_CUSTOM_AUTH.define_user_session (app_user_in, session_id_in);
          HTMLDB_APPLICATION.g_flow_id := app_id_in;
          HTMLDB_CUSTOM_AUTH.post_login (app_user_in,
                                         session_id_in,
                                         app_id_in || ':' || page_id_in
                                        );Now, it seems this part doesn't work and it did in all previous versions. The collection
    is there. I checked that. How do I go arrond this problem?
    The (not working) demo can be found here:
    http://htmldb.oracle.com/pls/otn/f?p=31517:74
    Denes Kubicek

    Joel,
    Thanks for responding. You confirmed what I previously stated. The following worked and
    works for all versions before 3.0:
    BEGIN
       HTMLDB_CUSTOM_AUTH.define_user_session (:app_user_in, :session_id_in);
       HTMLDB_APPLICATION.g_flow_id := :app_id_in;
       HTMLDB_CUSTOM_AUTH.post_login (:app_user_in,
                                      :session_id_in,
                                      :app_id_in || ':' || :page_id_in
       FOR c IN (SELECT c001, c002
                   FROM htmldb_collections
                  WHERE collection_name = :coll_name_in)
       LOOP
          htp.p(c.c001 || ', ' || c.c002);
       END LOOP;
    END;For 3.0 it doesn't return collection values. Selecting from collection will return
    ORA-01403: no data found. This means that something must have changed. Please
    correct me if I'm wrong.
    A question: is this the right way to access collections from a background process?
    If not (it obviously isn't the right way for 3.0), then what is the right way?
    I could create a package collection instead of using apex_collections. But I think it is not
    neccessary and we should find a way to avoid it if possible.
    Thanks again for your help.
    Denes Kubicek

  • Problems with 10.3.9 operating system after upgrades

    I recently downloaded a system update and am having problems.
    I can no longer print. Printer error.
    Also, I tried to download an HP Laserjet 5000 driver to see if that would fix it, and I couldn't install, as I tried to install with my system password and it said I need an Adminstrator level or higher to install???
    Any help please.
    [email protected]
    Powerbook 17   Mac OS X (10.3.9)  

    My Dad (age 86) has encountered what I am almost positive
    is this precise problem. He downloaded some kind of
    security patch around Jan 26 and all his (3) printers
    got disabled. He is running MacOS 10.3.9 on a PPC
    Mac. I've been through the article on creating
    /var/spool/cups with him. We've done "Repair
    Disk Permissions" in Disk Utility. It still doesn't
    work. When he does "Add Printer", he gets all the
    way through to the step of manually selecting the
    Printer Description and then he gets
    server-error-service-unavailable
    Is there a way to get the equivalent of the Tiger
    feature "Reset printing system" in Printer Setup
    on 10.3.9? I think that's what he needs to do.
    Are the steps documented anywhere?
    Or does anyone have other suggestions? I thought
    about running "Repair Disk" in Disk Utility, but
    my conclusion from reading the documentation is
    that this is morally equivalent to "fsck" in
    regular Unix. That is, it only checks the
    structural integrity of the file system itself.
    It has no idea of the files required by a particular
    subsystem.
    The only other thing I can think of to do is to
    reinstall 10.3.
    Regards,
    Paul
    MacBook Core2 Duo Mac OS X (10.4.8)
    MacBook Core2 Duo   Mac OS X (10.4.8)  

  • Problems with Hotspot, EDGE, and 3G internet after upgraded to iOS 4.3

    I just upgraded my iPhone 3GS to iOS version 4.3 , but after I installed it, the Personal Hotspot badge on Settings>General>Network appears, but it keeps at the "loading circle" sign (the same one when the iPhone is turning off). Besides that I realized that my 3G internet is not working, neither EDGE. none of the 3G or EDGE icons appears next to my carrier bundle, how it usually do. Wifi is working though. I tried to solve the problem restoring the iPhone, but the problem persisted even after the restore. What's happening to my iPhone 3GS?

    Hi man!
    have the same equipment and the same problem, who is your mobile operator?
    I'm from Chile and my operator is Movistar, I think they blocked the service hotspots.
    Best regards

  • Is anyone having trouble with the "home" button not responding after upgrading to 5.1.1 OS?

    Is anyone having problems with the "home" button not responding after upgrading to 5.1.1?

    You will not belive how I accidently solved this - !!!
    Yes I had the problem immediately after the 5.1.1 'cloud' upgrade, the problems started (on my iphone 4) ... I followed the 'get power down button, then hold HOME for 30 secs' solution, but no result, nothing seemed to work and I was starting to get a bit agressive with the keep it pushed, multiple double click frustrations, icopybot multigesture solutions etc. and paid money ... but this comedy solution now works ...
    I discovered it because I ordered a waterproof case for my iphone for my motorcycle ... I've just fitted it to my iphone and all the problems have gone ??? what! ... so wondering why I looked at what the home button on the casing was doing - it was pressing ACROSS the home button i.e. it converted my finger point into a wider 'PRESS
    so taking the new case off, instead of using the point of my thumb to press HOME, I used the flat of my thumb to emulate it ....and initially nothing, so I wondered if it wa making better 'cross button' contacts, so I licked my thumb, wiped it and then tried again! - it worked!
    I can't explain it but it seems to work - try it! if the double click on HOME doesn't work lick your thumb dry it and try again! I've just done it again
    what a mad techno world we live in! :-)
    Dave

  • Reports tool of using Dynamic Report Templates or live reporting

    Since both of them can be used to create report, what is the main differnece between them? do I have to use the live reporting if I want the report can be access though the web?

    JW,
    You are correct, if you need "real-time" interactive reports on the web then you would develop using live reporting.  If you want, you can develop reports using the dynamic report templates in Excel and publish them to the web as PDF or HTML docs, but once they get published to the web the data is static.  Note that book publishing of static reports can be scheduled within BPC so that you can regenerate nightly to the web portal if you wanted to.
    I would say most people would develop reports using dynamic report templates because Excel gives you more functionality for calculations, formating etc.
    Live Reporting on the web is more limited for formating etc.
    Additionally I always find that as soon as someone opens a report from the web they immediatly want to print it....  so I usually opt for reports being developed in Excel (Dynamic Report Templates) then Book Publish with the PDF option, (PDF gives you the best control regarding print ranges).
    Hope this helps.
    Regards,
    Brian

  • Problems with a new IP phone 7906 after factory reset

    Hi Guys
    I am currently having problems with my new IP phone 7906 after doing factory reset and here is a video of it:
    http://www.youtube.com/watch?v=vvCLtwIAwVw
    I used this command I found on the net:
    Hold down
    while plugging in the phone and keep holding it until the message waiting indicator (red light) starts blinking.  Then
    release # and type 123456789*0# in sequence.
    I was trying to switch my phone to sip and it also dont want to take tftp setup either.

    Tim,
    Found this on the net
    http://www.cisco.com/en/US/ts/fn/620/fn62949.html
    Might be woth giving it a go
    6.Pull power on the phone (even if power is PoE).
    7.Hold down the # key on the phone.
    8.Continue holding down the # key and re-apply power.
    9.While still holding the # key wait for the Message Waiting Indicator (MWI) light on the handset to start flashing.
    10.Once the MWI light is flashing, release the # key and enter the following sequence exactly on the keypad:
    3491672850*#
    Once this sequence has been entered on the IP Phone, if all the network criteria above have been met, it should begin its recovery process. This process can take up to 15 minutes to finish. The phone may appear to be doing nothing during this time. However, if the phone does not recover after 20 minutes then it is possible that the recovery is stuck. In this case, re-examine your network and verify that steps 1-4 are in place, then re-issue the factory reset sequence.
    * Note: The factory reset sequence is a way for a phone to clear flash and still upload to a valid firmware image. This is facilitated by the termxx.default.loads file, but requires that the image files listed in the termxx.default.loads file are available in TFTP for the phone to download. Open the termxx.default.loads file in any text editor. This loads file is essentially just a packing list showing all the OS and application files the phone needs to function. The files include a cnu, cvm, dsp, app and jar files. Please make sure that these files as listed in the termxx.default.loads file are in TFTP. ("xx" will be either "06" for the CP-7906G model, or "11" for the CP-7911G model.)
    Additional Diagnostic Steps:
    - Try a hard-coded IP address as a test to see if this resolves the upgrade failures. If it does, and the number of failing IP Phones is relatively few, this procedure may be the most expedient. After the IP Phone upgrades successfully, reconfigure the IP Phone to use DHCP.
    - Try putting the phone on a hub or a different switch and see if this helps change the startup timing enough so that the upgrade completes successfully.
    Regards
    Alex

  • Problem with creating order through order template

    Hi experts,
    We have problem with creating order by order template.  Extensions data available in order template is not sent to order.   Extension data are showing upto order submission form.  But after sucessful creation of order  extension data are no longer available in  CRM-ORDEr.
    We are using ISA 4.0 with CRM 4.0.
    We recently applied patches on CRM server.  Before patching it was working fine.
    Can you please suggest us to solve this issue?
    Thanks in Advance.
    Regards,
    Murugan Arumugam.

    closed.

  • Help me, I have a problem with font when export report to PDF?

    Hi everyone! Help me
    I have a problem with font when export report to PDF
    My report uses template .rtf with font Times New Roman (Unicode), language is VietNamese.
    when desige template no problem, error only happen when view report by PDF.
    Edited by: user10236405 on Oct 15, 2008 11:23 PM

    give it time to boot. the time depends on yr memory size n data. soon a process bar will appear indicating the boot process. if still this doesnt work. try formating the phone. but this ways u lose all data on the phone (unless u backed it). relax! the data on the memory card is safe.

  • E-Recruiting: Problems with search profile and serach templates

    Hi Recruiting-Experts,
    I´m facing problems with "Search Profiles" and "Search Templates"
    (Customizing SPRO --> SAP-E-Recruiting --> Recruitment --> Talent Warehouse --> Candidate --> Candidate Search )
    Out customers wants me to add a new search criterion to the talent search. It's a customer-field (type 'd' --> Date)  belonging to infotype 5106.
    Unfortunately, it doesn't work. The hit list is always empty.
    What I did:
    Customizing (see above)
    Updated search profile (report RCF_RECREATE_SEARCH_PROFILES)
    The result:
    I can see and choose the new search criterion on talent warehouse search site (recruiters startpage)
    I can find the data (internal format yyyymmdd) via transaction SKPR07 (see XML below, ZZEARLIEST_ENTRY 20090901)
    By the way, the hit list is also empty when adding and searching for birthdate.
    Has it got to do with the date stored in internal format?
    Thanks for any comments / help.
    Regards
    CHRIS
    =========================================================================

    Hi Sebastian,
    thanks for your quick answer.
    That's why I didn't get it done for hours yesterday.
    Thanks again,
    Regards
    CHRIS

Maybe you are looking for