Upload File option nolonger in sp2010 form after editing template using infopath

Hi, I want my users of the sharepoint 2010 list to be able to upload a number of documents to list items when required.
We have 2 fields on the form, one so that a document with questions can be added, and one for a similar answer document.
Befor using infopath, the enhanced type text allowed the user to upload a file to that column. But the tab which has the upload option is now missing from the form once edited by infopath.
i don't want the users to have to upload documents elswhere on the sharepoint site and it makes the process much longer.
Also I don't seem to have the attach control on my infopath settings

Hi,
I understand that you want to upload file to SharePoint list using InfoPath form. I can reproduce you issue, after customizing the form in InfoPath, the Upload File button is missing for the rich text box. You can use the attachment control in the InfoPath
form. Since you cannot find the Attachment control in InfoPath, you can check the list settings>Advanced Settings, enable Attachments. Then customize the form in InfoPath again.
Thanks,
Entan Ming
Entan Ming
TechNet Community Support

Similar Messages

  • Upload file function in a flash form

    Hi, i need to ad a function to upload files in a tipical
    contact form and receive them by mail.
    anyone knows how to do it? thanks a lot!

    Hey badboy,
    try to be good and search. Anyways as a started refer to the following links.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00062266-3aa9-2910-d485-f1088c3a4d71
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/202a850a-58e0-2910-eeb3-bfc3e081257f
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b0e10426-77ca-2910-7eb5-d7d8982cb83f
    New Web Dynpro Java Tutorials - Uploading and Downloading Files in SAP NetWeaver 7.0
    Thanks,
    GLM

  • To the Adobe MUSE team....Have you considered adding an "Upload File" field for the contact forms?

    To the Adobe MUSE team....Have you considered adding an "Upload File" field for the contact forms?

    But seriously...
    Is there any development being done for this?  I have a careers section on our website that I have been asked to "make easier for applicants" (right now, there is a link that just opens an email).  I'm going to make a full version of an application, but I would really like a way to upload resumes and CV's. 
    I'm going to have to look into some kind of service if this isnt something on the Muse radar.  A reply of some kind would be fantastic! 

  • Uploading File To MySQL from HTML form via Servlet

    Hello all !
    I hope this is better place to ask.
    I'm working on simple Servlet/Jsp application trying to hold to MVC pattern and got stuck on uploading file to MySQL db.
    Here's what I'm trying to accomplish:
    1) client submits a JPEG image via a simple html form on a webpage.
    2) JPEG is put into a database table, column field of type BLOB.
    3) Servlet processes the request, gets a connection to the db and inserts the image into the table.
    4) after that user is able to retrieve an image from db and display it in JSP page.
    This is pretty much the same task Angela was trying to do here:
    http://forum.java.sun.com/thread.jspa?threadID=667597&messageID=3905449
    I could use her snippets if i knew what is what and decided to figure out this myself. Aftet some investigation i found out that i need to import org.apache.commons.fileupload.*;which i found here: http://jakarta.apache.org/commons/fileupload/
    what am i driving at ?
    -----------------------1-----------------------
    After first line of code
    boolean isPart = FileUpload.isMultipartContent(request);netBeans 5.5 beta2 with bundled Tomcat 5.5.17 underlines this with warning saying that
    org.apache.commons.fileupload.FileUploadBase
    has been depreceted
    is it a reason for concern ?
    -----------------------2-----------------------
    Is it actually good idea to store images in db as blob ?
    what about large ammounts of text ?
    thank you
    -Dominik

    is it a reason for concern ?Yes.
    You should take a look at the method in the documentation and find out exact reason for depricating it.
    If it is depricated becouse they going to remove it in the future you should use the new alternative method becouse if you use the old method your app will not work in the future releases of the API.
    If it is depricated becouse it is not safe to use the method you should clearly understand the risks involved in using the method and see if that can give you any trouble in your project.
    -----------------------2-----------------------
    Is it actually good idea to store images in db as
    blob ?I think that it is ths best option available when you want to store binary data
    what about large ammounts of text ?You can use clob columns.
    By the way when you store files in the database its better you put some extra columns to store the file name and file type(mime) becouse you cant directly detect those things later by just looking at the data of the file.

  • New! Attachments - Upload files as part of a form submission

    You can now add multiple file attachment fields to your forms to collect  files from respondents. Almost all file formats are supported for upload including audio and video (executable and other such file types are not allowed). All files are virus scanned by the service.
    You can add field restrictions that force respondents to upload files less than a certain size, upload multiple files and/or only upload certain file formats.
    All of the data and files collected are acccessible from the View reponse tab.
    Files from multiple respondents can be downloaded together within a single zip file by the author. When downloading, the author has the option of prefixing a field value to the filenames so they know which respondent submitted a file.
    Attachments is available to both free and paid users, however, the maximum file size of all files submitted by one respondent is 100KB for free users and 20MB for paid users. There is no limit on the amount of overall file storage for a free or paid users.
    Benefits
    You no longer have to manage collecting data and files using different solutions – like filling out the form using FormsCentral and sending the files via email. Files and data can now be collected using a single method and everything is stored in one central place so managing the collection process is much easier.
    Ensure that respondents provide the right number, size and type of files.
    Example Use Cases
    Employment Application – Job applicant needs to submit their resume with their application as a single PDF or Word file.
    College Admission – High school student (or parents) need to submit an essay, high school transcript and reference letters with their admission form.
    Grant Application – Applicant needs to submit a proposal document and pictures (JPG or PNG) of their previous work in order to be eligible for the grant.
    Client Onboarding – Financial advisor needs to collect account information and investment documents from new clients.
    Request for Proposal – Procurement department needs to collect bids from competing vendors. Vendors need to fill out a form with their company’s information, provide certification documentation and a detailed proposal document.
    Conference Registration – Exhibitors and speakers need to provide a JPG or PNG head shot for the conference directory that is less than 1MB in size when registering.
    Change Order – Engineering firm uses a change order form to manage changes to their engineering specs. Change orders routinely include videos, images or other drawings to support the requested change.

    Yes you sure can. 
    Right click in the cell corresponding to the attachment field in the View Responses response table and choose "Insert File" (also in the "Insert" menu).  The column must correspond to an attachment type field or you will not see the "Insert File" option.
    Thanks,
    Josh

  • How to upload file on Application Server with Forms 6i?

    Please, I need to upload .csv file from local to Application Server, I think to use .jsp application, but I don't know where I had to put it...Apache can't read .jsp file without Tomcat? If I launch my .jsp file from Apache/htdocs directory can't view .jsp code (Method Not Allowed)...method is POST...any idea? Thanks in advance!

    Hi,
    You could write a java bean to get the file from the client and to upload to App Server. And, you simply use it in Forms 6i.
    Also, you could use d2kwutil (not tried though. you could search this forum and get an idea of that).
    Of course, For your information, You could use WebUtil (in Forms 10g / 10.1.2) which has the functionality.
    HTH.
    Regards,
    Arun

  • CS3 file will not open in CS3 after editing in CS6?!?

    Pardon the exclamations but we're creative folks not techies. After editing a CS3 file in CS6 we are unable to open it in CS3. Looks like CS6 will only save back to CS4? So once edited in CS6 then I can no longer use CS3 to work with the files? Can anybody confirm this for me? We also tried to export to IDML but CS3 would not read it.

    When you open an older version of InDesign file within a newer version and edit them, the older version of file is first converted using some required plugins of the newer version of InDesign and then a consolidated new file is generated including the required plugins. Now, if you try to open this newer version of file back in an older version, the older version of InDesign looks for the required plugins used to edit the file and fails because InDesign older version did not use those plugins to create your file.
    Please let me know if that explanation helped understanding why this behavior occurs.
    -Shushobhan

  • How to upload files through a servlet/jsp form?

    anyone know basically how to do this?
    i need to write a simple jsp form the can browse for a file on my machine, then upload it to a server in the usual html form manner.
    is this done with an i/o stream?
    thanks for any help!
    robSmyth
    [email protected]

    jspSmart has a free upload component you can use for HTTP file uploading. (http://www.jspsmart.com )
    Also, O'Reilly has an open source package you can use. (http://www.oreilly.com or http://www.servlets.com )
    Another option is dotJ, which has an upload tag in its tag library. Benefit of this library is that it has a much more compehensive set of JSP tags. (http://www.dotjonline.com )

  • Help adding an "upload file" button to an interactive form in ID CS6

    Hello, I would like to add a button for users to upload a file to the interactive form I am creating in InDesign CS6. I would like those filling out the form to be able to click a button that opens their finder/windows and then gives them the option to search through and find a file of their chosing. Ex: I want users to upload their logo, in file formats of .jpg, .eps, .pdf,.ai, .psd, .ind, ect.
    Appreciate the help

    Salah is talking about something different than you're using.
    PDF created with InDesign and Acrobat Pro isn't capable of supporting uploading images into a form.
    Salah may be correct, but he's talking about a different product—LiveCycle Designer. Before Acrobat Pro XI, LifeCycle Designer was included with Acrobat Pro—but ONLY for Windows, not for the Mac. It created what's sometimes called XML PDF.
    However, it's now a separate product (not included with Acrobat XI), it's still not supported on a Mac, and it doesn't work when viewed on mobile PDF readers like Reader for iOS.

  • Uploading Files from KM into xml Forms Builder

    Hi all,
      I want to display a news in my Portal that is having link to the documents present in KM repository for that i m using xml Forms builder to make News .
    when i go to
    Content Management->Forms Builder->xml Forms Builder
    ->created an New Project
    In that I have used a browser and mapped it with data schema having string type.
    and used the same data schema in Renderlist form and in show form as Label but when i upload the file using Km navigation Iview . In the Layout set property of Navigation Iview i set it ot NewsExplorer and in another iview i set it NewsBrowser and when i upload it in the First iview and try to see in other iview than it only shows the path of the file and not texactly the file..
    Could u suggest where i would be doing mistake or send me steps to do the same
    Thanks in Advance.

    hi Naveen,
      Checkout the link..,
      http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/kmc/creating xml forms 6.0
        it provides step-by-step guide to ur problem..
        hope it helps..,
    regards,
    Vinoth

  • Still using XP Pro, can I "print to file" (option) an online bank form, import to Adobe Reader XI, sign it and email it as attachment, without printing first?

    I am told by my bank's customer service rep, who believes that "print to PDF" is available in Windows 7, there should be a way to import a form or document to Adobe Reader XI, sign it and save the result in order to email as attachment.  I am trying to avoid using a fax machine or a scanner, not yet set up.  In addition, Windows 7 is in process of being loaded on another laptop, but not yet complete.

    "print to PDF" from what?  If the form is already a fillable PDF, then just fill it, save it, and send it via email (or share via Files at https://cloud.acrobat.com/).

  • Opening Adobe form after editing on an ipad

    I created a form in Acrobat on my Windows PC and emailed it to a colleague to fill in on an Ipad (in Adobe Reader App) in front of customers.  He has done this and sent it back to me via email.  I am able to view it on my ipad from the email, opening it in the Adobe Reader App but when l try to open it on my PC for editing and processing it says 'There was an error processing a page.  There was a problem reading this document (18)'
    Can someone tell me where l am ggoing wrong please?
    Kind regards,
    Hayley

    i have the form in an email.  From the email I click on the image (see 1st photo)and save it to Reader.  From Documents I open it with no problem.  After I fill out the form and save it, the next time I open the document the form formatting is completely blank except for the content that I entered. (see 2nd photo)

  • Not getting prompt to "update template files" after editing template

    This has happened to me before and you guys helped but I can not find my past post now on this forum.  After I edit a template I would normally get the prompt to "update template files" then it would update all the files using that template...but now for some reason I am not being asked and because if it none of the pages using the template are being updated....anyone know why??  dreamweaver cs4
    thanks!!
    T

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
    <head>
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>CTHS MAIDEN WINNERS</title>
    <!-- TemplateEndEditable --><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <link rel="stylesheet" href="../aboutus.css" type="text/css">
    <link rel="stylesheet" href="../bcthoroughstyles.css" type="text/css">
    <link rel="stylesheet" href="../halloffamestyles.css" type="text/css">
    <style type="text/css">
    <!--
    body,td,th {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #000000;
    a {
        font-size: 10px;
        color: #0000FF;
    a:link {
        text-decoration: none;
        color: #900;
    a:visited {
        text-decoration: none;
        color: #900;
    a:hover {
        text-decoration: none;
        color: #FF0000;
    a:active {
        text-decoration: none;
        color: #900;
    body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    -->
    </style>
    <!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
    </head>
    <body>
    <div align="center"><span class="headers"><br>
      BRITISH COLUMBIA STAKES HISTORIES</span><br>
      <br>
    </div>
    <table width="95%"  border="0" align="center" cellpadding="2" cellspacing="0">
      <tr>
        <td width="25%" height="197" valign="top"><p><a href="../STAKES%20HISTORIES/ascot_grad.htm">ASCOT GRADUATION</a><br>
            <a href="../STAKES%20HISTORIES/ballerina.htm">BALLERINA</a><a href="../STAKES%20HISTORIES/bc_cup_classic.htm"><br>
            BC CUP CLASSIC</a><br>
            <a href="../STAKES%20HISTORIES/bc_cup_debutante.htm">BC CUP DEBUTANTE</a> <br>
            <a href="../STAKES%20HISTORIES/bc_cup_distaff.htm">BC CUP DISTAFF</a><br>
            <a href="../STAKES HISTORIES/bc_cup_dogwood.htm">BC CUP DOGWOOD</a> <br>
            <a href="../STAKES%20HISTORIES/bc_cup_nursery.htm">BC CUP NURSERY</a> <br>
            <a href="../STAKES%20HISTORIES/bc_cup_sprint.htm">BC CUP SPRINT</a><br>
            <a href="../STAKES%20HISTORIES/bc_cup_stallion_fil.htm">BC CUP STALLION FILLIES</a><br>
            <a href="../STAKES HISTORIES/bc_cup_stallion.htm">BC CUP STALLION COLTS</a><br>
            <a href="../STAKES HISTORIES/bc_cup_stellar_jay.htm">        BC CUP STELLAR JAY </a>        <br>
            <a href="../STAKES HISTORIES/boulevard_casino.htm">BOULEVARD CASINO</a><a href="../STAKES HISTORIES/brighouse_belles.htm"><br>
            BRIGHOUSE BELLES</a><br>
            <a href="../STAKES%20HISTORIES/bc_derby.htm">BRITISH COLUMBIA DERBY</a>        <br>
            <a href="../STAKES HISTORIES/bc_derby_con.htm">B.C. DERBY CONS.</a></p></td>
        <td width="25%" valign="top"><p>        <a href="../STAKES%20HISTORIES/oaks.htm">BRITISH COLUMBIA  OAKS</a><a href="../STAKES%20HISTORIES/burnaby.htm"><br>
            BURNABY</a><a href="../STAKES%20HISTORIES/city_vancouver.htm"><br>
            </a><a href="../STAKES HISTORIES/chris_loseth.html">CHRIS LOSETH</a><a href="../STAKES%20HISTORIES/city_vancouver.htm"><br>
            CITY OF VANCOUVER</a><br>
            <a href="../STAKES%20HISTORIES/cths_2_fillies.htm">CTHS SALES 2-Y-O FILLIES</a><br>
            <a href="../STAKES%20HISTORIES/cths_2_colts.htm">CTHS SALES 2-Y-O COLTS</a><br>
            <a href="../STAKES%20HISTORIES/cths_3_fillies.htm">CTHS SALES 3-Y-O FILLIES</a><br>
            <a href="../STAKES%20HISTORIES/cths_3_colts.htm">CTHS SALES 3-Y-O COLTS</a><br>
            <a href="../STAKES%20HISTORIES/cover_girl.htm">COVER GIRL<br>
            </a><a href="../STAKES%20HISTORIES/delta_colleen.htm">DELTA COLLEEN </a><br>
            <a href="../STAKES HISTORIES/derby_bar.html">DERBY  EXPRESS</a><a href="../STAKES HISTORIES/derby_bar_ladies.html"><br>
            DERBY EXPRESS LADIES
            </a><a href="../STAKES%20HISTORIES/emerald_downs.htm"><br>
            EMERALD DOWNS</a><br>
            <a href="../STAKES%20HISTORIES/fair_lady.htm">FAIR LADY<br>
            </a><a href="../STAKES%20HISTORIES/fantasy.htm">FANTASY</a>         <br>
            <a href="../STAKES%20HISTORIES/george_royal.htm">GEORGE ROYAL</a></p></td>
        <td width="25%" valign="top"><p><a href="../STAKES%20HISTORIES/great_canadian.htm">GREAT CANADIAN</a><br>
            <a href="../STAKES%20HISTORIES/hastings_sophmore.htm">HASTINGS SOPHMORE</a><a href="../STAKES%20HISTORIES/hastings_speed.htm"><br>
            HASTINGS SPEED</a><br>
            <a href="../STAKES%20HISTORIES/hong_kong.htm">HONG KONG JOCKEY CLUB</a> <br>
            <a href="../STAKES%20HISTORIES/jack_diamond.htm">JACK DIAMOND FUTURITY</a><br>
            <a href="../STAKES%20HISTORIES/jim_coleman.htm">JIM COLEMAN PROVINCE</a> <br>
            <a href="../STAKES%20HISTORIES/john_longden.htm">JOHN LONGDEN 6000</a> <br>
            <a href="../STAKES%20HISTORIES/klondike.htm">KLONDIKE</a> <br>
            <a href="../STAKES%20HISTORIES/ladnesian.htm">LADNESIAN</a> <br>
            <a href="../STAKES%20HISTORIES/langley.htm">LANGLEY</a> <br>
            <a href="../STAKES%20HISTORIES/lassie.htm">LASSIE</a> <br>
            <a href="../STAKES%20HISTORIES/liberation.htm">LIBERATION<br>
            </a><a href="../STAKES%20HISTORIES/lt_governors.htm">LT. GOVERNORS</a> <br>
            <a href="../STAKES%20HISTORIES/mademoiselle.htm">MADEMOISELLE</a> <br>
        <a href="../STAKES%20HISTORIES/matriarch.htm">MATRIARCH</a></p>
        <p>13</p></td>
        <td width="25%" valign="top"><p><a href="../STAKES%20HISTORIES/nanaimo.htm">NANAIMO</a> <br>
            <a href="../STAKES%20HISTORIES/new_westminster.htm">NEW WESTMINSTER </a><br>
            <a href="../STAKES HISTORIES/pne_speed.html">PNE PRESIDENTS SPEED</a> <br>
            <a href="../STAKES%20HISTORIES/premiers.htm">PREMIERS</a><a href="../STAKES%20HISTORIES/richmond.htm"><br>
            RICHMOND DERBY TRIAL</a> <br>
            <a href="../STAKES HISTORIES/river_rock_casino.htm">RIVER ROCK CASINO</a><br>
            <a href="../STAKES HISTORIES/ross_mcleod.htm">ROSS MCLEOD<br>
            </a><a href="../STAKES HISTORIES/randall_plate.htm">S.W. RANDALL PLATE</a><br>
            <a href="../STAKES%20HISTORIES/sadie_diamond.htm">SADIE DIAMOND FUTURITY</a><br>
            <a href="../STAKES%20HISTORIES/senate.htm">SENATE APPOINTEE</a> <br>
            <a href="../STAKES%20HISTORIES/winston_churchill.htm">SIR WINSTON CHURCHILL</a> <br>
            <a href="../STAKES%20HISTORIES/strawberry_morn.htm">STRAWBERRY MORN</a> <br>
            <a href="../STAKES%20HISTORIES/sun.htm">SUN HANDICAP</a> <br>
            <a href="../STAKES%20HISTORIES/supernaturel.htm">SUPERNATUREL</a> <br>
            <a href="../STAKES%20HISTORIES/timber_music.htm">TIMBER MUSIC</a><br>
            <a href="../STAKES HISTORIES/winston_churchill.htm">WINSTON CHURCHILL</a></p></td>
      </tr>
    </table>
    <p><br>
    </p>
    <!-- TemplateBeginEditable name="EditRegion3" -->
    <table width="626"  border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td> </td>
      </tr>
    </table>
    <!-- TemplateEndEditable --><br>
    <br>
    <table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
    <td align="center" valign="top"><font size="1" face="Arial, Helvetica, sans-serif"><img src="../cthslogoredsmall.gif" width="56" height="56"></font></td>
      </tr>
    </table>
    </body>
    </html>

  • Photoshop CS3 - files are locked to 1 user after editing

    Hi there,
    Our setup is the following:
    6 Mac OS X 10.5.8 clients with Adobe CS3. The images reside on a shred folder hosted on Mac OS X 10.5 Server. SC3 users are in an ACL group that has read/write permissions to all the shared files.
    The issue we have is the following: One user opens an image and edits it in Photoshop, then saves changes and closes  it. All other users who subsequently try to edit the file get the message "The file is locked. Use "get info" command in finder to unlock it".  When you use the "get info" command as suggested -  the "locked" tick box is greyed out and it says "you have read and write access to this file" - but you do not. The user who originally edited the file does not experience this issue, but everybody else does.
    I first though it was an Mac permissions issue. So I tested by putting text documents in the abovementioned shared folder and then editing them as different users - no problems there, so it seems this issue is related to Photoshop.
    Any advice on this problem would be appreciated. Also has anyone experienced the similar issue with CS5? As we are thinking about upgrading.
    Many thanks in advance

    This is the boilerplate text often used in connection to saving to a network (please NOTE the part where it explains that normally, it does work, but that it is impossible to troubleshoot someone else's network remotely, and that's why it's not supported by Adobe):
    If you are opening files over a network or saving them to a network server, please cease and desist immediately in the event you are currently experiencing problems with one or more files. Working across a network is not supported.
    See: 
    http://kb2.adobe.com/cps/406/kb406793.html
      Copy the CLOSED file from your server to your local hard disk, work on it, save it again to your local hard disk, close it, and copy the closed file back to the server.
         Of course, the fact that Adobe does not support working across a network does not necessarily mean it won't work.   It should.
        Adobe's position is that there are too many variables in a network environment for them to guarantee that everything will work correctly in every network, especially given the fact that if something does not work properly, it's probably the network's fault, and Adobe has no way of troubleshooting your network.
      If you can't work locally, you are on your own, and if something happens, you're on your own. If you must work from a server, make sure your network administrator is a competent professional.
    When problems arise, a lot of valuable work can be lost.

  • Interactive Form after Edit is not working

    Dear All,
    I am facing an issue with Interactive Forms in NWDS. It was working fine before, but today suddenly it stopped. When I click on Edit, the blank Interactive Form is opening with Red Mark.
    Kinldy help to solve this issue.
    Regards,
    NIkesh Shah

    You are getting problem when you are doing Edit in Interactive Form,then this problem may be due to your Adobe Life Cycle Designer.
    for ADS check these
    https://websmp105.sap-ag.de/~sapdownload/011000358700003982082006E/InstallADSNW2004s_Jun06.pdf
    https://websmp105.sap-ag.de/~sapdownload/011000358700005526362005E/ADS_NW2004s_SPS12.pdf
    https://websmp105.sap-ag.de/~sapdownload/011000358700005299622006E/ADS_SizingNW2004sV2_1.pdf
    Configuration
    http://help.sap.com/saphelp_nw70/helpdata/en/43/8a1a8ece230c8ce10000000a11466f/content.htm
    Adobe Document services
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9e4e9afb-0701-0010-f8a8-b8cd093662c2
    Regards
    Trilochan

Maybe you are looking for

  • Using Flowlayout in GUI - what am I missing here?

    The following is some code from an open source applet that I am trying to modify to change the look of the GUI a bit. What this code does is place three buttons on a panel called "btnPan". "Btnpan" is then placed in another panel called jpanel1, alon

  • Mac OS X 10.5, Leopard

    Hello all, I have G5 power mac with 1.8 dual core PowerPC G5 cpu, and 512 of ram installed. I payed 100 bucks for the thing without the HD display. I think I got a good price but on to my prob the superdrive is making this weird sound if i play a DVD

  • Step User Decision and Approval of Purchase Order

    Hello All, I have created a workflow with step user decision and also attached the object BUS2012 to display from SAP Inbox. But is there a way i can attached the object that would show the approval screen when the work item is executed, and also sen

  • Using iPhone in the Secondary Classroom

    Hello everyone! I bought my first iPhone a few months ago, and I haven't regretted it a single day. I knew that it would bring increased accessibility and connectivity to my personal life, but I had no idea how helpful it would be in my classroom. I'

  • Can a processor get the resource (jar) an element was loaded from?

    I'm writing an Annotation Processor (JSR 269). Once process the annotations in the Compilation Unit, I need to look for resources in some of the classes referenced in the Compilation Unit. After I do that I need to look in the jar that encloses the r