1st UDF and questions

Ok, I got some code working on a page, and would like to now
see about
putting it in a UDF...
The UDF right now looks like:
<cffunction name="classSort" output="false">
<cfargument name="eventType" type="string"
required="yes">
<cfset temp_var=1>
<cfloop list="arguments.eventType" delimiters=","
index="i">
<cfset full_var_temp_var=#i#>
<cfset temp_var=temp_var+1>
</cfloop>
<cfswitch expression="full_var_1">
<cfcase value="f">
<cfif var_temp_2 gte 15>
<cfif rates.C gte 2>
<cfif rates.B gte 2 or rates.D gte 2>
<cfif rates.A gte 2 and rates.B gte 2>
<img src="images/A1.gif" width="94" height="29">
<cfelseif rates.D gte 2 and rates.E gte 2>
<img src="images/C1.gif" width="94" height="29">
<cfelse>
<img src="images/B1.gif" width="94" height="29">
</cfif>
</cfif>
</cfif>
</cfif>
</cfcase>
</cfswitch>
</cffunction>
And I'd be passing arguments in the form of functin(f,30)
What I'm trying to do is get the image filename sent back so
I can display
it on the page.
Am I on the right track here???

Well, I changed the function to:
<cffunction name="classSort" output="false">
<cfargument name="eventType" type="string"
required="yes">
<cfif eventType gte 15>
<cfif rates.C gte 2>
<cfif rates.B gte 2 or rates.D gte 2>
<cfif rates.A gte 2 and rates.B gte 2>
<cfset retImage="images/A1.gif">
<img src="images/A1.gif" width="94" height="29">
<cfelseif rates.D gte 2 and rates.E gte 2>
<img src="images/C1.gif" width="94" height="29">
<cfelse>
<img src="images/B1.gif" width="94" height="29">
</cfif>
</cfif>
</cfif>
</cfif>
<cfreturn retImage>
</cffunction>
Now my question is, in the code that's calling the function,
the image isn't
displaying..... I tried <img
src="#classSort(foilCount.recordcount)#">
Is that not correct?
"Ian Skinner" <[email protected]> wrote in message
news:[email protected]...
> Steve Grosz wrote:
>> Ok, I got some code working on a page, and would
like to now see about
>> putting it in a UDF...
>>
>> The UDF right now looks like:
>>
>> <cffunction name="classSort" output="false">
>> <cfargument name="eventType" type="string"
required="yes">
>>
>> <cfset temp_var=1>
>> <cfloop list="arguments.eventType" delimiters=","
index="i">
>> <cfset full_var_temp_var=#i#>
>> <cfset temp_var=temp_var+1>
>> </cfloop>
>>
>> <cfswitch expression="full_var_1">
>> <cfcase value="f">
>> <cfif var_temp_2 gte 15>
>> <cfif rates.C gte 2>
>> <cfif rates.B gte 2 or rates.D gte 2>
>> <cfif rates.A gte 2 and rates.B gte 2>
>> <img src="images/A1.gif" width="94"
height="29">
>> <cfelseif rates.D gte 2 and rates.E gte 2>
>> <img src="images/C1.gif" width="94"
height="29">
>> <cfelse>
>> <img src="images/B1.gif" width="94"
height="29">
>> </cfif>
>> </cfif>
>> </cfif>
>> </cfif>
>> </cfcase>
>> </cfswitch>
>>
>> </cffunction>
>>
>> And I'd be passing arguments in the form of
functin(f,30)
>>
>> What I'm trying to do is get the image filename sent
back so I can
>> display it on the page.
>>
>> Am I on the right track here???
>
> Wow that is some obtuse logic there. I'm going to go
with that you know
> why you are doing all that looping at the beginning.
>
> The first thing I'm seeing is an incompatibility with
output="false" and
> <cfif...>...<img ...> logic.
>
> This code is attempting to output <img...> tags
but that is disallowed in
> the <cffunction...> tag. You either need to allow
output - which would
> also include all the white space in the function if
steps are not taken to
> control it. Or save the <img....> tag code into a
string variable and
> then return that variable at the end of the function
with a <cfreturn ...>
> tag.
>
>

Similar Messages

  • * Buying Vado HD - 1st or 2nd gen? and question about pricing *

    Hi.
    I want to buy the Vado HD. I'm deliberating between the st and the 2nd gen. Can you help me with that?
    Second question, how come the 2nd gen (that supposed to be better and newer) costs less than the st gen?! (99$ for the 2nd gen and 229$ for the st gen).
    Thanks,
    Adam

    CRe: * Buying Vado HD - st or 2nd gen? and question about pricing *# To me the Vado Rev3 seems to be trying to get the same feature set as a digial Camera with HD recording capabilty....except the cameras take better stills. I have the below Canon and the Vado HD Rev.
    http://www.amazon.com/Canon-PowerShot-SD780IS2--Stabilized-Black/dp/B00SER47Y
    We don't use the vado anymore since the camera is always with us.
    Factor into the price of the Canon also purchasing a highspeed 6GB sd card.
    if you are really sold on a Vado...look at the comparison here:
    http://www.myvado.com/products/comparison.aspx
    Note how they reduced the recording time of the new models to only 4gb instead of 8gb.....however, the newer units nati'vely record to MP4 which is a little easier on some software programs than the AVI container.

  • What is an UDF and UDT

    Hi everyone,
    we are using SAP Business one 2007 A and I would like to know what are User Defined Fields and User Defined Tables? What are the uses of both and what do they do? Please explain how to create a UDF and a UDT? Thank you.

    >What kind of customization can be done with the help of UDF and UDT. If I set up a UDF and UDT in my workstation, will it >be shared by everyone or only I can use those UDF and UDT?
    The authorization is controlled in SAP B1 through Setup->User defaults and Admin->User Authorizations panel. The authorizations are based on what you provide above to marketing documents, production documents, service documents etc.
    UDF is just part of above SAP B1 authorization control. You can not control authroization for just UDF you created. It is based upon what user, what authorization it has.
    >For example: If I am seeing an AP invoice list, can I add a field to show the check number with which the invoice was paid? Why I am asking this because we have an AP person in our company and whenever a vendor calls, she has to browse through 5-6 screens to get to that payment information and the check number does not show up when she pulls up the invoice list.
    >Yes above is possible. And these are the real world examples of why UDFs are used. The queries you use to populate them can get tricky, there are highly talented and able people on forum who can help you out with those. But you have to get started somewhere.
    >With the help of UDF, can I pull any information anywhere? How does this work? Where can set the UDF and UDT meaning in what areas? Can it be set only in master data?
    There are limitation to UDF, you can not pull anything everywhere or anywhere. That level of visibility will require SDK development. You just have to try and learn about the scope. I am not sure about it.
    When you go tools->Customization tools->User defined field management, you will see the areas and sub levels you can use.
    The rule of the forums is one question per thread. It helps if you can adhere to that.  Also, please close the thread, if it is answered. Welcome again!

  • I just found my old ipod touch (i think 1st generation) and would like to let my toddler use it instead of my phone.  I am trying to download apps but it say I need to update to 4.3 but it won't let me update.  I have the most recent itunes. any idea why?

    I just found my old ipod touch (i think 1st generation) and would like to let my toddler use it instead of my phone.  I am trying to download apps but it say I need to update to 4.3 but it won't let me update.  I have the most recent itunes. any idea why? I saw a thread saying to purchase the newest software (that was posted a few years ago) I paid 4.95 for the software and it's still saying it can't be updated.  Am I just SOL??

    The 1G iPod can only go as high as 3.1.3. The 1G does not have an internal speaker or volume buttons on the upper left edge.
    Identifying iPod models
    To more easily find compatible apps:
    iOSSearch - search the iTunes store for compatible apps.
    Apple Club - filter apps by iOS version.

  • Hi, I'm designing my 1st website and I started it in  photoshop cs5.5. I know that it's bad practice

    Hi, I'm designing my 1st website and I started it in  photoshop cs5.5. I know that it's bad practice to build with images, I learned this too late. I imported my site into Dreamweaver cs5.5 and uploaded it to my server. The problem I'm having is that I want to apply a jquery drop down menu bar but whenever I try, I get white gaps within my page. How do I convert the coding into a functioning site?*Help Please*  The URL to my site is: http://www.coriemoment.com and this is my coding:
    <html xmlns="http://www.coriemoment.com"
    <head>
    <title>The Official Corie Moment Home</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>
    <body>
        <div id="=container"
    <body bgcolor="#FFFFFF" leftmargin="auto" topmargin="auto" marginwidth="auto" marginheight="auto" margin:0;>
    <!-- Save for Web Slices (home.psd) -->
    <table id="Table_01" width="1281" height="768" border="0" cellpadding="0" cellspacing="0">
              <tr>
                        <td colspan="6">
                                  <img src="images/index_01.png" width="1280" height="220" alt=""></td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="220" alt=""></td>
              </tr>
              <tr>
                        <td rowspan="4">
                                  <img src="images/index_02.png" alt="" width="414" height="548"></td>
                        <td rowspan="3">
                                  <object width="564" height="423"><param name="movie" value="http://www.youtube.com/v/XbuQiJ6Sv_M?hl=en_US&version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/XbuQiJ6Sv_M?hl=en_US&version=3" type="application/x-shockwave-flash" width="564" height="423" allowscriptaccess="always" allowfullscreen="true"></embed></object></td>
                        <td colspan="3">
                                  <img src="images/index_04.png" width="255" height="89" alt=""></td>
                        <td rowspan="4">
                                  <img src="images/index_05.png" width="46" height="548" alt=""></td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="89" alt=""></td>
              </tr>
              <tr>
                        <td rowspan="2">
                                  <img src="images/video_03-07.png" width="1" height="336" alt=""></td>
                        <td rowspan="3">
                                  <img src="images/index_07.png" width="34" height="459" alt=""></td>
                        <td>
                                  <script src="http://widgets.twimg.com/j/2/widget.js"></script>
    <script>
    new TWTR.Widget({
      version: 2,
      type: 'search',
      /*put your twitter id that people use to reply to you below. Mine is mhorning. If you only want to see the Tweets that you have Tweeted, then delete the part below that says- OR to:coriemoment */
      search: 'from:coriemoment OR to:coriemoment',
       /*this is the duration in terms of seconds*/
      interval: 30000,
       /*this is the title you want on your tweets*/
      title: 'Corie Tweets',
      subject: 'Send us your comments',
       /*setting width to 'auto' will adjust the width of your tweetbox to whatever is set on your div. You can change this to something like 500px if you want*/
      width: 'auto',
      height: 212,
      theme: {
        shell: {
                 /*this will change the background color of your tweetbox. It is currently yellow*/
                background: 'body p, body img, body embed, body object, body video{opacity:1 !important}',
          /*this will change the color of the text in your background*/
                color: 'fac935'
        tweets: {
                 /*this will change the background color behind your tweets. It is currently white*/
                background: 'body p, body img, body embed, body object, body video{opacity:0.2 !important}',
           /*this will change the color of the text in your tweets. It is currently black*/
                color: '#000000',
           /*this will change the color of anything that is hyperlinked in your tweet. It is currently blue*/
                links: '#1985b5'
      features: {
        scrollbar: false,
        loop: true,
        live: true,
        behavior: 'default'
    }).render().start();
    </script></td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="302" alt=""></td>
              </tr>
              <tr>
                        <td rowspan="2">
                                  <img src="images/index_09.png" width="220" height="157" alt=""></td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="34" alt=""></td>
              </tr>
              <tr>
                        <td colspan="2">
                                  <img src="images/index_10.png" width="566" height="123" alt=""></td>
                        <td>
                                  <img src="images/spacer.gif" width="1" height="123" alt=""></td>
              </tr>
    </table>
    <!-- End Save for Web Slices -->
    </body>
    </html>

    mazz2000 wrote:
    The best way to do it is go back to PS and place the navigation area in the design, i would make it 100% of the width and then re-slice the design making sure one single slice is the whole of this navigation area.
    That would be the best way to do it while still using a table layout which in and of itself is not recommended, in large part  for this very reason.
    Every time you want to make a small change to the layout of your site, it will require re-slicing and re-generating code out of PS. You would be much better off taking the time to understand css layouts. Here is a good place to start to get the basics of css: http://www.w3schools.com/css

  • Can I use the same sync cord for my 1st Gen and 2nd Gen iPod?

    I have to replace my sync cord (house fire) and I wondered if I could buy just one cord to sync both my iPods? I have a 1st Gen and a 2nd Gen.

    If they both use the same type of cord, 30-pin or lightning, then yes, you can. There is no difference to the internals of the cords, just the connectors. Just match what you need.

  • I need to reinstall my operating system for 10.5 after seeing a file folder and question mark flashing on my start up screen. Can anyone help me with this?

    I need to reinstall my operating system for 10.5 after seeing a file folder and question mark flashing on my start up screen. Can anyone help me with this?

    Hello,
    That means it can find the Hard Drive, or can't find the things needed for booting.
    See if DU even sees it.
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)

  • TS1363 Hi, I just got an iPod Nano 1st generation and I plugged it into my computer and open iTunes but it never showed up in iTunes. So then I updated my iTunes to the latest version but it still didn't show up so is there a way you all can help me A.S.A

    Hi, I just got an iPod Nano 1st generation and I plugged it into my computer and open iTunes but it never showed up in iTunes. So then I updated my iTunes to the latest version but it still didn't show up so is there a way you all can help me A.S.AP.

    Error 1611
    This error typically occur when security software interferes with the restore and update process. FollowTroubleshooting security software issues to resolve this issue. In rare cases, this error may be a hardware issue. If the errors persist on another computer, the device may need service.

  • So i have an apple ipod touch 1st generation and it is not charging! It shows the charging sign but its taking a really long time to charge. Ive had it charging for at least 3 hours and it still says under 20% so can someone help me figure this out??

    So i have an apple ipod touch 1st generation and it is not charging! It shows the charging sign but its taking a really long time to charge. Ive had it charging for at least 3 hours and it still says under 20% so can someone help me figure this out??

    Not Charge
    - See:      
    iPod touch: Hardware troubleshooting
    iPhone and iPod touch: Charging the battery
    - Try another cable.
    - Try another charging source
    - Inspect the dock connector on the iPod for bent or missing contacts, foreign material, corroded contacts, broken, missing or cracked plastic.
    - Make an appointment at the Genius Bar of an Apple store.
      Apple Retail Store - Genius Bar 

  • Hello, I wanted to update my ipod touch 1st generation. The current software is 1.1.5. So I purchased iOS 3.1 software update for iPod touch (1st generation) and than I get an error so it did not upgrade.

    Hello, I wanted to update my ipod touch 1st generation. The current software is 1.1.5. So I purchased iOS 3.1 software update for iPod touch (1st generation) and than I get an error so it did not upgrade. Can you help please?

    I too had the same issue. This is how I resolved it http://www.parkhi.net/2011/12/error-8288-ipod-touch-upgrade-ios-31.html

  • I have ipod touch 1st gen and it will no longer detect that i have headphones in the headphone jack and so i cannot turn up my volume. Is there any way it can be fixed?

    I have ipod touch 1st gen and it will no longer detect that i have headphones in the headphone jack and so i cannot turn up my volume. Is there any way it can be fixed?

    Have you tried:
    - Reset the iPod. Nothing will be lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup
    - Restore to factory settings/new iPod.
    Apple will exchange your iPod for a refurbished one for this price:
    Apple - Support - iPod - Repair pricing
    A third-party place like the following maybe less. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens

  • TS1702 I restored my iPod touch 1st generation and the App Store won't let me download apps I previously had.

    I got an iPod touch 1st generation and downloaded loads of apps, some paid some free. A few weeks ago I restored the iPod touch and when I went to download apps that I had already owned it said I needed a newer iOS.  It says I need iOS 4.3 and I have iOS 4.2.1 and when i tried to update it says I have no software updates.

    Do you have any of those apps saved on your computer, in iTunes?
    It is true that your 1st generation iPad is already now running the highest version of iOS it can. It cannot be updated further.  If the developer has pulled the older versions of their apps and now only offers versions requiring iOS 5 or 6 then you will not be able to run those apps any longer (unless you kept backup copies of the older versions in iTunes on your computer).
    Developers determine what version(s) of their apps are in the App Store. As many have updated their apps to take advantage of the enhancements in iOS 6 , they've pulled their older versions and no longer support them.

  • My complaints and Questions MP4 M4V video files and other complaints

    My complaints and Questions MP4 M4V video files and other complaints
    I have been scratching my head as to how to fix my problem and I found some answers and some questions along the way. First of all, I have a video that should be correctly formatted for my iPod. Its specs are:
    Kind: MPEG-4 video file
    Size: 19.4 MB
    Bit Rate: 125 kbps
    Date Modified: 8/18/2009 2:15 PM
    Play Count: 1
    Last played: 8/21/2009 12:25 PM
    Profile: Low Complexity
    Channels: Stereo
    Total Bit Rate: 360 kbps
    Video Dimensions: 352x264
    Video Codec: H.264
    F:\File\AnotherFile\A3rdFile\TheMovieFileInQuestion.mp4
    Wow that was a chore. Apple! Let us drag copy and paste our info tabs information so we don’t have to type all this stuff when we are having trouble. **another problem and suggestion** right there.
    Ok, back to the problem of the forum.
    From what I can see from http://www.apple.com/ipodclassic/specs.html this file falls in line of everything required in order to be able to play on my iPod. It plays in iTunes fine but will NOT sync with my iPod. I get an annoying message that states, “Some of the Songs and videos in your iTunes library, including “BlaBlaBlaiPondFixYourJunkBlaBlaBla”, were not copied to the iPod “My iPod” because they cannot be played on this iPod.” Why oh why can iTunes play this video file but my iPod cant. Especially when the specs on Apple’s website say it can.
    So that was bugging me for a LONG time until I found my “Create iPod or iPhone version” option in the “Advanced” heading. Thank goodness this made my files playable on my iPod. Extremely LONG wait though. I know that other programs convert it in ½ the time. But times not to important as long as it gets done, (would be very convenient if it was faster though **Problem and suggestion**)
    Ok, now that I have used the “Create iPod or iPhone version” option it has slowly but surly converted my video. Ok, here is my main problem, the new file which is the result of the conversions information is as follows:
    Kind: MPEG-4 video file
    Size: 35.4 MB
    Bit Rate: 125 kbps
    Date Modified: 8/18/2009 2:15 PM
    Play Count: 1
    Last played: 8/21/2009 1:28 PM
    Profile: Low Complexity
    Channels: Stereo
    Total Bit Rate: 658 kbps
    Video Dimensions: 352x264
    Video Codec: H.264
    C:\File\WhyIsThisNewFileInMyMusicFolder\TheMovieFileInQuestion.m4v
    So basically it has made my file bigger *not a bonus in my book* greatly increased my Bit Rate *another interesting feature*, and I think the biggest change it has changed it from an .mp4 to an m4v.
    Why does it need to be an .m4v I could have sworn some of my videos were or are in mp4 which shouldn’t matter anyway because I was under the impression that iPods could play mp4 files. So that’s my biggest complaint and question. Why can my 80GB classic iPod not play my MP4 files and why am I forced to convert them??
    This conversion also creates 2 files in iTunes when I am done which is annoying because I have to go into my files info and look to see what file is the mp3 in order to remove it. Very annoying I can open my iPod options and see the files and some are faded (the ones it can not play) why can’t I remove them from that area.Suggestion Apple please make files that cannot be played on my iPod stand out some how for easier cleaning Suggestion. Thank you.
    Speaking of cleaning iPods, when I moved my entire library to an external drive I was faced with a terrible problem. “This file could not be found, would you like to locate file”, I was faced with this annoying message at least 600 times. Now I am glad that iTunes has a little “!” mark to show dead links so that you do some minor cleaning, Good Job iTunes No compliant there. However iTunes has no way of selecting all the broken files for major cleaning (like in my case). Going through and deleting over 600 files 1 by 1 is extremely time consuming and annoying. **Suggestion Apple please add more cleaning features for organizing iTunes**.
    Ok, speaking of organization now, another problem that appeared when converting my video files was that it put my new videos into the location where I have all my songs (my external hard drive) why can’t it put the new files in the locations of the original file? I have my computer highly organized and my original files were in that drive in that folder for a reason. If I could open my original file and skip the conversion, my iTunes would go to that specific folder to access the file which is fine. But now these new conversion files are elsewhere taking up space and disorganizing my computer. True I can go into the new location and move the files to where I want them (original location) but I don’t think I should have to hunt them down, copy, move, delete ect etc for all these files over and over. Very annoying, time consuming and should be unnecessary. **Suggestion Make file creation and location more customizable, and user friendly, your customers will love you for it**.
    Well since I have gotten into Apples iTunes and iPod problems that I have had to face I might as well bring up one or two more problems and suggestions. About a month after purchasing my iPod a sibling bought one as well. His however is way more convenient then mine. I suppose he has a 5th gen. so here is my question: why does he have a search option and I don’t!!!! Why does he get more features every so often and I don’t?! Why can’t Apple write some software for us classic guys which got the iPods going! It’s very annoying when I have to spend more time looking for the song then I spend actually listening to it, when he can pull his up in like 3-6 seconds? I highly doubt the hardware between our iPods is that dissimilar and even if they are why cant software be written for us. **Suggestion treat all your customers good not just the newer ones, and make some more features for the classics like me and my iPod.” We will be grateful for it I promise.
    Ok, I am almost done. Let me just recap my questions, I know my post is kind of lengthy.
    #1. Why can’t my iPod play MP3 video files? And why do I have to convert to almost all the same settings except changing it from an mp4 to an m4v. according to Apples own site I should be able to play .m4v .mp4 and .mov files!! Note: remember iTunes plays them fine but my iPod will not.
    #2. Would be much more convenient to be able to copy the information from the windows in iTunes so that problems and trouble shooting would be much easier. A little check on off options in iTunes advanced settings would be terrific.
    #3. Why is the conversion so slow? Please speed it, you have the power. Convenience is the thing that sells products.
    #4. Files that cannot be played on the current iPod need to be easier recognized for simpler cleaning.
    #5. Also make an easier way to select all dead link files for faster cleaning, deleting, etc. This one is important.
    #6. Make a user friendly way to change where my files are going to end up once I convert them for iPod more options and better customizable settings are need.
    #7. One of the most important is ADD A SEARCH OPTION. I and we classics will LOVE Apple for it.
    For you readers, I apologize for the long post, and any grammatical errors you might find throughout it. These are problems that I have faced with these programs and hardware and I wanted to make sure they got acknowledged and hopefully addressed. Any information about why I cannot play MP4 Video files on my iPod would be the best. If anything in my post gets answered that’s the one I want most. Will save me a lot of hassle.
    Thank you all and I look forward to your suggestions and comments. All are welcome and appreciated.
    Sincerely,
    Bond, James

    Was playing with iTunes and thought of another suggestion! Let us play files in iTunes from an iPod! A friend or sibling should be able to plug his iPod into my computer open iTunes and play any of the files there. Many times I have wanted to show a movie clip or video to a friend, and I have the dock so I can do it on my T.V. but play it on their computer in their iTunes forget it. That would be a very nice feature as well so we can watch our movies at maximum size or listen to music on a better sound system, just another suggestion that would be nice. Thanks

  • Good morning a few weeks ago  I send the request for the replacement program of my ipod nano 1st generation and they sent me the shipping box but I did not get the label to go back,  and I can not  return it , i need to you sent me again the box for retu

    Good morning a few weeks ago  I send the request for the replacement program of my ipod nano 1st generation and they sent me the shipping box but I did not get the label to go back,  and I can not  return it , i need to you sent me again the box for return the ipod

    Best thing would be to call Apple up again, and let them what has happened and they'll help you!

  • I am going to trade in my iPad 1st gen and get a new iPad Air.  What do I need to do to my old iPad to clear all my info out?

    I am going to trade in my Ipad 1st Gen and get a new Ipad Air.  How do I clear all the info out of my old Ipad?

    How to Transfer Everything from an Old iPad to New iPad
    http://osxdaily.com/2012/03/16/transfer-old-ipad-to-new-ipad/
    iOS: Transferring information from your current iPhone, iPad, or iPod touch to a new device
    http://support.apple.com/kb/HT2109
     Cheers, Tom

Maybe you are looking for