Export to Excel and File Upload is not working on ipad/IPhone

Hi
We have a site in ASP.Net 2008 which is running on browsers and devices. There is an option to export to excel and file uploadd, It is working in the browsers but not working in Devices like IPad and Iphone. we are creating xml file when export to excel. We have tried it on IPad1,IPad3 and iphone3.
can you please elaborate the causes of these issues? Pleas support to fix the issues.
Regards,
Manoj

How does your PL/SQL for the saving of uploaded files looks like? Where does this error happen? Does your process have an error message?
Denes Kubicek
http://deneskubicek.blogspot.com/
http://www.opal-consulting.de/training
http://apex.oracle.com/pls/otn/f?p=31517:1
-------------------------------------------------------------------

Similar Messages

  • The numeric digits, space, and enter keys do not work on my iphone and resetting it is not helping... any other options

    I noticed that the following keys do not work on my iphone (space, language, numeric keys, enter/go buttons) what should I do, tried resetting it multiple times, but it didnt work.

    Restore from backup
    Restore as new
    http://support.apple.com/kb/HT1414

  • File upload is not working

    Hi
    The file upload (any kind static/image etc) is not working.
    It is giving error "No Data found". This happens only on certain PCs, on other PCs, it works fine.
    Have any one experience such issue ? I am not sure how to trouble shoot this, as there are no errors in Apache logs and no record created in wwv_flow_file_objects$.
    TIA
    DineshS

    How does your PL/SQL for the saving of uploaded files looks like? Where does this error happen? Does your process have an error message?
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    -------------------------------------------------------------------

  • Jakarta Commons -- File Upload does not work with Application Server

    Hi ALl,
    I tried Jakarta Commons file upload. In the netbeans, I copied the common jar files "commons-io-1.2.jar" and "commons-fileupload-1.1.1.jar" in the
    netbeans-5.5\enterprise3\apache-tomcat-5.5.17\common\lib and set the class paths. It is working correctly when I compile and run from the netbeans. However, when I deployed in Sun Application Server PE 9.0, I am receiving the following errors. In Sun application I copied the above jars files to "C:\Sun\AppServer\jdk\jre\lib\ext"..
    I have read in several postings that it does not work this way but could find any solution. Any idea will be greatly appreciated.
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: java.lang.NoClassDefFoundError: javax/servlet/ServletInputStream
         org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:930)
         org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:863)
         org.apache.jsp.fileUpload_jsp._jspService(fileUpload_jsp.java:109)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:353)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:409)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:317)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
         com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
         org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:231)
         com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
         com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
         com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
         com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
         com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
         com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
         com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
    root cause
    java.lang.NoClassDefFoundError: javax/servlet/ServletInputStream
         org.apache.commons.fileupload.servlet.ServletFileUpload.parseRequest(ServletFileUpload.java:116)
         org.apache.jsp.fileUpload_jsp._jspService(fileUpload_jsp.java:76)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:353)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:409)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:317)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:73)
         com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
         org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:231)
         com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
         com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
         com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
         com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
         com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
         com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
         com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
    note The full stack trace of the root cause is available in the Sun Java System Application Server Platform Edition 9.0 logs.
    Sun Java System Application Server Platform Edition 9.0
    Thank you,
    --Sam                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi All,
    I solved this few minutes after I posted this question. Thought I should share with everybody, just in case some one else need it.
    I copied these three files in the folder C:\Sun\AppServer\jdk\jre\lib\ext
    1. servelet-api.jar
    2. commons-io-1.2.jar
    3. commons-fileupload-1.1.1.jar
    No need to set any class path.
    Thanks

  • File Upload UI not Working

    Hi all,
    I am using File Upload UI for one my application, for that i created a context attribute of type
    com.sap.ide.webdynpro.uielementdefinitions.Resource
    , i placed one button which has the action whether any file was selected or not.
    public void onActionuploadSelectedFile(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        if(wdContext.currentContextElement().getCaResource()!=null)
             wdComponentAPI.getMessageManager().reportSuccess("File Selected");
        else
              wdComponentAPI.getMessageManager().reportSuccess("File not Selected");
    i am getting the message 
    File not Selected
    when no file was seleted. But when i select a file i am not getting any message.
    Kindly help me and let me know where is the actual problem....
    Currently I am using NWDS 7.0.11
    Thanks & Regards,
    Chandran S

    Hi,
    Please carefully check the below properties(cardinality, selection && types) and bindings.
    1. Create a value node(Ex: ctx_vn_FileData) of cardinality 0..1 and selection 0...1
    2. Create a context attribute(Ex: ctx_va_FileResource) of 
        type "com.sap.ide.webdynpro.uielementdefinitions.Resource" under this node.
    3. Check you binded this context attribute to resource property of FileUpload UI element.
    4. Now you can get the value of this resource using below code.
    IPrivateUploadFileKM_View.ICtx_vn_FileDataElement element = wdContext.currentCtx_vn_FileDataElement();
    IWDResource resource = element.getCtx_va_FileResource();
    4. You can get the resource(file) name & resource(file) extension using below code.
    //Read the File
    InputStream stream = resource.read(true);
    String resourceName = resource.getResourceName();
    String resourceExtn = resource.getResourceType().getFileExtension();
    Check that you did all these as it is??
    Regards,
    Charan

  • Help:simple file upload example not working

    Request input on what's wrong with this -
    Using JDeveloper 10G.
    1) I created a simple jsp file upload file using the OJSP
    File Access Tag library options. With empty JSP file,I
    dropped in the httpUploadForm and the httpUpload tags.
    Now when I run this I get the following error stack on
    the web page.
    javax.servlet.jsp.JspTagException: Posted content type isnt multipart/form-data at oracle.jsp.webutil.fileaccess.tagext.HttpUploadTag.doStartTag(HttpUploadTag.java:130)at test4.jspService(test4.jsp:10)[test4.jsp]
    2)Now if I use a simple JSP without the tag library - the
    page fails to display. Found that commenting out the
    line "upbean.upload()" lets the page run and atleast
    show me the upload form. What's wrong with this
    standard example from the OC4J documentation -
    <%@ page import =
    "javax.servlet.http.*,
    java.io.*,
    java.util.*,
    oracle.jsp.webutil.fileaccess.*;" language="java" session="true" contentType="text/html;charset=windows-1252"
    %>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <title>Upload</title>
    </head>
    <body>
    <% String userdir = "mydir"; %>
    <form action="pUpload.jsp" ENCTYPE="multipart/form-data" method=POST>
    <br>
    File to upload: <INPUT TYPE="FILE" NAME="File" SIZE="50" MAXLENGTH="120" >
    <br>
    <INPUT TYPE="SUBMIT" NAME="Submit" VALUE="Send">
    </form>
    <jsp:useBean id="upbean" class="oracle.jsp.webutil.fileaccess.HttpUploadBean" >
    <jsp:setProperty name="upbean" property="destination" value="<%= userdir %>" />
    </jsp:useBean>
    <% upbean.setBaseDir(application, request);
    //upbean.upload(request);
    %>
    </body>
    </html>

    It's not clear from your post, but are you aware that the
    documentation is really showing multiple files?
    The doc examples are based on the ones you can try out by downloading the ojspdemos.ear file.
    They use discrete steps. For example, the fileUploadIndex.html contains the following
    This will call the form and set the action in the form to call the tag upload jsp file. The form will do the multi-part post and the tag upload file does display the text after the <upload:httpUpload> tag. I just re-ran the example to be sure.
    The same basic mechanism applies to the upload bean. That is it is called via:
    This is the only way that these can work because the upload code (beans & tags) both require a multi-part post. I hope this helps

  • Synchro does not work between Ipad, Iphone and Mac

    Good evening,
    I have an IMAC, iPhone 5s and an Ipad all with the last IOS version and synchro does not work at all.
    My iCloud address is not with iCloud but with hotmail.
    I dod not get any suitable answer from the retailers in Budapest.
    Does anybody have an idea? Thank you.
    Greg

    good evening!
    i switch on in iCloud the calendars on both Iphone and Ipad/mac of course but nothing happened.
    Can it be because my iCloud address is with hotmail?

  • 802.1x PEAPV1 (EAP-GTC) not working on Ipad/Iphone

    I am currently working on deploying 802.1x at a remote location for a University. We use Cisco WCS to query a LDAP server. Apparently the Iphones and Ipads are unable to connect using 802.1x PEAP. We have both PEAPv0(EAP-MSCHAPv2) and PEAPv1(EAP-GTC) turned on but our LDAP server only supports EAP-GTC. Does anyone know which PEAP version the Ipad/Iphone supports??  I have included output from the Iphone Configuration Utility while I tried to connect.
    Fri Sep  2 10:54:50 ********** eapolclient[150] <Notice>: peap_verify_server: server certificate not trusted, status 3 0
    Fri Sep  2 10:54:50 ********** Preferences[141] <Warning>: -[WiFiManager(Private) _enterpriseAssociationResult:withInfo:] event: 3
    Fri Sep  2 10:54:50 ********** Preferences[141] <Warning>: -[WiFiManager(Private) _enterpriseAssociationResult:withInfo:]: User Information required
    Fri Sep  2 10:54:55 ********** Preferences[141] <Warning>: -[WiFiManager(Private) _enterpriseAssociationResult:withInfo:] event: 1
    Fri Sep  2 10:54:55 ********** Preferences[141] <Warning>: -[WiFiManager(Private) _enterpriseAssociationResult:withInfo:]: EAPOL failure
    THANK YOU!!!

    I am having the same issue..
    Whenever i am trying to connect my iphone to a WPA2-Enterprise network, it by defaults connects through the MSCHAPv2 Auth protocol, whereas my LDAP supports only GTC auth protocol.
    But there is no option to change the encryption type when configuring a WiFi.
    Requesting to please update as to how connect to the WiFi.
    Thanks in Advance.

  • File Upload Demo not working

    I downloaded the source for this from OTN for 6i & recompiled the forms & libraries in 9i & tried to run after following all the steps mentioned in the readme doc but the form does not show up, the jinitiator java console window shows loading f90all...jar file & UploadClient.jar.sig file & stops
    i have registered PJC using JavaKey as mentioned in the doc & also set the class path in the default.env file pointing to orahome/jdk/jre/bin/classic.
    Would any one throw light on what has gone wrong???
    Mahesh

    If you install the 9i demos from OTN, they include the fileupload sample and the installation does all the setup for you including the classpath etc.

  • Exporting .mov to H264 in Quicktime Pro not working for iPad!

    Good morning All, Thanks for your help. When I take video's with my digital camera it records in Quicktime, however I have always had to export the videos with QuicktimePro in the H264 codec for them to transfer to my iPhone. What is happening with the iPad, is that when I export them to that or mp4 it says this movie could not be played on the iPad. The only work around I have found is to hit the advance tab in iTunes and convert it, then drag them out and back into iPhoto (because I want the videos with the event in Photos). Is anyone else having this issue? Any Suggestions? Thanks!!!

    Who has similar problems. Who has workarounds.
    Interesting... but wierder and wierder!
    Not sure it is much of a workaround, but I just loaded my H.264/AAC M4V Harry Potter 7 file into QT 7 Pro and deleted chapers 2 through 30. While I agree that I cannot currently save the edited data as a standalone file, I could save it as a reference file that is non-compatible with QL under Mavericks. However, if I then open the reference file in QT 7 Pro, I could then use the "Movie to MPEG-4" option to "Pass through" both the audio and the video to create an MP4 file that will open in both QT X v10.3 and QT 7 and is QL compatible.
    As to your subler workflow, while the MP4 file I created with subler did not open in QT 7, it did open in QT X v10.3 and the H.264 video track was QL compatible. I suspect the reason the MP4 file won't open in QT 7 and why QL won't play the Photo-JPEG track is that QT 7 and QL consider the secondary video track that is created by Subler to be "out of spec" for the MP4 file container. On the other hand, if I place the H.264/AAC data in an M4V file container, then it opens in both QT 7 and QT X v10.3 and both the H.264 and the Photo-JPEG tracks are QL compatible.
    Nice catch on your part as I am still reviewing the QT X v10.3 forced conversions and had not even started looking as Subler. Also do most of my editing before conversion to H.264/AAC/AC3/Chapter output to M4V so it did not dawn on me to try and edit my M4V files. Thanks to your comments have learned that Subler does not like my AC3 DD5.1 audio track (now seems to cause an infinite loop in Subler due to Mavericks reading of AC3 audio track as having a 0 Kbps data rate) and QL now handles multiple video tracks. (Mavericks—one step forward and two steps back as far as QT is concerned.)

  • Why does Apple Bluetooth not work? iPad iPhone and iMac

    Quick post, Bluetooth won't work on my new ipad air, trying to connect to sound bar, works on all other non apple devices!?
    Have iMac, ipad 2, ipad air and iPhone, non of the apple devices have ever worked properly when trying to use Bluetooth?
    Can someone help, already tried apples troubleshooting, no joy!
    Apple seriously get on this, your products are way too expensive for basic features not to be working!?

    There are various issues, both accessing this forum using iDevices as well as even on the PC/Mac side. The issues seems to be the fault of the forum software itself (Jive software) so there's not much that can be done about it other than wait for fixes (which we've been doing for quite awhile now).

  • AirPlay not working between iPad/iPhone and ATV

    I live in an apartment with communal wifi and I'm unable to use AirPlay between my iPad and iPhone and my ATV. When I go to AirPlay on either device I'm able to see neighbors' ATVs; however, my own ATV is not listed. All three devices are connected to the same network. Any idea how I can make my ATV available? Thank you!

    Welcome to the Apple Community Chicago Bandit.
    Try the following steps, check whether things are working after each step where appropriate, before trying the next.
    Check AirPlay is turned on on the Apple TV (turn it off and on if it already is)
    Check that both devices are on the same network (Settings > Wifi, on the mobile device and Settings > General > Network, on the Apple TV).
    Restart the Apple TV (Settings > General > Restart).
    Restart the Apple TV by removing ALL the cables for 30 seconds.
    Restart your router. (Also try removing it’s power cord for at least 30 seconds)
    Restart your mobile device.

  • Gmail not working on Ipad/Iphone but works on Mac

    I am having problems with a gmail
    on my Ipad and Iphone when i try to send an email I get the following error
    "Cannot send mail ,the user name or password for gmail is incorrect"
    I have checked and the username and password are correct
    The strange part is it works fine on my Mac
    Thanks Ken

    Hello there, Tooner1.
    The following Knowledge Base article offers up some great information for troubleshooting Gmail on your iOS device:
    iOS: Gmail account will not connect to Gmail server
    http://support.apple.com/kb/ts3058
    Additionally the steps in this article have proven valuable for others as well:
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    Try these basic troubleshooting steps first
    Tap Safari and attempt to load a webpage (try any webpage). If you can load a webpage, then your device has Internet access. If you are unable to load a webpage, follow these troubleshooting steps.Try to use an alternate Internet connection if available:
    Try a different Wi-Fi connection
    If your iOS device has an active cellular data plan, tap Settings > Wi-Fi and turn off Wi-Fi.
    If the affected email account is provided by your Internet provider, see if your issue is resolved while connected to your home Wi-Fi network.*
    Log in to your email provider's website to ensure that the account is active and the password is correct.
    Restart your iOS device.
    Delete the affected email account from your device.
    Tap Settings > Mail, Contacts, Calendars.
    Choose the affected email account, then tap Delete Account.
    Add your account again.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Export to Excel and Save as Static File

    Hello all,
    When I export to excel from SharePoint 2013, and save the file, the data remains dynamic in that if I update the list in SharePoint it will update the data in Excel. This is great and I use it in a few places, but I also need to capture a point in time and
    save the exported Excel file as static data (i.e. Export to Excel, and Save as the Q3 Report). How can I save the file as static/remove the dynamic link so I just have the data at the time of export?
    Thanks!
    K.
    Personal Blog: http://thebitsthatbyte.com

    Hi Kelly,
    According to your description, my understanding is that you want to export to excel as a static file.
    In SharePoint, when you export list to excel, it works as a one-way sync. It can sync data from SharePoint to Excel. If you don’t want to sync the data from SharePoint, you can copy the data from the exported excel file to a new excel, then save the new
    excel file.
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • Export to excel and csv

    I have table in a jsp and an export button. When user clicks on the export button the data in the table should be exported to either text, csv or excel depending on the option user chhoses. Can anyone help me with this? How to export to excel and csv format.

    Hi arthur_branham,
    I really liked the way you have replied. Can you pleae share the code with me at [email protected] below is my problem...
    I had data in XML.I have displayed the data in jsp. Now i need to provide a link "Export to Excel" in jsp which will invokea servlet prepare the excel report and open up directly through a servlet....
    I got some help from...http://www.javaworld.com/javaworld/jw-10-2006/jw-1019-xmlexcel.html?page=1...
    This is my code in servlet...
    HSSFWorkbook wb = new HSSFWorkbook();
    HSSFSheet spreadSheet = wb.createSheet("Users");
    spreadSheet.setColumnWidth((short) 0, (short) (256 * 25));
    spreadSheet.setColumnWidth((short) 1, (short) (256 * 25));
    // Creating Rows
    HSSFRow row = spreadSheet.createRow(0);
    HSSFCell cell = row.createCell((short) 1);
    cell.setCellValue("Year 2005");
    cell = row.createCell((short) 2);
    cell.setCellValue("Year 2004");
    HSSFRow row1 = spreadSheet.createRow(1);
    HSSFCellStyle cellStyle = wb.createCellStyle();
    cellStyle.setBorderRight(HSSFCellStyle.BORDER_MEDIUM);
    cellStyle.setBorderTop(HSSFCellStyle.BORDER_MEDIUM);
    cellStyle.setBorderLeft(HSSFCellStyle.BORDER_MEDIUM);
    cellStyle.setBorderBottom(HSSFCellStyle.BORDER_MEDIUM);
    cell = row1.createCell((short) 0);
    cell.setCellValue("Revenue ($)");
    cell = row1.createCell((short) 1);
    cell.setCellValue("25656");
    cell = row1.createCell((short) 2);
    cell.setCellValue("15457");
    FileOutputStream output = new FileOutputStream(new File("/tmp/Users.xls"));
    response.setContentType("application/vnd.ms-excel");
    response.setHeader("Content-Disposition", "attachment;filename=Users.xls");
    ServletOutputStream out = response.getOutputStream();
    wb.write(output);
    output.flush();
    output.close();
    forward = null;
    In firefox i get the download dialog box but not able to open in from there,i need to save it and then open. In IE i dont get the dialog box instead the excell open inside the browser......Please help me to open a excel sheet onclick on a link "Export to excel" in jsp......
    1)If possible help me with the above code.
    2)Or else plz sahre you code with me...
    Its urgent....
    Thanks in advance...

Maybe you are looking for

  • Imac as external monitor for windows Notebook

    Hi, I want to switch from my Windows Pc to a mac for private use. I prefer the new iMac (2011) 21,5" but I could not get an definite answer (not even in my local apple store) if it is possible to connect an existing Notebook (with VGA Mini-d-sub or D

  • How can I call COM object in a servlet?

    Hi, Does oracle provide a bridge to call COM objects in a servlet? Is there any sample for doing this? Thanks, Archie

  • Help with Pageworks 20N Printer with OSX 10.5.8

    I have an old but workhorse 12X18 black and white laser printer I would like to use. I currently use Airport for my wireless network but in the past used ethernet to hook up my Minolta 20N thru a Linksys hub. I'm clueless and could use some help. Wou

  • Force index not getting picked up while running the SQL Quer

    Hi All, We are facing an issue with one SQL Query. We have created a custom Index and we are using that index in our query by using the following syntax: /*+INDEX(ol XXEXH_ORDER_LINES_N2)*/ Where ol – Table Alias Name XXEXH_ORDER_LINES_N2 – Index Nam

  • Applescript for address book

    Is there a way to click on a contact name, have apple script capture first name, last name, address, then print these in a document? I know I can use mail merge in Pages, but can't in other text editors