Picture in vdx file (xml visio)

hi,
i am generating vdx file at run time, some of vdx file data come from database, all thing is well except if i have a picture and want to display it, so the problem as the following:
if you have a picture stored in a table in the database (in blob field), how you can represent this picture data in the vdx file to display it on visio page? (remember you didn�t get this picture from existing vdx or visio file, it came from another module in the system)
sample:
<ForeignData ForeignType='Bitmap' CompressionType='JPEG' CompressionLevel='0.05'>
/9j/4AAQSkZJRgABAgEASABIAAD/4QmkRXhpZgAASUkqAAgAAAAHABIBAwABAAAAAQAQERoBBQABA
AAAYgAAABsBBQABAAAAagAAACgBAwABAAAAAgAAADEBAgAXAAAAcgAAADIBAgAUAAAAigAAAGmHBA�����������
������������
i don�t know how visio represent the picture data in vdx file, its not binary, and its unpractical to deal with this method, so i think there is two gates for that:
1-find a way to make the picture as a linked object and display the picture depend on picture file separated from vdx file (as link object) , and i don�t think this acceptable in xml vdx files.
2-find the format the represent the picture inside vdx file.
there is also unpractical solution by upload each picture that i want to use it in vdx file by insert it at the first in a temporary visio file then read the data of the picture to reuse it in the future for other vdx files.
if you have a solution or have a more specific forums for microsoft visio , plz write it
best regards

Try changing this:
<servlet-mapping>
<servlet-name>Mpa</servlet-name>
<url-pattern>/</url-pattern>
</servlet-mapping>
into
<servlet-mapping>
<servlet-name>Mpa</servlet-name>
<url-pattern>/*</url-pattern>
</servlet-mapping>

Similar Messages

  • How do I get Firefox to open a Visio drawing stored as a .vdx file? Firefox does fine with Visio drawings stored as .vsd files.

    I need to store Visio files in vdx format for Subversion compatibility.
    When I ask Firefox to open a vsd file on the network, it appropriately states the file is a Visio file and asks if I want to save it. I select yes and the file opens in Visio.
    When I ask Firefox to open a vdx file in the same location on the network, it treats the file as a plain text file and opens it immediately--no option to Open With or to Save.
    I have tried resetting Firefox but it did not help.
    The application tab in settings does not show Visio file types in either instance.
    The underlying Windows 7 file association setting for both vsd and vdx is set to Visio.

    I'm tracking down the MS Office plug-ins to see if there is any information there.

  • NullPointerException when compiling an imported .vdx file in BPM Studio

    After importing a .vdx (Visio) file containing BPMN 1.2 symbols into BPM studio, I tried to build the project and JDeveloper reported the following cryptic error:
    Oct 17, 2012 9:40:26 AM oracle.mds
    NOTIFICATION: PManager instance is created without multitenancy support as JVM flag "oracle.multitenant.enabled" is not set to enable multitenancy support.
    Oct 17, 2012 9:40:26 AM oracle.fabric.common.wsdl.SchemaManager isIncrementalBuildSupported
    INFO: XMLSchema incremental build enabled.
    java.lang.NullPointerException
         at oracle.bpm.project.compile.process.ProcessChecker.updateNextDefault(ProcessChecker.java:648)
         at oracle.bpm.project.compile.process.ProcessChecker.updateNextActivityLevel(ProcessChecker.java:562)
         at oracle.bpm.project.compile.process.ProcessChecker.updateNextActivityLevel(ProcessChecker.java:602)
         at oracle.bpm.project.compile.process.ProcessChecker.updateNextActivityLevel(ProcessChecker.java:602)
         at oracle.bpm.project.compile.process.ProcessChecker.updateNextActivityLevel(ProcessChecker.java:602)
         at oracle.bpm.project.compile.process.ProcessChecker.updateNextActivityLevel(ProcessChecker.java:602)
         at oracle.bpm.project.compile.process.ProcessChecker.updateNextActivityLevel(ProcessChecker.java:602)
         at oracle.bpm.project.compile.process.ProcessChecker.setLevelForFlow(ProcessChecker.java:453)
         at oracle.bpm.project.compile.process.ProcessChecker.setNodeContainerActivityLevels(ProcessChecker.java:475)
         at oracle.bpm.project.compile.process.ProcessChecker.checkFlow(ProcessChecker.java:289)
         at oracle.bpm.project.compile.process.ProcessChecker.check(ProcessChecker.java:101)
         at oracle.bpm.project.compiler.ProcessCompiler.compile(ProcessCompiler.java:59)
         at oracle.bpm.project.compiler.ProcessCompiler.compile(ProcessCompiler.java:24)
         at oracle.bpm.project.compiler.ProjectCompiler.compileProjectObject(ProjectCompiler.java:512)
         at oracle.bpm.project.compiler.ProjectCompiler.compileModels(ProjectCompiler.java:288)
         at oracle.bpm.project.compiler.ProjectCompiler.compile(ProjectCompiler.java:177)
         at oracle.bpm.fusion.sca.validator.BPMNComponentValidator.isValidBpmProject(BPMNComponentValidator.java:64)
         at oracle.bpm.fusion.sca.validator.BPMNComponentValidator.validate(BPMNComponentValidator.java:104)
         at oracle.bpm.fusion.sca.validator.BPMNComponentValidator.validate(BPMNComponentValidator.java:82)
         at oracle.soa.scac.bpmn.BPMNComponentValidator.validate(BPMNComponentValidator.java:56)
         at oracle.soa.scac.ValidateComposite.validateComponentTypeServicesReferences(ValidateComposite.java:1038)
         at oracle.soa.scac.ValidateComposite.doValidation0(ValidateComposite.java:502)
         at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:481)
         at oracle.soa.scac.ValidateComposite.run0(ValidateComposite.java:206)
         at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:187)
         at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:179)
    My .vdx file -> https://dl.dropbox.com/u/22482565/Drawing1.vdx
    My generated .bpmn file -> https://dl.dropbox.com/u/22482565/Drawing10_1111_Default.bpmn
    I have no idea why this is happening before, but I noticed that when I changed the *<exclusiveGateway gatewayDirection="Diverging"* to *<exclusiveGateway gatewayDirection="Unspecified"* in the .bpmn file, it works fine. Does this mean there is a defect with the way that BPM Studio imports the .vdx file?

    Hi,
    i'm having exactly the same problem
    Error importing a BizAgi xpdl file into JDeveloper 1.6
    I think its a problem with the importer because if you create an simple process with an exclusive gateway the bpmn generated has the atribute with a value of unspecified.

  • Generate a File XML in Forms with PL/SQL

    Hi Friends!
    I need to generate a file XML and validate it with a XSD schema!
    I see some ways to generate a file with a QUERY.
    But i cant generate a file with a Query because my datas existing in diferent tables and isn't possible to create in a query! I need to construct the XML step by step... creating the nodes and subnodes... setting values to the nodes and so on!
    I see a class java called by Marshall and i created a bean to generate XML but it is so slow even in a powered server!
    How can i do this in PL/SQL?????
    Somebody can help me!!

    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_xmldom.htm#sthref10098
    http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14259/xdb10pls.htm#sthref1389
    Regards.

  • How do I import pictures from computer files more than one at a time ?

    I recieved the adobe photoshop elements 10 for x mas and no problems with downloading the program but i am having a time importing pictures from my computer files taken from various camaras. the problem is that i can only import pictures from my files 1 at a time. what do i do ? is there a specific tutoral i need to watch ? I know i'm doing something wrong i just don't know, please help Kev

    Welcome to the forum.
    You should be able to use the Shift, or Ctrl modifier keys, to select multiple files, and Import them.
    Now, for Stills, I would strongly suggest that you Scale those Still Images to about the Frame Size of the Project, prior to Import.
    Good luck,
    Hunt

  • IDOC to FILE(xml) graphical mapping using node function createIf

    Greetings All,
                My Scenario is Idoc to File(XML)
    Target Structure is 
                           MO_MAT_LAN....................(0: unbound)
                                LAN_KEY.......................(0 :1)
                                DESCRIPTION.................(0 : 1)
    Source MATMAS Idoc
                           E1MAKTM.........................(0 : 99)
                                SPRAS_ISO..................(0 :1) 
                                MAKTX..........................(0 :1)
    initially i had mapped E1MAKTM----->MO_MAT_LAN but i dont want target node MO_MAT_LAN to be created when the SPRAS_ISO is equal to EN
    I have tried using node function createIf but the node is geting created only once although the input stucture is having occurance more than 5.
    Can anyone please help me to achive this.
    Many thanks,
    Rohit

    U have to use:-
    SPRAS_ISO mak the context to E1MAKTM compare (Use equals) it with Constant function EN out put to be given to If without else and in then Give E1MAKTM and map out put of If node to MO_MAT_LAN.
    chirag

  • Converter pictures and videos files to jpg and mpeg

    Do you know a safety software o freeware to convert pictures and videos files to jpg and mpeg? to use in my desktop with windows?

    A backup stores the data in the location shown in the following link: Create and delete iPhone, iPad, and iPod touch backups in iTunes
    Note, however that backup files are stored in a format that is meant for use only in restoring to an iOS device. They are not a way for you to view the photos on the computer.
    If you want to save the photos to the computer and be able to view them there, the following has instructions: Import photos and videos from your iPhone, iPad, or iPod touch to your Mac or Windows PC
    You can also use PhotoStream My Photo Stream FAQ or 3rd party apps such as http://www.photosync-app.com

  • I'd like to change the dfault file location, C:My pictures, to another file location, eg E or G. What can I do to change it?

    See above question.

    Hi trshaner,
    Thanks again for your complete reaction. I’ve looked at the video and the help-information. This made me decide to leave the file My pictures where it is (C) and move some of the other folders/files to the E-drive. Thanks for your help.
    Met vriendelijke groet,
    Aad Oudshoorn
    Edelsteensingel 166
    2719 RC Zoetermeer
    06-22250606
    Van: trshaner 
    Verzonden: dinsdag 22 juli 2014 20:09
    Aan: Aad Oudshoorn
    Onderwerp:  I'd like to change the dfault file location, C:My pictures, to another file location, eg E or G. What can I do to change it?
    I'd like to change the dfault file location, C:My pictures, to another file location, eg E or G. What can I do to change it?
    created by trshaner <https://forums.adobe.com/people/trshaner>  in Photoshop Lightroom - View the full discussion <https://forums.adobe.com/message/6573614#6573614>

  • Q_1 - Q_2 DataLink. Q_2 columns are not apperaing in Generate to file - XML

    Dear experts i have developed a report in 6i against Oracle Applications 11i, Purchasing Module ...... I have two Queries in DataModel Q_1<->Q_2 with DataLink. The only problem is Q_2 columns are not appearing in Generate to file -> XML.
    I developed similar style report against scott/tiger tables and Q_2 columns are appearing in XML. their are no wrong settings like "Exclude from XML output"
    Generate to file -> delimited, html, pdf etc are working OK for both APPS and Scott RDFs.
    Does this have something to do with what is mentioned here (though for 10g, point 17.1.4) ...
    http://web.deu.edu.tr/oracle/B14099_16/aix.1012/relnotes.1012/relnotes/reports.htm
    QUOTE
    17.1.4 Limitation on Linked Queries for DelimitedData Output
    DelimitedData output does not allow multiple queries to be linked to the main query, because sibling groups are not supported.
    For example:
    Case 1: You have a link between Q1 and Q2, a link between Q2 and Q3, and a standalone Q4
    query.
    Q1<-->Q2<-->Q3 Q4
    In this case, DelimitedData output is generated correctly.
    Case 2: You have a link between Q1 and Q2, a link between Q2 and Q3, and a link between Q4 and Q1.
    Q1<-->Q2<-->Q3 Q1<-->Q4
    In this case, DelimitedData output is not generated correctly. Alternatively, you can use XML output.
    Thank you
    Edited by: user473160 on Jun 3, 2009 12:05 PM

    Hi,
    no, the mentioned delimited text restrictions do not apply to XML-output...
    Hm, try to take your report and use the wizard to generate a paper layout to see if the data is really "appearing" due to your data model.
    Maybe there is some problem in the data link... e.g. number to character conversion in the datatypes that causes the problem...
    Cheers,
    Jens Rettig

  • Macbook pro starts up but i see picture of some files and a question mark

    So I was on my laptop today and it just outta nowhere froze , the song i was listening stopped and i couldn't change the page, i could move the trackpad but nothing else.
    so i clicked on the off button and turned it off.
    then i tried to turn it on again but while loading it just stayed blank and this picture of some files and a question mark on them appeared, i have no idea what's going on.
    I turned it off again and turned it back on and the little apple appeared and it was loading but then a sign appeared like one of prohibited (the one that's a circle and has a slash across it) and idk what to do! i'm so frustrated all my school files are there and idk why this happened in the first place.
    i turned it off and just put it to charge.
    lately i've been using it a lot and i had a few things on when it froze , so im just gonna leave it off for a while but what can i do?
    how do u solve this? has anyone had this happened to their macbook pro already? i bought it just last year idk why this is happening.

    The folder and question mark means it cannot find a valid OSX Boot Volume, you need to Boot from your original install DVD (hold c at start) and then run Disc Utility from the top menu bar and run both 'Repair Disc' and 'Repair Permissions'. If it still doesn't boot from the internal hard drive then you need to boot from that install DVD again and do an archive (re)install of the operating system. (Your User data will be saved that way)

  • Converting pictures into PDF files

    How do I convert pictures into PDF files, is this possible?

    If you want to use acrobat reader, you have to pay for it.
    So, I use other free or cheap apps to do so =>
    * powerpdf
    * dragonprinter (draakprinter in dutch)
    * writepdf
    * scanapp (to convert parts of a picture)
    I even think that almost every scan-app can convert pictures into pdf's.

  • How can remove child into file xml using J2ME

    i want to delete child from file xml using midlet but nothing is changed into file
    please help me
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    package ajou;
    import java.io.IOException;
    import java.io.InputStreamReader;
    import java.io.OutputStream;
    import java.util.Vector;
    import javax.microedition.io.Connector;
    import javax.microedition.io.HttpConnection;
    import javax.microedition.midlet.MIDlet;
    import org.kxml2.io.KXmlParser;
    import org.kxml2.kdom.Document;
    import org.kxml2.kdom.Element;
    import org.kxml2.kdom.Node;
    * @author -Manel-
    public class manelGO extends MIDlet {
    public void startApp() {
    try {
              //Open http connection
              HttpConnection httpConnection = (HttpConnection) Connector.open("http://localhost:8080/examples/users.xml");
                   //Initilialize XML parser
                   KXmlParser parser = new KXmlParser();
                   parser.setInput(new InputStreamReader(httpConnection.openInputStream()));
                   Document theDoc = new Document();
                   theDoc.parse(parser);
                   Element rootElement = theDoc.getRootElement();
    rootElement.removeChild(1);
              catch (Exception e) {
                   e.printStackTrace ();
    public void pauseApp() {
    public void destroyApp(boolean unconditional) {
    }

    To achieve this you can use the bpelx:remove function: http://download.oracle.com/docs/cd/E12483_01/integrate.1013/b28981/manipdoc.htm#CIHJBJFD
    your assign will look like:
    <bpel:assign>
    <bpelx:remove>
    <target variable="person" query="/person/@per" />
    </bpelx:remove>
    </bpel:assign>
    Regards,
    Melvin

  • Inserting pictures in excel file

    Hi,
    I want to create an excel file and insert some data and images in the file
    thru LabVIEW. There is no problem in writing data but I am not able to insert
    the pictures into the file. I got the following code for inserting picture in
    excel thru the VB editor but I am not able to find the corressponding
    property/method to implement it in LabVIEW. Can anyone help me?
    VB code:
    ActiveSheet.Pictures.Insert( _
    "C:\Documents and Settings\Administrator\Desktop\green.bmp").Select
    Regards,
    Srini.

    You need to work with the invoke node range (from the worksheet) and the propery shapes of Excel to insert a picture. Here is a little screenshot of how I did it.
    Hope this helps !
    Julien
    Attachments:
    insertpicture.JPG ‏42 KB

  • Client proxy to file(xml) scenario configuration

    I have done client proxy to file (xml) ,while executing abap code there is no error, but xml msg is not received in particular target directory. so i want to know about 1. What are the configuration required for client proxy to pi(with T.Code).
                                                           2.how to monitor client proxy in ecc and pi.
    please reply me

    1. What are the configuration required for client proxy to pi(with T.Code).
    step1:
    1.       Create a HTTP connection in the business system using transaction SM59
    Technical Setting & Logon Security details:
    u2022         Connection Type: H
    u2022         Target Host: System name
    u2022         Service Number: HTTP Port name
    u2022         Path Prefix:
    step2:
    2.       Configuration Business system as local Integration Engine.
    1.       Go to Transaction SXMB_ADM
    2.       Choose Edit --> Change Global Configuration Data.
    3.       Select Role of Business System: Application system
    step3:
    check maintain SLD Access data / not by using T.C  SLDAPICUST
    SLDAPICUST->check  XI Server is it activate/not
    step4:
    4.test LCR Connection by using SLDCHECK.
    2.how to monitor client proxy in ecc .
    trigger the report by using T.c se38 and check the status in SXMB_MONI in ECC.
    Edited by: bhavanisankar.solasu on Feb 13, 2012 11:09 AM

  • Create a file xml using dbms_xmldom

    i'm using dbms_xmldom to create a file xml. i use to create a node this line:
    IV_element:= dbms_xmldom.createElement(doc,'CATEGORIA');
    dbms_xmldom.setAttribute(IV_element, 'natura','prova');
    IV_node:=dbms_xmldom.appendChild(III_node,dbms_xmldom.makeNode(IV_element));
    where
    doc dbms_xmldom.DOMDocument;
    IV_node dbms_xmldom.DOMNode;
    IV_element dbms_xmldom.DOMElement;
    and i have a line
    <CATEGORIA natura="prova"/>
    how can i have this line?
    <CATEGORIA natura="prova">prova categoria</CATEGORIA>
    thank you

    try this.
    ap0021_element := dbms_xmldom.createElement(doc,'AP0021');
    cntbtch_element := dbms_xmldom.createElement(doc,'CNTBTCH');
    new_element := DBMS_XMLDOM.makeElement(
                      DBMS_XMLDOM.appendChild(DBMS_XMLDOM.makeNode(ap0021_element)
                     ,DBMS_XMLDOM.makeNode(cntbtch_element)));

Maybe you are looking for

  • Free goods calculation type

    Hi all, Could you explain for me about the SAP result for free goods like this: I have a condition record for free goods: Min            For            add FG                  Caltype                          Exclusive 1               10 TO         

  • HT201210 backup cant be saved to computer when trying to update to new iOS

    Can anyone advise what i can do please. I have an iPhone 4s and am trying to update to iOS 5.1.1. Firstly i had error 3194 and so updated iTunes to the newest version and now after extracting updating software and attempting to backup the phone to my

  • Movies in Help File not playing

    Hi We have released software with a .chm help file. The help file contains embedded Captivate movies. Some users are having trouble playing the movies, they see a blank screen where the movie should be. Clearing the IE cache has a helped some users b

  • HT201317 My photo stream on my iphone 5 will not activate

    - any thoughts on what the problem could be?

  • Jdbc Error-urgent Pz

    hai friends, I know how to connect to database using JDBC-ODBC driver... but my problem is how to connect to database using 2 way-native driver