Email format with Bursting to include text instead of as an attachment?

In BIP notification E-mail has malformed URL; user can't see his output, I mentioned that we were getting E-mail messages from BI Publisher that contained a malformed URL.
Now that we're bursting a different report, I would like the text message (parameter5) to actually appear in the body of the message rather than as a text attachment.
Is there any way to do this?
I have searched over BI Publisher high and low, and can't seem to find any place to set or change the mail format to make this possible. Is this something that is set outside the system, say, at the exchange server, or am I missing something?

Hi,
You can use the following inside the xapi:message element to format the Email as HTML:
      <xapi:email server="${C_XX_SMTP_SERVER}" port="${C_XX_SMTP_PORT}" from="${C_XX_FROM_EMAIL}" reply-to="${C_XX_FROM_EMAIL}">
        <xapi:message id="email_mem_card_letters" to="${C_TO_EMAIL_ADDR}" attachment="true" content-type="text/html" subject="Card Letters"><![CDATA[
                    <html>
                         <head>
                              <style type="text/css">
                                   body {font-family:Arial}
                              </style>
                         </head>
                    <body>
                    <img src="http://www.somedomain.co.uk/main/library/w-home_title.gif"/><br/><br/>
<h1>Card Letters</h1>
Attached are the Card Letters from XML Publisher.<br/><br/>
Regards<br/><br/>
Letter Generation Team
</body></html>]]></xapi:message>
      </xapi:email>I hope this helps.
Regards,
Cj

Similar Messages

  • Email from R/3 in the body instead of coming as attachment?

    Team,
    I have defined a job via SM36:
    program name : RM06BA00
    send output to:Distribution List.
    The email received in the MsOutlook inBox shows the message as an attachment. I want the contents of the message shown in the body of the email. Any ideas? (Emails are received in .HTM extension)
    Thanks
    PS. Gmail and Hotmail emails shows the message as attachment. Yahoo shows the contents of the message in the body of the email.

    <b>The code is attaced below</b>
    *& Report  ZSDN_SENDTXTVIAEMAIL                                        *
    REPORT  ZSDN_SENDTXTVIAEMAIL                    .
    *report zrich_0003 .
    data: maildata like sodocchgi1.
    data: mailtxt like solisti1 occurs 10 with header line.
    data: mailrec like somlrec90 occurs 0 with header line.
    data: list type table of abaplist with header line.
    data: ascilines(1024) type c occurs 0 with header line.
    data: htmllines type table of w3html with header line.
    parameters: p_check.
    start-of-selection.
    Here you would submit the program with parameters
    and export it to memory.
    submit zrich_0004 exporting list to memory and return.
    submit RM06BA00
    USING SELECTION-SET 'OPEN REQ'              "a variant
        USING SELECTION-SETS OF PROGRAM 'RM06BA00'
    exporting list to memory and return. "Disp REqs pgm
    Get the list from memory
      call function 'LIST_FROM_MEMORY'
           tables
                listobject = list
           exceptions
                not_found  = 1
                others     = 2.
    Format to HTML
      call function 'WWW_HTML_FROM_LISTOBJECT'
           tables
                html       = htmllines
                listobject = list.
      clear: maildata, mailtxt, mailrec.
      refresh: mailtxt, mailrec.
      maildata-obj_name = 'TEST'.
      maildata-obj_descr = 'Test Subject'.
    Move the HTML lines into the body
    of the email
      loop at htmllines.
        mailtxt = htmllines.
        append mailtxt.
      endloop.
      mailrec-receiver = '[email protected]'.
      mailrec-rec_type = 'U'.
      append mailrec.
      call function 'SO_NEW_DOCUMENT_SEND_API1'
           exporting
                document_data              = maildata
                document_type              = 'HTM'
                put_in_outbox              = 'X'
           tables
                object_header              = mailtxt
                object_content             = mailtxt
                receivers                  = mailrec
           exceptions
                too_many_receivers         = 1
                document_not_sent          = 2
                document_type_not_exist    = 3
                operation_no_authorization = 4
                parameter_error            = 5
                x_error                    = 6
                enqueue_error              = 7
                others                     = 8.
      if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      endif.
    Here you are forcing the system to send
    the email right away.
      commit work.
      wait up to 2 seconds.
      submit rsconn01 with mode = 'INT'
                   with output = 'X'
                              and return.

  • How do I add my own footer to emails ideally with an image included?, How do I add my own footer to emails ideally with an image included?

    Does anyone know how I add my personal footer to my emails - ideally including an image?

    On his phone, sign in Settings>iCloud and enable Mail so that he can have his own email address. Then add your account in Settings>Mail, Contacts & Calendars and enable Contacts and Calendars. They will then appear on his phone alongside any syncing he has set up. This will keep your emails separate, or you can add Mail as well so that you can both access that if you want. You can add his account in the same way on your phone and enable any data types you want to sync.

  • Email subscription with ALL messages (including replies) is a horror (for me)

    I really miss the functionality of getting only new messages/questions/treats in my email notification.
    If I would like to follow a treat I want/can add it to my subscription.
    Example: The LabVIEW board came up with 156 new messages with only 6 new treats in the top 50 of the list. I'm willing to answer questions and help, however I'm not willing to search the 12% new stuff.
    Greetings from Germany
    Henrik
    Greetings from Germany
    Henrik
    LV since v3.1
    “ground” is a convenient fantasy
    '˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'

    Hi Molly,
    Looks like it works. THe selection is still available at the bottom (below Submit Post), but is not selected.
    Thank You!!

  • How to control formatting of include text in smartform

    Hello Everyone - I have converted sales order acknowledgements from sapscript to smartform. I need to print material sales text at line level. Include text method is being used, it works in most cases. However, in some cases the Std Paragraph format coded in the include text, is being ignored and the text prints as per default standard paragraph format defined in the smart style.
    The only difference I could find in the text set up, using read_text function, is that the format character for the first line. The desired formatting is achieved when the formatting character is '*', otherwise the format defaults to the standard default paragraph defined in the smart style.
    Could anyone suggest if there is a way to keep the paragraph formatting consistent and always use the formatting defined in the include text.
    Thanks in advance,
    Anil

    I have resolved this issue. The include text node was defined twice for the form and I had only assigned standard and first paragraph to one of them. The alignment error occured when the second include text was executed. Modified the second node to be same as the first and all worked as expected.

  • PHP email form with Validation - not working

    Hello;
    I am new to using php. I usually use coldfusion or asp but this site requires me to write in php. I have a form I am trying to get to work and right now.. it doesn't do anyhting but remember what you put in the fields. It doesn't want to send, and it won't execute the validation script for the fields that are required. Can anyone help me make this work? I'm confused and a definate newbie to PHP.
    Here is my code:
    <?php    
                  $PHP_SELF = $_SERVER['PHP_SELF'];   
                  $errName    = "";   
                  $errEmail    = "";
                  $errPhone    = "";        
                  if(isset($_POST['submit'])) {        
                          if($_POST["ac"]=="login"){            
                        $FORMOK = TRUE;    // $FORMOK acts as a flag. If you enter any of the conditionals below,                             // it gets set to FALSE, and the e-mail will not be sent.
                        // First Name           
                        if(preg_match("/^[a-zA-Z -]+$/", $_POST["name"]) === 0) {               
                            $errName = '<div class="errtext">Please enter you name.</div>';               
                            $FORMOK = FALSE;           
                        // Email           
                    if(preg_match("/^[a-zA-Z]\w+(\.\w+)*\@\w+(\.[0-9a-zA-Z]+)*\.[a-zA-Z]{2,4}$/", $_POST["email"]) === 0) {                                                    $errEmail = '<div class="errtext">Please enter a valid email.</div>';               
                            $FORMOK = FALSE;           
                        // Phone           
                        if(preg_match("/^[a-zA-Z -]+$/", $_POST["phone"]) === 0) {               
                            $errPhone = '<div class="errtext">Please enter your phone number.</div>';               
                            $FORMOK = FALSE;           
                        if($FORMOK) {               
                                $to = "[email protected]";  
                                $subject = "my. - Contact Form";                  
                                $name_field = $_POST['name'];               
                                $email_field = $_POST['email'];               
                                $phone_field = $_POST['phone'];
                                $city_field = $_POST['city'];
                                $state_field = $_POST['state'];               
                                $message = $_POST['comment'];                
                                $message = "               
                                Name: $name_field               
                                Email: $email_field
                                Phone: $phone_field   
                                City: $city_field   
                                State: $state_field               
                                Message: $message";                
                                $headers  = 'MIME-Version: 1.0' . "\r\n";               
                                $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";                
                                // Additional headers               
                                $headers .= 'To: <[email protected]>' . "\r\n";               
                                $headers .= '[From] <$email_field>' . "\r\n";                
                                // Mail it               
                                mail($to, $subject, $message, $headers);                
                                header("Location: thankyou.php")
                                // I have no idea what these next 3 lines are for. You may just want to get rid of them.                   
    ini_set("sendmail_from","[Send from]");
    ini_set("SMTP","[mail server]");
    mail($to, $subject, $message, $headers);
                                } else {               
                                echo "Error!";              
                        ?>
    <form method="post" action="<?php $PHP_SELF ?>" id="commentForm">
    <input name="name" size="40" value="<?php echo $_POST["name"]; ?>" type="text">
                         <?php  if(isset($errName)) echo $errName; ?>
    <input name="email" size="40" value="<?php echo $_POST["email"]; ?>"  type="text">
            <?php  if(isset($errEmail)) echo $errEmail; ?>
    <input name="phone" size="40" value="<?php echo $_POST["phone"]; ?>" type="text" id="phone">
            <?php  if(isset($errPhone)) echo $errPhone; ?>
    <input name="city" size="40" value="<?php echo $_POST["city"]; ?>" type="text" id="city">
    <input name="state" size="40" value="<?php echo $_POST["state"]; ?>" type="text" id="state">
    <textarea name="comment" cols="30" rows="10" id="comment"><?php echo $_POST["comment"]; ?></textarea>
    <input type="submit" value="Submit" name="submit" class="contact-submit" />
    </form>
    It seems pretty simple.. but it's not working at all. I would also like this page to submit to it's self, and when it actually does send an email, to just make the form disappear and replace it with the thank you text instead of sending you to another page. I also do not need to use an smtp server, it goes directly to the network server when sent.
    I'm really sorry to ask all of this, I'm trying to learn this language and need to make this work.
    Thank you for anyones help in advance.

    .oO(BarryGBrown)
    > I have a php file which generates an email from a form
    in a website I have
    >designed. I just want to make some areas of the final
    generated email in bold
    >text. I know if people have plain text only selected in
    their email client they
    >won't see the bold text, but at least it will reach a
    certain percentage of
    >users.
    You can't do bold text in a normal email. Plain text is just
    that -
    plain text. For anything more you need HTML. _If_ you should
    need it.
    Usually plain text serves pretty well and is the most
    efficient way.
    > the line in question is -
    >
    > $body ="Booking request details from website:\n\n";
    >
    > I have tried putting  and ,
    syntax is used in some forum software, but besides that it
    has
    no meaning whatsoever.
    >inside the inverted commas, outside
    >etc, plus tried different declarations within the
    <head>, nothing works! What
    >am I doing wrong?
    You would have to create an entire HTML email with all the
    required
    headers and boundaries. Quite difficult to do by hand with
    PHP's mail()
    function.
    > I am a beginner with this php stuff, please be kind!
    Then you should start simple with plain text. There are some
    classes out
    there which make it easy to generate text and HTML emails
    (phpmailer for
    example), but you should be familiar with PHP coding if you
    want to use
    them.
    Micha

  • Can E51 email key be configured for SMS text inste...

    can E51 email key be configured for SMS text instead of email?
    Like I just want to be able to press the email key to get to sms messages as I use text a lot but never use email on my phone at all.
    Thanks,
    Andy.
    Solved!
    Go to Solution.

    hi andy..
    yes you can.. and i'm already doing that in my E51
    just go to settings --> personalisation then change it
    and please let me know
    Phones I bought from 1st till now:
    3210 / 3310 / 3410 / 6310 / 6600 / 6020 / N72 / E51 / X2-00 / 5310 xpress Music / E90 Communicator
    If you like my post or it helped you, Give me Kodo

  • Descriptions/text instead technical names

    Hi everybody,
    i created a query with the query designer. i want to display the output data with the discription/full text instead of technical name. i have made the relevant adjustment in query designer but when i open the query with VC it only displays the technical names.

    Christine,
    You have to adjusts to make in Query Designer (you did) and in Visual Composer. Usually by bringing your query to storyboard you have option of choose your field (@field, @field_ext_key, @field_key). To see text you shoul choose the first one.
    Make sure that in the Display Tab of your object in Query Designer you selected 'Text'.
    Regards,
    Gilson

  • Convert Quicktime to Flash Format with Controls Strip ?

    Hi everyone...
    I have a Quicktime movie on a website that my client would prefer in Flash format... I have successfully been able to export to Flash format Flash CS3, but I have been unable to add the auto controls strip that's included when you place a Quicktime movie using GoLive CS2. Does anyone of any software out there that will allow me to import my original Quicktime movie format and export in Flash format with these controls included (sound control, play, pause, forward, backwards). It's sooo frustrating as I know the Quicktime format is fine... but my client just feels that Flash would be more cross platform popular.
    Any ideas... any help?? much appreciated.
    Yours sincerely,
    Anthony
    Irish MacUser and MacAddict
    Message was edited by: Anthony MacCarthy

    Hi Edward... and thank you for your reply... the page in question is listed below. I don't know how to add in the control buttons in Flash CS3... that's why I was hoping that there might be some small drag and drop standalone application that might create this control panel for me and automatically add it to the Flash video. In GoLive CS2 when you place a Quicktime movie you get options to show the controls or not... add a Flash movie in GoLive and you don't have this option. My client wants the controls and I am not knowledgeable enough to be able to fabricate them in Flash CS3.... so that's why I was looking to find out if there was some small app available that would do this function...
    Again... thank you for your reply...

  • Email attachments with Rails 2.0.2

    I'm having an issue when sending an email (:smtp) with attachments in Rails.  When there is an attachment the email received doesn't have any body content.  If I remove the attachment and re-send the email, I get body content.  Has anyone seen this before?

    Julian,
    This may be an issue with ownership and permissions, between Mail, and the folders from which you are sourcing the files to attach. Please use the Repair Permissions feature of Disk Utility, and report back. See:
    http://docs.info.apple.com/article.html?artnum=25751
    PowerMac G5 Dual 2.5, iBook, and QS G4 867   Mac OS X (10.4.3)  

  • I am having difficulty including text with iPhotos I want to share through email.  I get a red exclamation mark along with a statement stating that the text doesn't fit into the designated text area.  This is so frustrating.

    I am having difficulty including text with iPhotos I want to share through email.  I get a red exclamation mark along with a statement stating that the text doesn't fit into the designated text area.  This is so frustrating. Before iLire11 I was easily able to share photos with email messages.  Arghhhh!

    In the iPhoto preferences you can set Apple Mail as your e-mail client and then it will work exactly as before
    LN

  • For SAPscript INCLUDE TEXT, how to align as Paragraph format

    Hi experts and ABAP colleagues!
    Need your help on this sapscript problem:
    How to align texts taken from "INCLUDE TEXT" in SAPscript, according to tab defined in Paragraph Format?
    For example, I defined BG to have tabstop at the 2nd column (or equivalent to 1st tab position) where I need to print the text, and then declared it in SE71 like below:
    However the text prints at the leftmost instead of at the 2nd col position - (8th char tab defined in par. format BG).  Hence it is not aligned to its proper heading.  Line Number instead of Description - which is not okay for client view that needs these Thai texts. 
    The technical details I included below.  Kindly examine:
    1.)  Window >Main > Text Element > Include Text command
    /E   ITEM_TEXT
    BG   ,,&TTXIT-TDTEXT&
    /:   INCLUDE &T166P-TXNAM& OBJECT &T166P-TDOBJECT& ID &T166P-TDID&
    /:   NEW-PARAGRAPH BG
    Note:  I used command "NEW-PARAGRAPH" and had exactly the above code in se71.  Anything missed here?  Pls. help.  Thanks.
    #2.) Paragraph Format > Tab
    No. -
      Tab Position -
    Alignment
    1            8,00 CH            LEFT
    2            28,00 CH          CENTER
    etc.
    Note:   and then i put in  ",,&TTXIT-TDTEXT&" (see above) with the 2 comma's beforehand to say that its on the 1st tab or at the 8th character where it should be printed, but does not give intended result... pls help.
    #3.) Paragraph Formats > Standard Attributes
    Left Margin - 0 cm
    Alignment - Left
    no blank lines checkbox - ticked
    Note:  Is there any more attribute i can manipulate from here to force display at the right position?
    Thank you so much in advance for all your help.  Our project team will really appreciate it.  May the Lord bless you as we go through our SAP work!
    Sincerely,
    Celeste

    Here's a thought, instead of using tabs, try writing a method that takes a string that is the starting string, a pad character, and a length and returns a string padded to that length with the specified character.
    public String padR(String src, String padChar, int len)
        // ... You get to fill in the rest suggestion try to do it without a loop
    }Have fun,
    PS.

  • How to burst reports in text and XML format using API

    Hi there,
    I need to be able to burst PDF, Excel etc reports and at the same time, generate XML files containing metadata that will accompany the PDF files to their destination. The reason for this, is that the destination requires metadata to class the documents in the content management system.
    My issue is that I just cannot get bursting to XML, text or HTML format right. There is very little documentation available around creating reports in these formats using the API's and perhaps someone who has gotten this right can, once and for all, solve this issue where others can find the solution.
    Alright, here is some sample supporting documentation (For the sake of the question, I have removed the bursting to PDF, Excel etc. formats and I am just focusing on the XML output):
    In my code for bursting, I make use of the following constructor...
    DocumentProcessor dp =
    new DocumentProcessor("ControlFile.xml", "TestData.xml", "temp");
    The ControlFile.xml looks like this...
    <?xml version="1.0" encoding="UTF-8"?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
    _<xapi:request select="/DATA/LIST_BRANCH/BRANCH">
    ___<xapi:delivery>
    ______<xapi:filesystem id="dst" output="C:\${BRANCH_NAME}.xml"/>
    ___</xapi:delivery>
    ___<xapi:document output-type="text" delivery="dst">
    ______<xapi:template type="xsl-fo" location="Template.xsl"></xapi:template>
    ___</xapi:document>
    _</xapi:request>
    </xapi:requestset>
    The data in my TestData.xml looks like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <DATA>
    ___<LIST_BRANCH>
    ______<BRANCH>
    __________<BRANCH_NAME>BRANCH 1</BRANCH_NAME>
    ______________ OTHER IRRELEVANT DATA
    ______</BRANCH>
    ______<BRANCH>
    __________<BRANCH_NAME>BRANCH 2</BRANCH_NAME>
    ______________ OTHER IRRELEVANT DATA
    ______</BRANCH>
    ___</LIST_BRANCH>
    </DATA>
    In my ControlFile.xml, I reference my XSL file called Template.xsl which should do my transformations into XML. That file looks like:
    <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    __<xsl:output method="xml" indent="yes">
    __<xsl:template match="/">
    ____<METADATA>
    _______<BRANCH>
    ___________<xsl:value-of select="BRANCH_NAME"/>
    _______</BRANCH>
    ____</METADATA>
    __</xsl:template>
    </xsl:stylesheet>
    I have tried about forty variations of the ControlFile.xml and Template.xsl and have had no luck. Among the various error messages that the compiler has reported to me, these are the most common:
    [101507_055953158][][EXCEPTION] Error while generating the Document...
    [101507_055953158][][EXCEPTION] org.xml.sax.SAXException: element metadata is not supported yet.
    [101507_061037084][][EXCEPTION] Error while generating the Document...
    [101507_061037094][][EXCEPTION] oracle.xml.parser.v2.XMLParseException: Start of root element expected.
    I have managed in some cases to get the API code to compile, but the outputs are empty 0kb files.
    I have also exported an XSL-FO file from word, but the output is always PDF even with tweaking.
    I have wasted about 9 hours on this problem and it is driving me mad! If anyone has ideas, tips and/or solutions, they would be very welcome.
    Thanks in advance,
    Andrew

    For anyone interested... here it is!
    Format Setup:
    <TEMPLATE TYPE> DELIMITER_BASED
    <OUTPUT CHARACTER SET> iso-8859-1
    <NEW RECORD CHARACTER>     Carriage Return
    Sequences:
    <DEFINE SEQUENCE> MetaDataSeq
    <RESET AT LEVEL>     BRANCH
    <INCREMENT BASIS> LEVEL
    <END DEFINE SEQUENCE> MetaDataSeq
    Format Data Records:
    <LEVEL> BRANCH
    <MAXIMUM LENGTH><FORMAT><DATA>
    <NEW RECORD> FileHeaderRec
    16_________________Alpha_____‘<REPORT_SUMMARY>’
    22_________________Alpha_____‘<TYPE>1</TYPE>’
    255________________Alpha_____'<NAME>’ || BRANCH_NAME || ‘.pdf</NAME>’
    255________________Alpha_____'<DESC>NON-MOTOR VEHICLE CLAIMS</DESC>’
    10_________________Alpha_____‘<METADATA>’
    255________________Alpha_____‘<CONTROL_AREA>MAIN CONTROL AREA</CONTROL_AREA>’
    255________________Alpha_____‘<BRANCH_CODE>’ || BRANCH_CODE || ‘</BRANCH_CODE>’
    255________________Alpha_____‘<BRANCH_NAME>’ || BRANCH_NAME || ‘</BRANCH_NAME>’
    255________________Alpha_____'<DIVISION_CODE>1</DIVISION_CODE>’
    255________________Alpha_____‘<DIVISION_NAME>PERSONAL</DIVISION_NAME>’
    11_________________Alpha_____‘</METADATA>’
    17_________________Alpha_____‘</REPORT_SUMMARY>’
    <END LEVEL> BRANCH

  • Email link with no additional text insertion

    Hello All.
    Thanks for your participation here.
    Kinda newbie here so forgive me if my terminalogy is off.
    Two part question:
    1) I'm creating popup windows. I get that there's a
    difference between inserting a hyperlink to open a popup window as
    opposed to adding a behavior to do the same thing. Adding a
    behavior doen't screw up my layout the way inserting a hyperlnk
    does so I much prefer that. (Why does any action screw up my
    layout?)
    2) Similarly, when inserting an email link DW insists an
    adding text into my page and forces everything to move around.
    (Things moving around without my consent is not acceptable to me.)
    Is there a "behavior" that will trigger a viewer's email program to
    send me an email to my designated address instead of the messy
    email link? Or can I turn off the text insert that happens when I
    enter my email address in the insert email link mode?
    Thanks All.

    > 1) I'm creating popup windows. I get that there's a
    difference between
    > inserting a hyperlink to open a popup window as opposed
    to adding a
    > behavior to
    > do the same thing. Adding a behavior doen't screw up my
    layout the way
    > inserting a hyperlnk does so I much prefer that. (Why
    does any action
    > screw up
    > my layout?)
    There is no real difference between those two things.
    One would be to add a hyperlink to the triiger pointing to a
    new page with a
    target of "_blank". The other would be to add a null link to
    the trigger
    which calls a javascript function that opens the new window.
    They are
    fundamentally the same - both require adding a hyperlink.
    Neither should 'screw up [your] layout'. We'd have to see the
    page and its
    code, though, to know what you are doing wrong.
    > 2) Similarly, when inserting an email link DW insists an
    adding text into
    > my
    > page and forces everything to move around.
    Give us an example, please.
    > (Things moving around without my consent is not
    acceptable to me.)
    Get used to it until you have learned some HTML and CSS. It
    will be a way
    of life as long as you use DW exclusively in Design view.
    > Is there a "behavior" that will trigger a
    > viewer's email program to send me an email to my
    designated address
    > instead of
    > the messy email link?
    No. But that "messy email link" is not the optimal way to do
    it, either.
    The best way is to link to a feedback form, which they fill
    out, and which
    is then sent to you by a form processing script.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "samsmall" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hello All.
    > Thanks for your participation here.
    > Kinda newbie here so forgive me if my terminalogy is
    off.
    > Two part question:
    > 1) I'm creating popup windows. I get that there's a
    difference between
    > inserting a hyperlink to open a popup window as opposed
    to adding a
    > behavior to
    > do the same thing. Adding a behavior doen't screw up my
    layout the way
    > inserting a hyperlnk does so I much prefer that. (Why
    does any action
    > screw up
    > my layout?)
    > 2) Similarly, when inserting an email link DW insists an
    adding text into
    > my
    > page and forces everything to move around. (Things
    moving around without
    > my
    > consent is not acceptable to me.) Is there a "behavior"
    that will trigger
    > a
    > viewer's email program to send me an email to my
    designated address
    > instead of
    > the messy email link? Or can I turn off the text insert
    that happens when
    > I
    > enter my email address in the insert email link mode?
    >
    > Thanks All.
    >
    >

  • Schedule a job with email destination in BOXI R2 with email format as html

    Hello Guys, would it to possible to schedule a job with email destination in BOXI R2 with email format as html? we are able to get it running with plain text email format. we use Java SDK to interface with BO Enterprise servers.
    thanks for your thoughts,
    Venkat

    Hi
    your job should SMOF_DOWNLOAD can bring new material master if you set up correctly.
    as a smart method smof_download is the best way.
    doble check your filter condition. it should work as you expected. because we dont involve in  manual pulling...
    check your variant once again. in vari table,
    can you check r3ac1 - filter settings- source seetingsa--> source site nmae --> backendlogical system and filter sync..
    br
    Muthu

Maybe you are looking for

  • Message older than allowed MessageAge Error while invoking webservice

    Hi, I have a web service using, implementation is annotated with Wssp1.2-2007-Https-UsernameToken-Plain.xml Policy. I am using a java client based no static Service model to connect to the server. When I try to connect to the webservice from local ma

  • G31M3-L V2 with Q9400 problems

    Hello! I have got G31M3-L V2 with a Core2Quad Q9400 installed and the last two weeks it crashes with irql_not_less_or_equal BSOD. I formated my HDD, but during the installation it shows this BSOD. I changed the PSU, GPU, RAM, I updated the BIOS to 2.

  • Using Sequence in ODI

    Hi I am very new to this tool can anyone tell me how to use sequence and populate Primary key in my Oracle target table. I am doing File to Oracle Mapping. I am using ODI sequence but i am getting errors like: 933 : 42000 : java.sql.SQLException: ORA

  • Xp_cmdshell error, but not calling xp_cmdshell anywhere

    I'm using SQL Server 2005.  My company uses a very large, complex legal services developed by an outside firm, with whom we work pretty closely.  I'm adapting a stored procedure that writes one record into a table which has several required columns (

  • To work fast with CS6 and a new i5, SSD, GTX 660TI PC System

    How many GB Ramdisk is useful by using a SSD and having 16 GB DDR Ram? (Consideration for the extension to 32GB)