Fields embedded within fields

I have a table 'Letstd1' with two columns 'Letno' and 'Letmem' letno is the letter number and letmem is a 4000 VARCHAR2 field containing the body of a letter.
From a form I call a report which must select a letter based on the parameter 'letno' and address it to a authority holder based on the parameter 'authority'.
The body of the letter is a field in my report which is 'letmem' and this works just fine, but if the body of the letter has fields that need to pull in data doing the following does not work &<reference> where reference is a parameter specified in the calling form.
Can anyone help me with this? This is the second thread I have created for this problem so I apologise if you have had to read this twice. Nobody has come up with an answer yet.
Thank you
Michael

basic letter :
Dear All, you'll get a present for free : ##PRESENT## .
Regards,
Joe
write a plsql package replacing ##PRESENT## by some real present, depending on salary.
TEXT_TEMP := replace (TEXT_STANDARD,'##PRESENT##', fnc_text_of_salary(p_salary)) ;
insert into table LETTERS_TEMP values (ID_PERSON, TEXT_TEMP, .....) ;
only now call your report and let it read from LETTERS_TEMP,
in other words, let report just do the formatting, and some plsql program do the individualisation of letters, works like a charm.

Similar Messages

  • Calling functions of a SWF embedded within an HTML Text Field...

    I have a slideshow SWF of size 150px by 150px which changes
    image every 5 seconds with the use of a timer, the SWF has a kill()
    function which stops the timer.
    In a larger content holding SWF I have a dynamically
    generated textfield which populates its htmlText property via an
    XML feed.
    Within the htmlText I am inserting the slideshow SWF using
    the <img> tags... It all works great until I proceed to
    another page as there is no way to unload the slideshow SWF or call
    its kill() function which eventually lags the system as I have
    several heavy animations in the pages on ENTER_FRAMES.
    Does anyone know how to unload a SWF or gain access to its
    functions which is embedded within htmlText...

    Thanks for replying :)
    I tried that and using txt.getImageReference("idHere") I
    casted it to a loader object however it wont let me then get access
    to the SWFs functions...
    I tried creating a sprite and using addChild() tried adding
    the loader to the sprite but it gave me cohesion errors...
    Any other help MUCH appreciated

  • How do I fix PDFs not opening when embedded within a PPT?

    I've several PDFs embedded within various Powerpoint PPT files which I simply cannot open - depending upon the laptop I'm using.  When I use by business laptop to open the embedded PDF, I get the message: "The server application, source file, or item can't be found, or returned an unknown error.  You may need to reinstall the server application." On my business laptop I'm running Windows 7, Adobe Reader X, Adobe Acrobat 9, and MS Powerpoint 2007.  When I use my home/personal laptop, the PDF opens up without any errors.  My home laptop runs Window 7, Adobe Reader X, and MS Powerpoint 2007.  It's weird.  I can open embedded MS Excel and MS Word files within the same PPT files on any laptop, but not embedded PDFs.  Any idea what's going on here?

    Sadly,  I have never had luck with the OLE Embedded Object that you put into Office application documents (Word, Excel, PowerPoint).  The OLE objects embedded get corrupted and cannot be extracted.  While it's true that there are two other instances where you could get this error:
    1) The OLE server application (Acrobat or Reader in this case) is not properly registered with the system
    2) Possibly Protected Mode/Protected View in Acrobat is blocking the execution of the OLE Server Application
    I wouldn't bet on it.
    In the future you may want to use a PDF Portfolio where you can attach both Office and PDF files within the Portfolio envelope.

  • IPhone: Sending a picture as an attachment, not embedded within the email?

    Hello Community,
    Does anyone have a suggestion as to how to e-mail a picture from your iPhone, as an attachment? NOT embedded within the e-mail....?
    My wife's e-mail client (school teacher) will not allow her to receive/view emails that have pictures embedded within the body text. She can only receive pictures if they are attached separately on the e-mail.
    The only work-around I have found, is by installing the Google Mail app onto my iPhone. Google Mail will allow you to send pictures as attachments. But I do not prefer this. I would like to use the iPhone's native e-mail application.
    Thanks,
    BP

    To follow up on this question, is there any way to receive *.tiff or *.jpg on an iPhone/iOS device in general as an attachment rather than imbedded in the email, and "open with" some other application, or save to an application store, like GoodReader does with say, *.pdf's?

  • IPAD3/IPAD2 :PDF files/ attachments  sent in an email  displayed inline ( embedded within the main email) in the message text on both my Ipad2 and Ipad three, however the same email displayed the PDF File icons/ attachment on both my Iphone and a friend's

    IPAD3/IPAD2 :PDF files/ attachments  sent in an email  displayed inline ( embedded within the main email) in the message text on both my Ipad2 and Ipad three, however the same email displayed the PDF File icons/ attachment on both my Iphone and a friend’s PC. How do i get both my IPAD devices to display the PDF icons/attachments? Bearing in mind if i open the same email over the internet the PDF Icons/attachments display OK!
    Has anyone come across this? Your advice/help would be most appreciated

    This happens to me all the time.
    If is a one page PDF it seems as though it comes over already open and inline in the body of the email. Multiple page PDF files show as the PDF icon.
    I can't find any official documentation of this - other than based on my own experience with PDF attachments in my various email accounts.
    Message was edited by: Demo

  • Bar Code Font Embedding within PDF report

    With a special postal code bar code installed on the 10gR2 application server to the %WINDIR%\fonts folder how should the UIFONT.ALI be configured to ensure the font is embedded within a PDF generated (WIN32 application servers)
    If specified within the [PDF:Subset]
    "Quick Address 4State BarCode" = "QUICASB_.TTF"
    It would appear that the font is required at the client opening the PDF in order to view the barcode; the font is not being embeded within the PDF.
    How to use [PDF:Embed] to produce a PDF that will display the font without requiring the font locally at the client?

    Hello,
    First, generate an output with DESFORMAT=HTML and check the font name used in the output.
    Then, check that the file QUICASB_.TTF exists in a directory of REPORTS_PATH (take care to the case sensitivity on UNIX)
    Check that the file uifont.ali is ok (use the utilty mfontchk)
    Check the "precedence" in the file uifont.ali
    See the comment in the file uifont.ali itself :
    # NOTES ON PRECEDENCE OF PDF SECTIONS:
    Regards

  • Automating PDF which is embedded within SAP Application

    Hi all,
        I am facing the below mentioned problem.
    Automating PDF which is embedded within SAP Application
    In this case, we need to do some navigations within the PDF like selecting values in the drop-down, checking checkbox etc.
    We tried installing Aptt plug-in in our system and recorded using the AcroQTP add-in but still the object gets recognized as one window object.
    I tried with different combinations of selecting addins like SAP-Web-VB-AcroQTP, AcroQTP-Web and Acro-QTP.
    In all the three cases, the PDF was recognized as one window object.
    The details of the application and QTP is,
    QTP - 9.5 version
    IE - 6.0 version
    Application Technology - SAP
    Pls let me know if there are any work arounds for this problem.
    Thanks,
    Jayakrishna.S

    Hi JaiKrishna,
    I have encountered same problem while working SAP application. We have installed the following on our systems:
    1. Acrobat 9.4
    2. QTP 10
    3. AcroQTP plugin
    The addin manager displays the plugin but while recording/spying the objects are identified as WinObject on the PDF which is invoked through SAP application.
    Could you or anyone from forum can help us out to solve this problem?
    Many Thanks,
    Deepthi

  • How can I change settings so that pictures embedded within and part of an email text to be displayed?

    Using a laptop with Vista (German), Firefox4 and Gmail (both English), pics embedded within a text of an email do not display. They do display, however, with a PC operating with XP, Firefox 3.?? and Gmail (all English). Do settings need to be changed in Firefox4 to have such pics displayed using the laptop?

    If images are missing then check that you aren't blocking images from some domains.
    See:
    * http://kb.mozillazine.org/Images_or_animations_do_not_load
    * Check the permissions for the domain in the current tab in Tools > Page Info > Permissions
    * Check that images are enabled: Tools > Options > Content: [X] Load images automatically
    * Check the exceptions in Tools > Options > Content: Load Images > Exceptions
    * Check the "Tools > Page Info > Media" tab for blocked images (scroll through all the images)
    There are also extensions (Tools > Add-ons > Extensions) and security software (firewall, anti-virus) that can block images.

  • Indexing - one document embedded within another

    Greetings,
    I am testing KM indexing in terms of examining how Trex handles the indexing of a scenario where you have one document embedded within another document.
    In this case I have chosen to embed a PowerPoint (.ppt document) within a Word document (.doc document).
    I index the Word document, expecting to therefore also have the PowerPoint document within indexed. When I search for the text within the embedded .ppt document I do not get results and therefore assume that Trex cannot index documents which are embedded in other documents. Please advise if I am correct. 
    Regards,
    Keith

    >
    Keith Kibuuka wrote:
    > Greetings,
    >
    > I am testing KM indexing in terms of examining how Trex handles the indexing of a scenario where you have one document embedded within another document.
    >
    > In this case I have chosen to embed a PowerPoint (.ppt document) within a Word document (.doc document).
    >
    > I index the Word document, expecting to therefore also have the PowerPoint document within indexed. When I search for the text within the embedded .ppt document I do not get results and therefore assume that Trex cannot index documents which are embedded in other documents. Please advise if I am correct. 
    >
    > Regards,
    > Keith
    Hi Keith,
    yes that's exactly correct from my knowledge's point of view.
    I had a similar issue with an HTML-document that contained another HTML-document as iframe and this is also not possible (I asked SAP about this, so for this I am sure).
    TREX does anyway a transformation for all sort of documents to HTML documents (so also DOCs or PDFs are firstly converted to HTML before they are indexed). And in here TREX never follows any embedded content.

  • How do you access attachments embedded within survey results?

    How do you access attachments embedded within survey results?

    This is a tutorial explaining attachments:
    http://forums.adobe.com/docs/DOC-2656

  • Have a hair embedded within my W530 screen

    I opened up my W530 to find something that looked like a hair embedded within the screen of my W530.  I'm not sure where it came from but it's beneath the surface of the LCD.  Any ideas on how to fix it?
    Thinkpad W530: i7-3720QM, K1000M, FHD Screen, 16 GB PC12800, 240GB OCZ Vertex 3 SSD

    I had a couple hairs and some dead pixels. They replaced my screen. If you have warrenty, they should replace it, but they might make you send it in if you only have depot warranty.
    W530(2436-CTO): i7-3720QM, nVidia Quadro K2000M,16GB RAM, 500 GB hard drive, 128GB mSATA SSD, Ubuntu 14.04 Gnome, Centrino Ultimate-N 6300.
    Yoga 3 Pro: Intel Core-M 5Y70, Intel HD 5300, 8GB RAM, 128GB eMMC, Windows 8.1, Broadcom Wireless 802.11ac.

  • Entity Reference embedded within colspec attribute name-table col. heading

    My team is working on a project that involves converting MS Word documents to XML. The XML is applied to a stylesheet (*.xsl) which generates a *.pdf document. Is it valid to include an xml entity reference within a colspec attribute name? For example, the xml document would contain the following code for a table:
    <t id="t1109681052">TABLE 1.0 My Favorite Restaurants</t>
    <tbl id="tbl921133606" val="1.0">
    <TblHdg num="1">Table 1.0 My Favorite Restaurants </TblHdg>
    <colspec id="colspec1148420628" name=" Restaurant Name" width="0.61875"/>
    <colspec id="colspec201089067" name="Type of Authentic Cuisine" width="1.61875"/>
    <colspec id="colspec201089069" name="Location" width="1.61875"/>
    </tbl>
    Is the following code valid in XML to produce the results in the sample table below when the XML is applied to a stylesheet (xsl)?
    <colspec id="colspec201089067" name="Type of "Authentic" Cuisine" width="1.61875"/>
    The desired table and column titles would be as follows:
    Restaurant Name ----     Type of “Authentic” Cuisine ----     Location
    Le Chantecler --------------->French     The Negresco Hotel –
    Promenade des Anglais Nice France
    La Coupola -------------------->French     The Mirabeau Hotel
    1 Princess Grace Ave
    Monte Carlo Monaco
    What is needed in the XML code to produce the table column heading with quotes embedded around the word "Authentic"?
    Please advise. Thanks so much and have a prosperous and memorable holiday.

    SOLUTION RESOLVED FOR THIS MESSAGE.

  • Application using JVM with IE embedded within it using its own JVM

    I am developing on an application that uses JVM to run. Within this application an IE browser is being called. Subsequently IE browser is trying to run an applet which is trying to open another jvm.
    It appears the version of Java I am using does not allow this. I believe this is fixed in a later release of java but don't know which one.
    I must have tried about 5 or 6 different versions of java and each time either getting an ASDAS error or a registry HKEY_LOCAL_MACHINE error.
    Any help would be appreciated.
    Thanks

    I am developing on an application that uses JVM to
    run. Within this application an IE browser is being
    called. Subsequently IE browser is trying to run an
    applet which is trying to open another jvm.
    It appears the version of Java I am using does not
    allow this. I believe this is fixed in a later
    release of java but don't know which one.
    I must have tried about 5 or 6 different versions of
    java and each time either getting an ASDAS error or a
    registry HKEY_LOCAL_MACHINE error.
    Huh?
    How exactly are you embedding IE into your app?
    Normally IE is a seperate process and in that case nothing that your original JVM is doing will have any impact on that.
    Of course the environment space that the spawned IE is being run with could very well impact it.
    Of course if you are actually embedding it in your app versus spinning up another process then that would not apply. But off hand I can't ever recall seeing an article that suggested IE could be embedded in another application.
    And what do you mean the applet is trying to run a jvm?
    An applet runs in a JVM. The only way an applet (or just a java app) can run a jvm is by using Runtime.exec() or via JNI. Is that what you are doing?

  • Firefox sporadically won't display flash embedded within a web page.

    I have Fiorefox 28.0, running on a Mac with Mavericks 10.9.2. Sporadically, Firefox won't display an embedded flash video. I tried running Firefox in Safe Mode (all add-ons disabled). Same thing occurs - won't display the embedded flash on some webpages.
    Here is an example webpage in which this problem occurs:
    http://www.deadline.com/2014/04/nbcs-jimmy-fallon-and-seth-meyers-welcome-stephen-colbert-to-cbs-video/
    I couldn't determine how to attach a file of a screen grab or I would have done so.
    Thanks.

    I can't tell how far the player gets in loading. All I see is a blank white block of space where the player would normally be loaded. I used the term 'embedded' as that seemed the correct term to use. If incorrect, that's only due to my unfamiliarity with the correct terminology of having a flash video within a web page. BTW, I neglected to mention that the same page that Firefox has problems with is displayed fine in Safari. Screen grab attached showing blank space where Safari displays a functional plug-in.

  • Drilldowns in BI Publisher report embedded within dashboard

    Have created a BI Publisher report in MS-Word, used hyperlinks for drilling down to the lowest level of detail.
    When this report is embedded in dashboard the drilldown links are working correctly but they are opening as BI Publisher report (getting all the controls available OBI Publisher) not as dashboard page.
    Is there any possiblity to drilldown in BI Publisher (viewed as HTML) using expand and collapse button like structure?
    Any help would be appreciated.
    Thanks
    Baddam

    Hopefully this blog article by Tim Dexter will help: http://blogs.oracle.com/xmlpublisher/2007/01/formatting_html_with_templates.html
    Thanks!

Maybe you are looking for

  • Help me to Create this Process Chain

    Hi Gurus, We have 3 Process chains, 1) Region 1 2) Region 2 3) Region 3 These three process chains were start at differt times and end time will depends upon the load of data. Now i want to do some manual calculations after the successful execution o

  • How can I get the selected rows from two ALV grids at the same time?

    I have a program that uses two ALV grids in one dialog screen. I'm using the OO ALV model (SALV* classes). The user can select any number of rows from each grid. Then, when a toolbar pushbutton is pressed, I'd have to retrieve the selected rows from

  • How do I back-up Itunes music onto an external drive?

    I wanted to know how I can back up my Itunes onto an external drive. I tried to back up but it will take about 9 discs to burn it onto. Can;t I just drop and drag all the songs onto an external drive?

  • White line artifacts from PowerPoint 2007

    We are testing Windows 7 x64 in our graphics department and have installed Acrobat 9 Pro (from CS4) When creating a PDF from certain powerpoint files, some of the images land up split up with white lines through them. The same powerpoint file convert

  • BAPI_PO_CREATE1 Net Price

    Hi Experts, Using BAPI_PO_CREATE1, I try to create a PO with net price $10. This line item is referencing to a Contract item with price $12. After executing the FM, PO was created with net price $12, which is taking from the referencing Contract inst