Smartform - insert html attach file and adjust preview magnification ratio

Hi guys!
I have  two question!
1. How to insert html file to stmartform!
2. How to adjust preview magnification ratio!
If anyone to know about this please help me!
Thank you!

Hi again Ned, just to let you know that it worked fine that way. The swf is now up and running (literally)
Thanks once more!

Similar Messages

  • [svn] 3120: When you point Flex Builder at a local sandbox trunk build, it couldn' t generate the html-templates folder correctly for new projects so we moved all the html templates up one level and removed the html-templates directory and adjusted build

    Revision: 3120
    Author: [email protected]
    Date: 2008-09-05 10:44:10 -0700 (Fri, 05 Sep 2008)
    Log Message:
    When you point Flex Builder at a local sandbox trunk build, it couldn't generate the html-templates folder correctly for new projects so we moved all the html templates up one level and removed the html-templates directory and adjusted build.xml's to accommodate the directory change
    Modified Paths:
    flex/sdk/trunk/build.xml
    flex/sdk/trunk/webapps/webtier/build.xml
    Added Paths:
    flex/sdk/trunk/templates/client-side-detection/
    flex/sdk/trunk/templates/client-side-detection/AC_OETags.js
    flex/sdk/trunk/templates/client-side-detection/index.template.html
    flex/sdk/trunk/templates/client-side-detection-with-history/
    flex/sdk/trunk/templates/client-side-detection-with-history/AC_OETags.js
    flex/sdk/trunk/templates/client-side-detection-with-history/history/
    flex/sdk/trunk/templates/client-side-detection-with-history/history/history.css
    flex/sdk/trunk/templates/client-side-detection-with-history/history/history.js
    flex/sdk/trunk/templates/client-side-detection-with-history/history/historyFrame.html
    flex/sdk/trunk/templates/client-side-detection-with-history/index.template.html
    flex/sdk/trunk/templates/express-installation/
    flex/sdk/trunk/templates/express-installation/AC_OETags.js
    flex/sdk/trunk/templates/express-installation/index.template.html
    flex/sdk/trunk/templates/express-installation/playerProductInstall.swf
    flex/sdk/trunk/templates/express-installation-with-history/
    flex/sdk/trunk/templates/express-installation-with-history/AC_OETags.js
    flex/sdk/trunk/templates/express-installation-with-history/history/
    flex/sdk/trunk/templates/express-installation-with-history/history/history.css
    flex/sdk/trunk/templates/express-installation-with-history/history/history.js
    flex/sdk/trunk/templates/express-installation-with-history/history/historyFrame.html
    flex/sdk/trunk/templates/express-installation-with-history/index.template.html
    flex/sdk/trunk/templates/express-installation-with-history/playerProductInstall.swf
    flex/sdk/trunk/templates/metadata/
    flex/sdk/trunk/templates/metadata/AC_OETags.js
    flex/sdk/trunk/templates/metadata/readme.txt
    flex/sdk/trunk/templates/no-player-detection/
    flex/sdk/trunk/templates/no-player-detection/AC_OETags.js
    flex/sdk/trunk/templates/no-player-detection/index.template.html
    flex/sdk/trunk/templates/no-player-detection-with-history/
    flex/sdk/trunk/templates/no-player-detection-with-history/AC_OETags.js
    flex/sdk/trunk/templates/no-player-detection-with-history/history/
    flex/sdk/trunk/templates/no-player-detection-with-history/history/history.css
    flex/sdk/trunk/templates/no-player-detection-with-history/history/history.js
    flex/sdk/trunk/templates/no-player-detection-with-history/history/historyFrame.html
    flex/sdk/trunk/templates/no-player-detection-with-history/index.template.html
    Removed Paths:
    flex/sdk/trunk/templates/html-templates/

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • Is there a way to tell the difference between an attached file, and an image that is embedded in an email?

    When Outlook receives an email, it appears that attached files and embedded images are carried as Attachments.  In looking at emails and the individual attachments/embedded images with Outlook Spy, I do not see anything that would tell me which is
    which.  Obviously Outlook knows the difference ... is there something that I'm missing?mdpowers

    Hi Ken,
    In my code i have something like that:
    public static bool IsEmbeddedAttachment(Outlook.Attachment attachment)
    //Anexos que não são embedded são obrigatóriamente olByValue, porém os embedded podem ser de qualquer tipo
    if (attachment.Type != Outlook.OlAttachmentType.olByValue)
    return true;
    //Busca a propriedade contentID do anexo. Anexos embedded não precisam necessáriamente gerar um ContentID. Anexos fixos não geram ContentID
    string strATTACH_CONTENT_ID = attachment.PropertyAccessor.GetProperty(@"http://schemas.microsoft.com/mapi/proptag/0x3712001E").ToString();
    //Busca a propriedade contentLocation. Para que o anexo seja embedded é necessario que essa propriedade esteja vazia ou nulla
    string strATTACH_CONTENT_LOCATION = attachment.PropertyAccessor.GetProperty(@"http://schemas.microsoft.com/mapi/proptag/0x3713001E").ToString();
    if (!string.IsNullOrWhiteSpace(strATTACH_CONTENT_ID) || !string.IsNullOrWhiteSpace(strATTACH_CONTENT_LOCATION))
    //Busca a propriedade AttachFlag se for diferente de 4 é uma imagem embedded
    if ((int)attachment.PropertyAccessor.GetProperty(@"http://schemas.microsoft.com/mapi/proptag/0x37140003") == 4)
    return true;
    if ((int)attachment.PropertyAccessor.GetProperty(@"http://schemas.microsoft.com/mapi/proptag/0x37050003") == 6)
    return true;
    if ((int)attachment.PropertyAccessor.GetProperty(@"http://schemas.microsoft.com/mapi/proptag/0x37140003") == 4)
    return true;
    return false;
    And was working very well until last week. 
    I have a problem with a single email. This email attachments possess 2 PDF type files. These files are not embbed in the email, but they have the contentId property. Could you tell me why? or if its possible discovery why this happens?
    PS.: Sorry about my english.
    Att's,
    Anderson Rissardi.

  • How do I export a file and keep the aspect ratio intact?

    I'm exporting an edited scene from an external hard drive to a macbook but the video on the laptop is anamorphic (squished) compared to the original file on the hard drive.  How do I export the file and keep the aspect ratio intact?

    Please give the exact specs of your project. If the material is anamorphic, aspect ratio display is a function of the playback device. What is it?

  • Strange inserts in attachement file

    Hi,
    I am making a program with send an email with attachement file. Everything works well except data in the attachement file.
    Code:
    REPORT  ZTEST.
      DATA: DOCUMENT_DATA   LIKE SODOCCHGI1 OCCURS 5 WITH HEADER LINE.
      DATA: PACKING_LIST    LIKE SOPCKLSTI1 OCCURS 2 WITH HEADER LINE.
      DATA: RECEIVER        LIKE SOMLRECI1  OCCURS 1 WITH HEADER LINE.
      DATA: CONTENTS_TXT    LIKE SOLISTI1   OCCURS 0 WITH HEADER LINE.
      DATA: CONTENTS_BIN    LIKE SOLISTI1   OCCURS 0 WITH HEADER LINE.
      DATA: LINES           TYPE I.
      DATA: DOC_TYPE        LIKE SOODK-OBJTP VALUE 'txt'.
      DOCUMENT_DATA-OBJ_DESCR  = 'subject'.
      DOCUMENT_DATA-OBJ_NAME   = 'subject'.
      DOCUMENT_DATA-SENSITIVTY = 'P'.
      DOCUMENT_DATA-OBJ_LANGU  = SY-LANGU.
      DOCUMENT_DATA-OBJ_EXPDAT = sy-datum + 31.
      CONTENTS_TXT = 'Hello'.
      APPEND CONTENTS_TXT.
      DESCRIBE TABLE CONTENTS_TXT LINES lines.
      READ TABLE CONTENTS_TXT INDEX lines.
      DOCUMENT_DATA-DOC_SIZE = ( lines - 1 ) * 255 + STRLEN( CONTENTS_TXT ).
      CLEAR PACKING_LIST-TRANSF_BIN.
      PACKING_LIST-HEAD_START = 1.
      PACKING_LIST-HEAD_NUM = 0.
      PACKING_LIST-BODY_START = 1.
      PACKING_LIST-BODY_NUM = lines.
      PACKING_LIST-DOC_TYPE = 'RAW'.
      APPEND PACKING_LIST.
      receiver-rec_type  = 'U'. "Internet address
      receiver-express   = 'X'. "Express
      receiver-receiver  = 'user_email_address'.
      append receiver.
      APPEND 'Hey' TO CONTENTS_BIN.
      APPEND 'How do you do CHRIS?' TO CONTENTS_BIN.
      DESCRIBE TABLE CONTENTS_BIN LINES lines.
    write : / lines.
      PACKING_LIST-TRANSF_BIN = 'X'.
      PACKING_LIST-HEAD_START = 1.
      PACKING_LIST-HEAD_NUM   = 0.
      PACKING_LIST-BODY_START = 1.
      PACKING_LIST-BODY_NUM   = lines.
      PACKING_LIST-DOC_TYPE   = DOC_TYPE.
      PACKING_LIST-OBJ_NAME   = 'Attachment'.
      PACKING_LIST-OBJ_DESCR  = 'Attachment'.
      PACKING_LIST-DOC_SIZE   = ( lines - 1 ) * 255 + STRLEN( CONTENTS_BIN ).
      APPEND PACKING_LIST.
    CALL FUNCTION 'SO_DOCUMENT_SEND_API1'
        EXPORTING
          DOCUMENT_DATA                    = DOCUMENT_DATA
          SENDER_ADDRESS_TYPE              = 'U'
          COMMIT_WORK                      = 'X'
        TABLES
          PACKING_LIST                     = PACKING_LIST
          CONTENTS_TXT                     = CONTENTS_TXT
          CONTENTS_BIN                     = CONTENTS_BIN
          RECEIVERS                        = RECEIVER
       EXCEPTIONS
         TOO_MANY_RECEIVERS               = 1
         DOCUMENT_NOT_SENT                = 2
         OPERATION_NO_AUTHORIZATION       = 4
         OTHERS                           = 99.
    Problem:
    The text in the attachement file should be like
    Hey
    How do you do CHRIS?
    but it appears like
    H e y                                                         H o w    d o   y o u   d o   C H R I S ?        
    I have noticed that if i want to display the first line "Hey", I have to set doc_size to 6.
    I also got the same problem using the code from sap documentation of the function SO_DOCUMENT_SEND_API1.
    Somebody know why it adds too much space in the attachement file ? And why it put the 2 lines on the same line ?
    Thank you.
    Best regards.

    Hi ,
    Code seems good to me... Please try executing it after doing few small changes:
    PACKING_LIST-TRANSF_BIN = 'X'.
    PACKING_LIST-HEAD_START = 1.
    PACKING_LIST-HEAD_NUM = 1.
    PACKING_LIST-BODY_START = 1.
    PACKING_LIST-BODY_NUM = lines.
    PACKING_LIST-DOC_TYPE = DOC_TYPE.
    PACKING_LIST-OBJ_NAME = 'Attachment'.
    PACKING_LIST-OBJ_DESCR = 'Attachment'.
    PACKING_LIST-DOC_SIZE = lines  * 255 .
    APPEND PACKING_LIST.
    I hope this might help you...
    Regards,
    Ashish Arora

  • Table Widget. Inserting text, audio file and pdf file.

    Hi everyone,
    I have a client [Church organization] They want to put all their Sermon audio in their website. Similar to this: http://www.calvarysj.org/?page_id=1310
    They have a lot audio files and I think I need to sort it by year or per book but going to back to my question does anyone know how to do it or what kind of widget should I use?
    Thanks,
    Debs

    You use the table widget here :
    http://musewidgets.com/collections/all/products/table-maker
    Additionally for adding audio files ;
    https://forums.adobe.com/message/6429361
    https://forums.adobe.com/message/6276219
    Thanks,
    Sanjit

  • Editing blog posts: inserting pictures / attaching files doesn't work

    I like the blog-editor in Leopard server. But since a few weeks, it has become impossible to add pictures or to attach files to my posts. Everytime I try to do this I'll get the message:
    "The file you selected is too large (maximum file size is %i Bytes)".
    No matter how small the file size is, it won't work. Very frustrating.
    Any ideas?

    Mars,
    I had this problem also when I was initially setting up my wiki. There is at least one post on this sub-forum regarding the problem.
    Ultimately, I had to edit the server file, /etc/wikid/wikid.conf, every time I restarted the server (though I haven't had the problem lately).
    <key>maxAttachmentSize</key>
    <integer>52428800</integer>
    Those are bytes, so I'm limiting an attachment to 50MB. This should be the default, but for some reason it can get set to zero when you restart the server.
    Good luck,
    RyanR>

  • How to upload a PDF document from an e-mail attachment file and convert it to word document for edit

    I received an e-mail.The attachment is in PDF format. I would like to upload the file to convert it to word for editing.How to do that?

    Hi Quincy,
    You would need to save the file to your desktop and upload it from there for conversion using your ExportPDF subscription.
    Let me know if you need further assistance!
    Regards, Stacy

  • Why having displayed both generic icons for the PDF and JPEG files and automatic preview of the JPEG files in an ordinary folder are mutually exclusive in Win7?

    In Win7 Pro all my:
    PDF documents, with the 'Large Icons' option chosen in the View tab, display contents of their first page with a tiny thumbnail in the icon's lower right corner, instead of a generic PDF icon.
    JPEG files show Icon size photos, instead of a generic Nero 9 PhotoSnap Essentials icon.
    Folders containing the JPEG photos, however, automatically show preview, when opened, which is desirable feature.
    I found that the Win7 option "Always show icons never thumbnails" in the View tab: Windows Explorer -> Tools -> Folder Options, (where ironically the present 'thumbnails' have nothing to do with 'Thumbnails' from the View option in WinXP), causes the unwanted effects described in points 1 & 2, when unchecked.
    Checking this option solves the problem of the PDF and Nero icons. This time, however, I can only see a Nero 9 PhotoSnap Essentials icons, instead of photos preview on opening of any standard folder with the JPEG photos.
    Did I make a mistake somewhere or maybe Microsoft made changes in Win7 with respect to WinXP, which make it impossible to have both the features working at the same time?

    Hi,
    You can install the Win 8.1 software drivers using this link.
    http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?cc=us&dlc=en&lc=en&product=4323648&task=&
    Once installed, it should have the same features as the Win 7 drivers for scanning.
    Please click the “Kudos Thumbs up” on the left if this has helped you and “Accept as solution” if this has helped solved your problem.

  • Insertion of ppt file and doc file

    How to insert ppt file,wbmp file(used in mobile application) and doc file using intermedia objects?
    Please provide me a pl/sql code to insert ppt,doc and wbmp file

    You can use SQL*loader to load the PPT to a BLOB. Then you need to create a text index and you are ready to search. Sample code is available at technet.oracle.com/products/text

  • Reports output to a file and printer/previewer

    Group,
    It's been a while since I messed with reports, but I have been given the requirement to somehow save a copy of a generated report, so that it could be reprinted at some later date exactly as it was originally printed. My initial thought was to save a copy of the report in pdf format at the time it was printed. Uses a unique file name and record that in our app.
    My questions are is that technically possible, ie save to unique (to that printing) named pdf file at the same time it is printed? Or would they have to run the report twice? Once for the printer and once for the pdf file?
    Are there any better alternative methods?
    We are currently using forms/reports 6i, soon to be moving to 10g. But the requirement for this feature is required before we move to 10g. This would be required to work on several different reports.
    Thanks for any advice.
    --pat                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    6i client server. Calling reports from forms.
    So the save to file first then print with host is an option. Will that work with previewer?
    thanks.
    --pat                                                                                                                                                                                                                                                                                                                                       

  • Automatic Attach File and Email

    I know can do the following to have page opened as a word
    document. But how can I have, when opened as a word document be
    automatically emailed to email recepients as a word attachment
    without the user going through the file menu to attach and email
    the file?
    <cfheader name="Content-disposition" value="attachment;
    filename=InsertionOrder_#PartnerID#.doc" />
    <cfcontent type="application/msword"
    reset="yes"></cfcontent>

    eziokolo wrote:
    > I know can do the following to have page opened as a
    word document. But how can
    > I have, when opened as a word document be automatically
    emailed to email
    > recepients as a word attachment without the user going
    through the file menu to
    > attach and email the file?
    >
    > <cfheader name="Content-disposition"
    value="attachment;
    > filename=InsertionOrder_#PartnerID#.doc" />
    > <cfcontent type="application/msword"
    reset="yes"></cfcontent>
    >
    >
    very confused... who's emailing to who???
    do you want to email a word doc stored on your server to a
    user when a
    user requests to view the doc, or do you want a user to email
    a word doc
    from their computer to you when they are viewing it???
    if the former, just use cfmail with cfmailpart tags before
    your
    streaming code above to email the doc to anyone you want....
    in the latter case, you have no way of controlling it.
    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com

  • Inserting a PDF file and making it a hyper link

    I created a news letter in pages and converted it to a PDF file, I want to place the PDF file onto my website and make it a hyperlink so when it is clicked on it will open preveiw or adobe acrobat reader (on reg pc) When I drag the PDF file it opens an post the full page. Can it be done and how?
    Thanks
    imac   Mac OS X (10.4.8)  

    The iWeb way is to use "Link to File".
    Your PDF will upload and viewers can click a link to download it.
    You can also use an image as a placeholder for your Link to File download instead of using a text description.

  • Imported PDF File and unchecked FIXED ASPECT RATIO problems.

    I just don't get it. . . . I have imported a pdf file into MOTION 2, unchecked BOTH Fixed Aspect Ratio boxes on both the media and the layers and I am still getting major rasterization!
    When I scale up the file in Acrobat, there are NO problems. It's something that I am not doing in MOTION.
    Any help is VERY appreciated.
    Thanks
    G5   Mac OS X (10.4.2)  

    I didn't know you could import PDFs...
    Are you putting any filters on it - that causes rasterization...
    Patrick

  • Adobe bridge preview magnification ratios

    Hi,
    As you know, Adobe Bridge to view the image in full screen space (space) d-pad key is pressed. Then, the image with the mouse scroll ball is 100% - 200% - 400% and 800% as the be grown.This growth rate of 50% is not 100% to start with, for example, or would like to create my own values. How do I change this magnification? Many thanks in advance for your help .. Regards,

    Thank you very much for your answer.
    I'm sorry, I think I told confused.
    As you said, the zoom rate of 100%, 200%, 400% and 800% as I know.
    However, these rates are forcing me. I want to grow from 50%.
    I understand that there is such an option Bridge: (
    Is not it possible to develop?
    Thanks again,
    Sincerely,

Maybe you are looking for

  • How to change Oracle Portal PORT?

    Hi I installed Oracle Portal and Wireless. But i dont know PORT and URL to access and login to that. So What is the url And PORT for portal or should i configure any thing? thanks Pratap Reddy

  • In Acrobat, is there a way to have a form field use small caps in place of lower-case text?

    I found java script online that will force a field to be all caps (using it in the format tab > custom format script). But I have not been able to find anything to change the lowercase text to small caps. Anyone know how to do that (or if it just can

  • Keyboard and trackpad unresponsive when woken from sleep

    I have a Retina MBP running OS X 10.8 Mountain Lion. The last couple days when I wake my computer from sleep the trackpad and keyboard do not respond, but my external mouse works. I have to power down my computer, restart and then everything works. A

  • Why is my applet hanging?

    Can anyone give me some insight as to why my applet is hanging? I just get the grey rectangle and no output in the java plugin console as to any kind of errors. I think it may have to do with hte ContentPane in both the main() and init() but I am not

  • Condition origin

    Hi, We have condition ZHDL handling charges in m/06, which is maintained for " manual entry has priority" & maintained for header aswell as for line item. When ZHDL entered in two line items for different vendor, one line item show "Inactive due to m