Help! I can't create a javascript saveas for radiobox

First, I want to say thanks for helping.
I am new to javascript and coding in general, but I feel that I have been learning and picking up the coding from sites like this.  I am making a form using adobe acrobat pro 3D 8.1.0.  I have a combobox that I have a list of a bunch of locations.  The combobox is set to export a 3 or 4 letter or digit result that is unique to that site.  I have then set up a saveas on blur following the selection.  This is all working correctly.
However, I several hundred radioboxes and textboxes in the document.  This document will be used for acceptance testing and I do not want to accidentally lose any data so I want to save after every selection or input in the textboxes.
The following is my code for the combobox.
// build file name
var site = this.getField("siteName").valueAsString;
Date.prototype.defaultView=function(){
var dd = this.getDate();
var mm=this.getMonth()+1;
var yyyy=this.getFullYear();
return String(mm+"-"+dd+"-"+yyyy)
var today = new Date();
var gmtHours = -today.getTimezoneOffset()/60;
var cstHours = today.getUTCHours() + gmtHours;
if(cstHours<10)cstHours='0'+cstHours;
var min = today.getUTCMinutes();
if(min<10)min='0'+min;
var sec=today.getUTCSeconds();
if(sec<10)sec='0'+sec;
var timeStamp=today.defaultView() + "_" + cstHours + "-" + min + "-" + sec;
var myFileName = site + "_" + timeStamp + ".pdf";
// add folder name
myFileName = "/f/file_test/" + myFileName
myTrustedSpecialTaskFunc(this, myFileName);
this.getField("docName").value = myFileName;
I was struggling with the saveas and I don't want to create a new file everytime so I created a hidden textbox that has the file name.  I was hoping that I could just read this textbox and saveas using the original filename.  (The script above uses time in the filename so that would create a new file name every second)  The hidden text box is getting the values correctly and is working fine.
I have tried several different methods of javascript on the radio buttons and text text boxes.  On the radio button I have tried all mouse options, but I was hoping to use mouse up.  The textboxes I want to use mouse, on blur.   Below is some of the scripts that I have tried.  I want it to be automatic and I want it to overwrite everytime without prompts.
app.execMenuItem("Save");
var oMyDoc = <… PDF being operated on …>
app.execMenuItem("Save", oMyDoc);
var myFileName = this.getField("docName").valueAsString;
this.saveAs(myFileName);
....and I have tried others, but since they didn't work, I didn't keep track of them.
I appreciate any suggestions!
Thanks

I responded to your other post in the scripting forum.

Similar Messages

  • I can't create a javascript saveas for radiobox

    I started this discussion in acrobat windows forum and I think I should have put it here so I'm reposting it.
    First, I want to say thanks for helping.
    I  am new to javascript and coding in general, but I feel that I have been  learning and picking up the coding from sites like this.  I am making a  form using adobe acrobat pro 3D 8.1.0.  I have a combobox that I have a  list of a bunch of locations.  The combobox is set to export a 3 or 4  letter or digit result that is unique to that site.  I have then set up a  saveas on blur following the selection.  This is all working correctly.
    However,  I several hundred radioboxes and textboxes in the document.  This  document will be used for acceptance testing and I do not want to  accidentally lose any data so I want to save after every selection or  input in the textboxes.
    The following is my code for the combobox.
    // build file name
    var site = this.getField("siteName").valueAsString;
    Date.prototype.defaultView=function(){
    var dd = this.getDate();
    var mm=this.getMonth()+1;
    var yyyy=this.getFullYear();
    return String(mm+"-"+dd+"-"+yyyy)
    var today = new Date();
    var gmtHours = -today.getTimezoneOffset()/60;
    var cstHours = today.getUTCHours() + gmtHours;
    if(cstHours<10)cstHours='0'+cstHours;
    var min = today.getUTCMinutes();
    if(min<10)min='0'+min;
    var sec=today.getUTCSeconds();
    if(sec<10)sec='0'+sec;
    var timeStamp=today.defaultView() + "_" + cstHours + "-" + min + "-" + sec;
    var myFileName = site + "_" + timeStamp + ".pdf";
    // add folder name
    myFileName = "/f/file_test/" + myFileName
    myTrustedSpecialTaskFunc(this, myFileName);
    this.getField("docName").value = myFileName;
    I  was struggling with the saveas and I don't want to create a new file  everytime so I created a hidden textbox that has the file name.  I was  hoping that I could just read this textbox and saveas using the original  filename.  (The script above uses time in the filename so that would  create a new file name every second)  The hidden text box is getting the  values correctly and is working fine.
    I have tried  several different methods of javascript on the radio buttons and text  text boxes.  On the radio button I have tried all mouse options, but I  was hoping to use mouse up.  The textboxes I want to use mouse, on  blur.   Below is some of the scripts that I have tried.  I want it to be  automatic and I want it to overwrite everytime without prompts.
    app.execMenuItem("Save");
    var oMyDoc = <… PDF being operated on …>
    app.execMenuItem("Save", oMyDoc);
    var myFileName = this.getField("docName").valueAsString;
    this.saveAs(myFileName);
    ....and I have tried others, but since they didn't work, I didn't keep track of them.
    I appreciate any suggestions!
    Thanks

    George, thanks for the reply.  I am new to coding and I really don't know much about folder level scripts.  However, I did create the following trusted saveas script which I saved as a .js in adobe.  Is this what you are refering to?
    mySaveAs = app.trustPropagatorFunction(function(doc,path) {
    app.beginPriv();
    doc.saveAs(path);
    app.endPriv();
    myTrustedSpecialTaskFunc = app.trustedFunction(function(doc,path) {
    // Privileged and/or non-privileged code above
    app.beginPriv();
    mySaveAs(doc,path);
    app.endPriv();
    // Privileged and/or non-privileged code below
    I did try refering back to this script once, but I wasn't able to get it to work.

  • Can I create a single PO for two company codes

    Hi
    Can I create a single PO for two company codes. Though I know that Company code is assigned at header level but still I know there is a setting in controlling which when activated two company codes under same controlling area can procure the goods under the same PO.But i forget from where to activate that message or control in config.
    Thanks

    Hi Lekhram,
    I'm just beginner so maybe I got the wrong end of the stick.
    If you order something that something must belong to a definite company > plant. How could possess two company the same thing at the same time (totally)?
    (companies are at the same organisational level - none of them is subject to the other).
    Maybe I'm mistaken.
    So I <b>guess</b> you can use only one company code for one PO.
    Controlling area & company code
    http://help.sap.com/saphelp_46c/helpdata/en/e5/077a704acd11d182b90000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_46c/helpdata/en/08/513f4b43b511d182b30000e829fbfe/frameset.htm
    Purchasing & organisation
    http://help.sap.com/saphelp_46c/helpdata/en/75/ee0a9555c811d189900000e8322d00/frameset.htm
    All the best
    Csaba

  • Can´t create a date attribute for basic asset

    Hi
    I created a basic asset where I want to have a date attribute to pick up a date for calendar.
    My question is: How can I create a date attribute for a basic asset? For what I understand I have to create an element attribute in my descriptor file like this
    <PROPERTY NAME="imagedate" DESCRIPTION="Image date">
      <STORAGE TYPE="TIMESTAMP" LENGTH="8"/>
      <INPUTFORM TYPE="ELEMENT" WIDTH="24" MAXLENGTH="48" REQUIRED="NO" DEFAULT="" INSTRUCTION="Format: yyyy-mm-dd hh:mm"/>
      <SEARCHFORM DESCRIPTION="Image date" TYPE="ELEMENT" WIDTH="48" MAXLENGTH="128"/>
    </PROPERTY>
    Then, when I create a new instance of this asset, this attribute appears with this error:
    Date: Unable to find element OpenMarket/Xcelerate/AssetType/Oportunidade/ContentForm/imagedate
    But the element (imagedate.xml) is there!!
    I request help.

    It seems that the table does not have the entries, maybe b/c we are on R3 4.7.  Could you tell me what the entries are suppossed to be to allow the Asset and Cost Center lookup?  The search does work for WBS element though and I don't see anything specific to WBS element in that table.  In any case if you know the entries that would be great, also this table is not modifiable via SM30, here are the entries that I have in that table.
    AUF_NETNR     PLM_HELPVALUES_AUTHCHECK
    BU_PARTNER     BUPA_BAPI_F4_AUTHORITY
    DAENR     PLM_HELPVALUES_AUTHCHECK
    DOKNR     PLM_HELPVALUES_AUTHCHECK
    EQUNR     PLM_HELPVALUES_AUTHCHECK
    KUNNR     PARTNER_BAPI_F4_AUTHORITY
    LIFNR     PARTNER_BAPI_F4_AUTHORITY
    MATNR     PLM_HELPVALUES_AUTHCHECK
    NW_AUFNR     PLM_HELPVALUES_AUTHCHECK
    PARNR     PARTNER_BAPI_F4_AUTHORITY
    PS_POSID     PLM_HELPVALUES_AUTHCHECK
    PS_PSPID     PLM_HELPVALUES_AUTHCHECK
    QMNUM     PLM_HELPVALUES_AUTHCHECK
    S_AGNCYNUM     INT_FLBOOK_F4_AUTHORITY
    S_AIRPORT     INT_FLBOOK_F4_AUTHORITY
    S_BOOK_ID     INT_FLBOOK_F4_AUTHORITY
    S_CARR_ID     INT_FLBOOK_F4_AUTHORITY
    S_CITY     INT_FLBOOK_F4_AUTHORITY
    S_CONN_ID     INT_FLBOOK_F4_AUTHORITY
    S_COUNTNUM     INT_FLBOOK_F4_AUTHORITY
    S_COUNTR     INT_FLBOOK_F4_AUTHORITY
    S_CUSTOMER     INT_FLBOOK_F4_AUTHORITY
    S_FLCONN     INT_FLBOOK_F4_AUTHORITY
    S_FLCONN1     INT_FLBOOK_F4_AUTHORITY
    S_FLCONN2     INT_FLBOOK_F4_AUTHORITY
    S_PLANETYE     INT_FLBOOK_F4_AUTHORITY
    S_TRNUM     INT_FLBOOK_F4_AUTHORITY
    TPLNR     PLM_HELPVALUES_AUTHCHECK
    USCOMP     SUSR_BAPI_F4_AUTHORITY
    XUBNAME     SUSR_BAPI_F4_AUTHORITY

  • Can we create new partner types for quallity notifications in SAP system?

    Can we create new partner types for quallity notifications in SAP system?
    The business requirement is to limit the available entries for partners  displayed when they search in quality notification. I have already created new partner functions & assigned the relevant partner types, however struggling with defining new partner types.
    Would appreciate help in resolving this.
    Thanks,
    Nilesh

    I know this customisation setting ...It allows us to create the partner functions & assign it to the partner determination procedure.
    Then you can assign the procedure to the notification type.
    This customisation setting does not solve the problem I have.
    I'm looking for the partner type creation process which we assign to the partner function.
    Edited by: NILESH BHAVE on Aug 12, 2010 3:06 PM

  • Can I create a parent category for a series of categories?

    I have created a list of construction works in categories with subtotals for each article.
    Can I create a parent category for a selection of categories?
    For example:
    categories:
    - masonry
    - windows
    - plumbing
    each with subtotals.
    Now I want to create a parent categorie: - house #1, with a total of all subtotals

    Yes, using the Reorganize control. It's done in the opposite order though—create the (parent) category, then create the subcategories.
    Detailed instructions are available in Chapter 3, Using Tables, of the Numbers '09 User Guide. The guide may be downloaded through the Help menu in Numbers. A search on 'categories' will take you to the TOC page where you can click to go directly to the discussion of Categories and Sub categories.
    Regards,
    Barry

  • Creating a Javascript Preloader for my HTML sites... wont work..

    Hey all,
    I am creating a Javascript Preloader for my html site (www.rockspire.com), I have scripted all actions and have come away with a bar that does not load. Can someone please direct me as to where the error may be.
    Thanks in advance!
    Site: www.rockspire.com
    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Index</title>
    <script type="text/javascript">
    <!-- begin hiding
    // You may modify the following:
    var locationAfterPreload = "index2.html" // URL of the page after preload finishes
    var lengthOfPreloadBar = 450 // Length of preload bar (in pixels)
    var heightOfPreloadBar = 10 // Height of preload bar (in pixels)
    // Put the URLs of images that you want to preload below (as many as you want)
    var yourImages = new Array(
    "images/lparch1.jpg",
    "images/lparch2.jpg",
    "images/lparch3.jpg",
    "images/lparch4.jpg",
    "images/lparch5.jpg",
    "images/lparch6.jpg",
    "images/lparch7.jpg",
    "images/lparch8.jpg",
    "images/lparch9.jpg",
    "images/lpart1.jpg",
    "images/lpart2.jpg",
    "images/lpart3.jpg",
    "images/lpart4.jpg",
    "images/lpart5.jpg",
    "images/lpart6.jpg",
    "images/lpart7.jpg",
    "images/lpbetty1.jpg",
    "images/lpbetty2.jpg",
    "images/lpbetty3.jpg",
    "images/lpbetty4.jpg",
    "images/lpbetty5.jpg",
    "images/lpnature1.jpg",
    "images/lpnature2.jpg",
    "images/lpnature3.jpg",
    "images/lpnature4.jpg",
    "images/lpnature5.jpg",
    "images/lpnature6.jpg",
    "images/lpnature7.jpg",
    "images/lpnature8.jpg",
    "images/lpnature9.jpg",
    "images/lpnature10.jpg",
    "images/lpnature11.jpg",
    "images/thumbnail_arch1.jpg",
    "images/thumbnail_arch1bw.jpg",
    "images/thumbnail_arch10.jpg",
    "images/thumbnail_arch10bw.jpg",
    "images/thumbnail_arch11.jpg",
    "images/thumbnail_arch11bw.jpg",
    "images/thumbnail_arch2.jpg",
    "images/thumbnail_arch2bw.jpg",
    "images/thumbnail_arch3.jpg",
    "images/thumbnail_arch3bw.jpg",
    "images/thumbnail_arch4.jpg",
    "images/thumbnail_arch4bw.jpg",
    "images/thumbnail_arch5.jpg",
    "images/thumbnail_arch5bw.jpg",
    "images/thumbnail_arch6.jpg",
    "images/thumbnail_arch6bw.jpg",
    "images/thumbnail_arch7.jpg",
    "images/thumbnail_arch7bw.jpg",
    "images/thumbnail_arch8.jpg",
    "images/thumbnail_arch8bw.jpg",
    "images/thumbnail_arch9.jpg",
    "images/thumbnail_arch9bw.jpg",
    "images/thumbnail_art1.jpg",
    "images/thumbnail_art1bw.jpg",
    "images/thumbnail_art2.jpg",
    "images/thumbnail_art2bw.jpg",
    "images/thumbnail_art3.jpg",
    "images/thumbnail_art3bw.jpg",
    "images/thumbnail_art4.jpg",
    "images/thumbnail_art4bw.jpg",
    "images/thumbnail_art5.jpg",
    "images/thumbnail_art5bw.jpg",
    "images/thumbnail_art6.jpg",
    "images/thumbnail_art6bw.jpg",
    "images/thumbnail_art7.jpg",
    "images/thumbnail_art7bw.jpg",
    "images/thumbnail_b1.jpg",
    "images/thumbnail_b1bw.jpg",
    "images/thumbnail_b2.jpg",
    "images/thumbnail_b2bw.jpg",
    "images/thumbnail_b3.jpg",
    "images/thumbnail_b3bw.jpg",
    "images/thumbnail_b4.jpg",
    "images/thumbnail_b4bw.jpg",
    "images/thumbnail_b5.jpg",
    "images/thumbnail_b5bw.jpg",
    "images/thumbnail_nat1.jpg",
    "images/thumbnail_nat1bw.jpg",
    "images/thumbnail_nat2.jpg",
    "images/thumbnail_nat2bw.jpg",
    "images/thumbnail_nat3.jpg",
    "images/thumbnail_nat3bw.jpg",
    "images/thumbnail_nat4.jpg",
    "images/thumbnail_nat4bw.jpg",
    "images/thumbnail_nat5.jpg",
    "images/thumbnail_nat5bw.jpg",
    "images/thumbnail_nat6.jpg",
    "images/thumbnail_nat6bw.jpg",
    "images/thumbnail_nat7.jpg",
    "images/thumbnail_nat7bw.jpg",
    "images/thumbnail_nat8.jpg",
    "images/thumbnail_nat8bw.jpg",
    "images/thumbnail_nat9.jpg",
    "images/thumbnail_nat9bw.jpg",
    "images/thumbnail_nat10.jpg",
    "images/thumbnail_nat10bw.jpg",
    "images/thumbnail_nat11.jpg",
    "images/thumbnail_nat11bw.jpg",
    "images/index_01.jpg",
    "images/index_02.jpg",
    "images/index_04.jpg",
    "images/index_05.jpg",
    "images/index_06.jpg",
    "images/index_13.jpg",
    "images/index_14.jpg",
    "images/overview.pdf",
    "images/Rockspire_Site_Map.pdf",
    "images/Rockspire_slideshow.flv",
    "images/main_concept_image.jpg",
    "images/main_contact_image.jpg",
    "images/main_events_image.jpg",
    "images/main_inspiration_image.jpg",
    "images/main_manifesto_image.jpg",
    "images/main_photos_image.jpg",
    "images/main_resources_image.jpg"
    // Do not modify anything beyond this point!
    if (document.images) {
    var dots = new Array()
    dots[0] = new Image(1,1)
    dots[0].src = "images/black.gif" // default preloadbar color (note: You can substitute it with your image, but it has to be 1x1 size)
    dots[1] = new Image(1,1)
    dots[1].src = "images/red.gif" // color of bar as preloading progresses (same note as above)
    var preImages = new Array(),coverage = Math.floor(lengthOfPreloadBar/yourImages.length),currCount = 0
    var loaded = new Array(),i,covered,timerID
    var leftOverWidth = lengthOfPreloadBar%coverage
    function loadImages() {
    for (i = 0; i < yourImages.length; i++) {
    preImages = new Image()
    preImages.src = yourImages
    for (i = 0; i < preImages.length; i++) {
    loaded = false
    checkLoad()
    function checkLoad() {
    if (currCount == preImages.length) {
    location.replace(locationAfterPreload)
    return
    for (i = 0; i <= preImages.length; i++) {
    if (loaded == false && preImages.complete) {
    loaded = true
    eval("document.img" + currCount + ".src=dots[1].src")
    currCount++
    timerID = setTimeout("checkLoad()",10)
    // end hiding -->
    </script>
    <style type="text/css">
    <!--
    body p {
        color: #333;
    -->
    </style>
    </head>
    <body>
    <div align="center">
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p>
    <script type="text/javascript">
    <!-- begin hiding
    if (document.images) {
    var preloadBar = ''
    for (i = 0; i < yourImages.length-1; i++) {
    preloadBar += '<img src="' + dots[0].src + '" width="' + coverage + '" height="' + heightOfPreloadBar + '" name="img' + i + '" align="absmiddle">'
    preloadBar += '<img src="' + dots[0].src + '" width="' + (leftOverWidth+coverage) + '" height="' + heightOfPreloadBar + '" name="img' + (yourImages.length-1) + '" align="absmiddle">'
    document.write(preloadBar)
    loadImages()
    // end hiding -->
    </script>
    </p>
    <p><font size="2" face="Helvetica Neue">Welcome to Rockspire...</font></p>
    </div>
    </body>
    </html>
    Cheers!

    I see an pdf and flv file in the image list, remove them.
    Rewrite the code of your loading bar into one solid procedure which can be called from image loaded so you end up with three functions:
    loadImage
    imageLoaded
    displayProgressBar
    Maybe it's simpler not to display a progressbar but to display a text like XX loaded from XX images.
    I can't possibly write all the code for you but to adjust the loading bar use the image object instead of html code....
    preloadingImg = new Image();
    preloadingImg.src = "img/dot.jpg"   //whatever your preloader img is
    //To place your loading bar somewhere in the document:
    parentElement.addChildNode(preloadingImg);   //where parentElement is the container of the preloader image ( a DIV tag or whatever)
    //to adjust the width and height
    preloadingImg.height = someHeight + 'px';
    preloadingImg.width = someWidth + 'px'
    Another alternative is indeed use jQuery.

  • If output type is missing in PO, can system create a Outbound IDOC for that

    Hi
    Scenario: sales order should get generated in anoter system once PO is saved in first system. But this is not happening for a new vendor. I checked & found that output type is missing in PO. Asked user to provide  another PO for which SO was created. I checked that PO, here also output type is missing.
    I am surprised that if output type is missing in PO, can system create a Outbound IDOC for that PO? If yes then I am not aware of this process.
    Please help me in analyzing this problem.
    Regards
    Sapmm12

    Hi Sridhar,
    Thanks for your replay.
    I checked for other vendor also. condition records does not exist in NACE  for any of them. But user is claiming that sales aorder is getting created for those PO. Though I have asked them to provide the sales order number & possibly outbound IDOC number for at least one vendor.
    I tried to search IDOC number with reference to PO number but system is taking too much time & ending with run ime error. Because I do not have details of partner, receiver not even message type. Neither I have any process document which can explain how this process works?
    any other approach which may work here?
    Regards
    sapmm12

  • Can we create a sales order for party_type='PERSON' ?

    can we create a sales order for party_type='PERSON' ?
    Thank you,
    Cheers,
    Naveen.

    Hi
    Yes You can create a SO for a Party_type of Person, But it should have Customer account (i.e) The Person should have a Bill to / Ship to site
    Hope this helps
    Regards
    Sivakumar

  • I have four iphones on my icloud account, can i create an icloud account for each phone?

    I have four iphones on my icloud account, can i create an icloud account for each phone?

    Welcome to the Apple Community Joe.
    There is nothing stopping you doing so, but you won't be able to sync anything between them.

  • How can I create a Forms9i Runtime for client distribution

    Currently we have an application developed in Forms 5.0.6.8.0 our Database has been upgraded to 9i DB. The application is working fine with this combination but we want to upgrade Forms in order to get Oracle Support. We just get the Developer Suite 9i package and we're trying to test our application with this software.
    How can I create the client runtime for Forms 9i?
    My application will work with Win 95 and 98?
    Thanks.

    Oracle9i Forms is web-only. Forms 6i is the last release of Forms to have client/server and character mode.
    You can test Forms from the Builder by installing iDS. To deploy Forms using iAS follow the documentation. It's all there in the deployment guide.
    iAS and Forms doco can be found on OTN.
    Regards,
    Robin Zimmermann
    Forms Product Management

  • HT204053 how can i create multiple icloud accounts for my family members

    how can i create multiple icloud accounts for my family members

    Thanks...  I appreciate the reply.  Since I wrote the previous email, I actually went and changed my apple id (the main id) and the documentation I looked at said iCloud will set mail up automatically(?)...  I had it working before. 
    Also, I tried to manually set up the ID via the Mail Accounts screen(s) and I can't figure out what my server information is...  Pop or Imap?  What's the outgoing server and the incoming server?
    I typically have never had problems setting up mail accounts (in apple mail) with no problem.
    Can anyone point me in the right direction?
    Thanks in advance!

  • HT201209 How can I create an apple ID for my daughter, without adding a credit card to the account?

    How can I create an apple ID for my daughter, without adding a credit card to the account? I have tried to purchase a gift card online, but it just credits it to my account; I cannot use it to credit her new account therefore I cannot create that account.

    There are intructions on this page for how to create a new account without giving credit card details : http://support.apple.com/kb/HT2534
    e.g. log out of your account, find a free a free app in the store, click on its free 'price' :
    click on 'create Apple id' on the popup :
    Agree to the terms and fill in the details, and you should get 'none' on the payments screen.

  • HT5622 How can I create an Apple ID for my child without linking it to a credit card?

    How can I create an Apple ID for my child without linking it to a credit card?

    Hi Kappy..
    that did use to be the case but ios 8 you can create a child's Apple ID which will stay linked to the main Apple ID until they are 13 when they can if you wish take over the Apple ID themselves.
    I Have the same question regarding creating an Apple ID for my son but it insists I have to add a credit card to prove I'm an adult.
    thing is I don't have another card to add to my Apple ID I have been using the same card for all my family's Apple purchases i just update my details when I get issued a new one.
    Any ideas or suggestions greatly accepted.
    cheers

  • How can I create an apple ID for Free?

    How can I create an apple ID for Free?

    You can create an iTune and App Store account without credit card details
    1. Sign out of current Apple ID if you are sign-in to one (important)
    2. Go to App Store and select a free app
    3. Tap INSTALL APP
    4. Create New Apple ID
    5. Confirm Your Country
    6. Agree with Terms and Conditions
    7. Fill in your Apple ID and Password (you must create a new Apple ID; don't use your old Apple ID)
    8. Create and answer your secret question
    9. Select NONE for Payment Method
    10. Fill in Billing Address
    11. Submit application for new Apple ID
    12. Wait for verification email
    13. When email arrive, verify your account
    14. Start downloading your free apps

Maybe you are looking for

  • Error while creating Oracle DB connection in Endeca Intergrator 3.1

    Hi All, I am facing an issue while creating a new Oracle DB connection using Inegtator in 3.1 version. I get the following exception: loader constraint violation in interface itable initialization: when resolving method "oracle.jdbc.OracleConnectionW

  • IPhoto '11 referenced library problems

    I have a huge iPhoto library containing 40 000+ images, as well as a large amount of metadata (comments, Faces,...). Since I need to read-access the image files with other software, I use a referenced library. Everything was fine until the day I deci

  • [svn:cairngorm3:] 16814: Migration to Flex 4.1 SDK.

    Revision: 16814 Revision: 16814 Author:   [email protected] Date:     2010-07-04 09:59:11 -0700 (Sun, 04 Jul 2010) Log Message: Migration to Flex 4.1 SDK. Modified Paths:     cairngorm3/trunk/libraries/ModuleTest/.actionScriptProperties     cairngorm

  • Anyone else killed all Print functionality in 10.4.8?

    Installed a new HP Laserjet 4250 in a lab full of various Macs running 10.4.8. Used bonjour to auto setup on all of them and it works fine on all but two. On those two computers (one an iBook and the other a Powerbook) the Print button in the print d

  • Views - Security Loop Hole ?

    Dear Friends To my understanding VIEWS can be used to provided elementary security to data. New Features like VPD (DBMS_RLS package) and Oracle Lable Security have been introduced in Oracle. Can you please tell me what is limitation of using views fr