Anyone can help me get this working please

Error 1
'No' is not a member of 'DJ_APP.Module1.TrackType'.
D:\Year 2 HNC 10 feb\HNCD Unit 20 - Event Driven Programming Solutions (NeathAfan)\DJAPP\DJ APP\DJ APP\Form3.vb
32 9
DJ APP
Error 2
'No' is not a member of 'DJ_APP.Module1.TrackType'.
D:\Year 2 HNC 10 feb\HNCD Unit 20 - Event Driven Programming Solutions (NeathAfan)\DJAPP\DJ APP\DJ APP\Form3.vb
34 27
DJ APP
Error 3
'no' is not a member of 'DJ_APP.Module1.TrackType'.
D:\Year 2 HNC 10 feb\HNCD Unit 20 - Event Driven Programming Solutions (NeathAfan)\DJAPP\DJ APP\DJ APP\Form3.vb
79 9
DJ APP
Error 4
'no' is not a member of 'DJ_APP.Module1.TrackType'.
D:\Year 2 HNC 10 feb\HNCD Unit 20 - Event Driven Programming Solutions (NeathAfan)\DJAPP\DJ APP\DJ APP\Form3.vb
81 27
DJ APP
Error 5
Expression expected. D:\Year 2 HNC 10 feb\HNCD Unit 20 - Event Driven Programming Solutions (NeathAfan)\DJAPP\DJ APP\DJ APP\Form3.vb
93 105
DJ APP
Error 6
Identifier expected. D:\Year 2 HNC 10 feb\HNCD Unit 20 - Event Driven Programming Solutions (NeathAfan)\DJAPP\DJ APP\DJ APP\Form3.vb
103 59
DJ APP
Public Class Form3
    Dim numofrecords As Integer
    Dim Filename As String
    Dim Tableformat As String = "(0,-8)(1,-20)(2,-20)(3,-10)(4,-20)"
    Private Sub Form3_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        FileOpen(1, "Tracks.dat", OpenMode.Random, , , Len(Tracks))
        numofrecords = LOF(1) / Len(Tracks)
        FileClose(1)
    End Sub
    Private Sub btnAdd_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnAdd.Click
        ' Get the song info from the form
        Tracks.TrackID = txtTrackID.Text
        Tracks.Title = txttitle.Text
        Tracks.Artist = txtartist.Text
        Tracks.Genre = txtGenre.Text
        Tracks.Duration = txtduration.Text
        Tracks.era = txtera.Text
        ' write the record to file
        FileOpen(1, "Tracks.dat", OpenMode.Random, , , Len(Tracks))
        FilePut(1, Tracks, numofrecords + 1)
        'Close file
        FileClose(1)
        ' add one to the number of records
        numofrecords = numofrecords + 1
        Tracks.No = numofrecords
        txtTrackID.Text = Tracks.No
        ' place cursor in id box
        txtTrackID.Focus()
        'clear form
        txtartist.Text = ""
        txtduration.Text = ""
        txtera.Text = ""
        txtGenre.Text = ""
        txttitle.Text = ""
        txtTrackID.Text = ""
    End Sub
    Private Sub Button10_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnClear.Click
        txtartist.Text = ""
        txtduration.Text = ""
        txtera.Text = ""
        txtGenre.Text = ""
        txttitle.Text = ""
        txtTrackID.Text = ""
    End Sub
    Private Sub lstsongs_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles lstsongs.SelectedIndexChanged
    End Sub
    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnExit.Click
        Me.Close()
    End Sub
    Private Sub Button8_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLoad.Click
        'set the filename
        Filename = "Tracks.dat"
        'open the file
        FileOpen(1, FileName, OpenMode.Random, , , Len(Tracks))
        'check numnber of records in file
        numofrecords = LOF(1) / Len(Tracks)
        'close file
        FileClose(1)
        Tracks.no = numofrecords + 1
        txtTrackID.Text = Tracks.no
    End Sub
    Private Sub btnList_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnList.Click
        'clear list box
        lstsongs.Items.Clear()
        'headings
        lstsongs.Items.Add(String.Format(TableFormat, "Track ID", "Title", "Artist", "Genre", "Duration",
        'open file
        FileOpen(1, Filename, OpenMode.Random, , , Len(Tracks))
        ' Add records to list box 
        Do While Not EOF(1)
            FileGet(1, Tracks)
            lstsongs.Items.Add(String.Format(Tableformat, _ Tracks.TrackID = txtTrackID.Text,
            Tracks.Title, Tracks.Artist, Tracks.Genre, _
            Tracks.Duration, Tracks.era))
        Loop
        'close file
        FileClose(1)
    End Sub
End Class

It's not all there and as said before try using the Inset Code Block button in the toolstrip at the top of a post you are editing for inserting your code in so it displays correctly. If you hover your mouse over each tool in the toolbar at the top of a post
you are editing a tooltip will display providing what each tool is for. Like
B is for Bold.
You don't display any code for DJ_APP.Module1 or provide what you are attempting to do with the code you have and nobody has a .Dat file that you may be using for testing with.
And it seems like you may be using relatively old style coding techniques when databases like
Microsoft SQL Server Compact 4.0 are free and downloadable from Microsoft and others unless you enjoy using .Dat files for some reason.
Plus you could use DataGridView for displaying things like ("TableFormat, "Track ID", "Title", "Artist", "Genre", "Duration", 'open file") whatever all that is with the DGV using a DataTable since
different fields in a DataTable can be different types. AFAIK you could even store all the audio tracks in a database.
I would recommend you take a step back to design your GUI regarding what controls it will use for what it needs to do as well as what capabilities can be used with those controls and learn about that for a while before writing any code.
I would've researched DJ apps to see what visual styles they have and how they work before designing a GUI and writing any code.
Google search results for "Radio station music scheduling software"
La vida loca

Similar Messages

  • HT201210 hi everyone, i have a problem about my iphone 4S, doesn't work with wifi connection and bluetooth since upgrade to the IOS 7.0.3. Can anyone can help me tosolve this problem?????Thank's regards paulus

    hi everyone, i have a problem about my iphone 4S, doesn't work with wifi connection and bluetooth since upgrade to the IOS 7.0.3. Can anyone can help me tosolve this problem?????Thank's regards paulus

    Try the suggestions here to see if they resolve your problem:
    http://support.apple.com/kb/ts1559
    If these don't work you may have a hardware problem. Visit an Apple store for an evaluation or contact Apple Support.

  • I can not save any data to external hard drive from my mac pro. Is there anyone can help me in this regard?( note, when i first plug my ext. drive to mac i chose option to backup later)

    I can not save any data to external hard drive from my mac pro. Is there anyone can help me in this regard?( note, when i first plug my ext. drive to mac i chose option to backup later)

    The device may be formatted for Windows, as NTFS. The format is readable, but not natively writable on a Mac. To write to the device, you must either reformat it (erasing all the contents) or install third-party software to enable write access to NTFS.

  • I just buy a imac 27inch when after intalling everthing for windows 7 and all the drivers i need and goes to the restard part my imac just goes to a black screen with a blinking cursel and it just wont proceed anyone can help me with this?

    i just buy a imac 27inch when after intalling everthing for windows 7 and all the drivers i need and goes to the restard part my imac just goes to a black screen with a blinking cursel and it just wont proceed anyone can help me with this?

    Support articles for things like this would be here:
    http://www.apple.com/support/bootcamp

  • Hi,after upgrade to OS x mavericks i can't open my windows at BOOTCAMP, anyone can help me with this situation?

    HI after i upgrade to new Os x Mavericks i found that i cant open my WINDOWS in my BOOTCAMP, its always appear asking me to windows running or not well shut down properly message, after i try to go to RUNNING WINDOWS NORMALLY it stil cant open and auto open and running on MAC. anyone please help me. Thank you

    Ok this worked to solve the error.
    Use cmd prompt in windows 7 or 8 and run as admin:
    sc config lanmanworkstation depend= bowser/mrxsmb10/nsi
    sc config mrxsmb20 start= disabled
    No need for all that power shell nonsense as shown elsewhere for windows 8.
    That's it. Also force smb2 disabling on the apple side for good measure.
    With the above I was able to network mavericks and windows 8.1 pro flawlessly. He issues I had before where I could not read video, ISO and audio files (but could open documents and pictures from the windows machine connected to an apple network share folder went away.

  • The Status bar bubble shows up at the bottom, but there is no link, it is blank. Can you please help me getting this working?

    This happens for every link, there is no text in the bubble. It seems to be the correct size for the link, but nothing appears. I have an add-on called Noia4 Theme Configuration, which can change the color of text on toolbars, but I have messed with these and nothing has changed, please help!

    The text maybe in the wrong color and thus invisible.
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • "Your iPhone could not be activated because the activation server is temporarily unavailable." i tried it many times in DFU mode buy it not working .. i tried micro sim cards but it definitely not word :( please anyone can help me fix this problem

    "Your iPhone could not be activated because the activation server is temporarily unavailable." help me please ..

    I have same message. Just tried the update yesterday. Phone NOT jail broke and my SIM card has been init since I bought it. I need my phone and information ASAP. Is backed up on comp but can't get to without phone! During update my laptop shut off. Problem started after I started it back up to finish the process. Why would that make a diff? What to do now???? Help!

  • I need help to get this working I can't get anything to load in my SWF.

    // drop shadow filter class import
    import flash.filters.DropShadowFilter;
    // transitions imports
    import fl.transitions.*;
    import fl.transitions.easing.*;
    // Determine where on the stage we want to have the thumbnail images start
    xStartPos = 40;
    yStartPos = 20;
    // Create our XML object
    var imageList:XML;
    // Setup our XML loader and tell it the file path to our XML file.
    // Also, add an event listener to call the loadComplete() function
    // when the loading of our XML file is complete.
    var xmlURLLoader:URLLoader = new URLLoader();
    xmlURLLoader.load(new URLRequest(xmlURLRequest("loadImages.xml")));
    xmlURLLoader.addEventListener(Event.COMPLETE, loadComplete);
    function loadComplete(e:Event):void
    try {
      // Build new instance of XML object (imageList) and copy into
      // it the data from e.target which is the xml_loader object (which
      // contains the data loaded from our XML file).
      var imageList:XML = new XML(e.target.data);
      // Grab all of the file_type elements (tags) from our imageList
      // XML object (which now contains all of the data from our XML file)
      // and store them in an XMLList object (somewhat like an array).
      var imageList:XMLList = imageList.file_type;  // our image file locations
      var imageArray:Array = new Array();
      var i:int = 0;
      numImages = xml.ImageList.length;
      // Place all of our image filenames into our imageArray by
      // stepping through the xmlImageList XMLList object one element at a time
      for (i = 0; i < numImages; i++)
       // push the filename text from each element of our XMLList object
       // (xmlImageList), which contains all the file_type elements (tags)
       // from our XML file, onto our array one element at a time.
       // Note: we created a property called our_source in our imageArray
       //       which we will access again in function stageImages().
       imageArray.push({our_source:xmlImageList[i].text()});
      // Call stageImages() function which will put the images on the stage
      stageImages(imageArray);
    catch (error:Error)
      // ignore errors for now - could put trace() statements here
    }  // end function loadComplete()
    function stageImages(imgArray:Array):void
    // Build a loop that creates the image movie clips and puts them on the stage.
    // When we say the image movie clips we really mean the movie clips that hold
    // the images.
    for (var i:int = 0; i < imgArray.length; i++)
      // Begin the image loader
      var imgLoader:Loader = new Loader();
      imgLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, imgLoadCompletes);
      // Reference our image array
      imgLoader.load(new URLRequest(imgArray[i].our_source));
      // Create a movie clip called pic_mc which is the instance name
      // of ALL of our images.  This will allow us to apply effects like
      // drop shadows or whatever we want to our image movie clip instances
      // all at once.
      var pics_mc:MovieClip = new MovieClip();
      // Now, tell our movie clips what their x and y positions will be
      pics_mc.x = xStartPos;
      pics_mc.y = yStartPos;
      // Add the just-added image movie clip as a child of our pics_mc movie clip.
      //     So, another way of saying it is we are throwing each loaded image
      //     movie clip inside our pics_mc movie clip as we load each image in the loop.
      // imgLoader is an array of images (our entire list of images) and it is
      // being loaded here INTO our pic_mc movie clip AS A CHILD.
      pics_mc.addChild(imgLoader);   // pics_mc is a container for our images
      // Here is how we set the number of columns for our thumbnails (based
      // on 7 columns).  CHANGE THE 7 TO HAVE DIFFERENT NUMBER OF COLUMNS
      if (((i + 1) % 7) == 0)
       // Let's set the x and y positions...
       // This is how we separate the amount of space we want in between
       // images as they slide out or stack up.  Change these values if you
       // wish to have more or less columns.
       xStartPos = 10;    // CHANGING THIS VALUE WILL PUSH THE COLUMNS LEFT/RIGHT
       yStartPos += 40;   // CHANGING THIS VALUE WILL ALTER VERTICAL SPACING OF PICS
      else
       // CHANGE THE 100 TO DRAMATICALLY CHANGE WIDTH BETWEEN COLUMNS
       // AND THE 46 TO CREATE MORE SUBTLE DISTANCE BETWEEN COLUMNS
       xStartPos += 100 + 46;
    }  // end function stageImages()
    // Define what happens once our images are loaded...
    function imgLoadCompletes(e:Event)
    // Get access to our image loader object we were using when this
    // function was called.
    // Type-cast e.currentTarget (our imgLoader object from above) as
    // a LoaderInfo object and access its loader property which is the
    // loader object associated with this LoaderInfo object (in our case
    // the imgLoader object which the event listener was listening on above
    // in the stageImages() function).
    // We are now calling it by the name image_loader.
    var image_loader:Loader = e.currentTarget as Loader;
    // Access the parent movie clip of our image loader object.  We called this
    // pics_mc above in the stageImages() function.
    var pics_mc:MovieClip = image_loader.parent;
    // Begin our fill and drawing of graphics - the Polaroid Effect - did this LATER
    var imgWidth:Number = image_loader.width;
    var imgHeight:Number = image_loader.height;
    var spacingFillWidth:Number = 15;
    var totalSpacing:Number = spacingFillWidth;
    var totalSpacingFillWidth:Number = imgWidth + (totalSpacing * 2);
    var totalSpacingFillHeight:Number = imgHeight + (totalSpacing * 2);
    // TRY THIS and then COMMENT IT OUT as we'll be using drop shadow rather than stroke
    // Set a stroke width value and place a stroke around our parent_mc movie clip
    //var strokeWidth:Number = 1;
    //parent_mc.graphics.lineStyle(strokeWidth, 0x000066, 100);
    // Begin drawing art for the fill
    pics_mc.graphics.beginFill(0xCCCCCC, 100);
    // Draw rectangle (add 100 to height to get Polaroid background look)
    pics_mc.graphics.drawRect(-totalSpacing, -totalSpacing, totalSpacingFillWidth, totalSpacingFillHeight + 100);
    // End fill
    pics_mc.graphics.endFill();
    // Create drop shadow instance (shadow) and set its parameters (same as
    // you would if you were manually adding a drop shadow filter
    // DO THIS AFTER COMMENTING OUT STROKE LINESTYLE ABOVE!
    var shadow:DropShadowFilter = new DropShadowFilter();
    shadow.alpha = .5;      // alpha of 50%
    shadow.distance = 15;   // distance of drop shadow from movie clip
    shadow.angle = 90;
    shadow.blurX = 15;
    shadow.blurY = 15;
    // Apply our drop shadow to our movie clip
    pics_mc.filters = [shadow];
    // Scale the image clips down as thumbnails for the initial display of
    // images on the stage.  Set this according to your own image sizes
    pics_mc.scaleX = .05;
    pics_mc.scaleY = .4;
    // optional - rotate our fake_mc movie clip in a random fashion.
    // CAN PLAY WITH THE  3 TO ALTER ROTATION
    pics_mc.rotation = Math.round(Math.random() * - 10) + 3;
    // set up dummy placeholder properties to hold a copy of our
    // x and y position values.
    pics_mc.origX = pics_mc.x;
    pics_mc.origY = pics_mc.y;
    pics_mc.addEventListener(MouseEvent.MOUSE_DOWN, onMouseClick);
    pics_mc.addEventListener(MouseEvent.MOUSE_UP, onMouseRelease);
    }  // end function imgLoadCompletes()
    // Called if user clicks on one of the thumbnail images
    function onMouseClick(e:MouseEvent):void
    // Make each separate movie clip its own target
    var thumb_mc:MovieClip = e.currentTarget as MovieClip;  // cast it as a MovieClip object
    // Expand thumbnail that was clicked so it scales to full size
    thumb_mc.scaleX = 1;     // note 1 = 100% for scaling in AS 3.0
    thumb_mc.scaleY = 1;
    // Last thumbnail image clicked on will be on top -- this part is optional
    // Each item on stage has a childIndex number which defines its depth (z-axis)
    // in the stacking order of items on the stage (or within another object).  The
    // higher the childIndex number of an object the closer the object will be to the front.
    // numChildren is a property that contains the number of children in an object (in
    // our case the stage).
    setChildIndex(thumb_mc, numChildren - 1);
    // Set location of thumbnail image on the stage.  Note that these
    // values are based on the bottom of where our images line up and
    // our stage dimensions of 1000x700.
    thumb_mc.x = 250;
    thumb_mc.y = 250;
    // Set transitions once thumbnail images are clicked
    //var showImage:Object = {type:Fade, direction:0, duration:1, easing:Strong.easeOut};
    // Blinds has a problem letting us select larger image and move it back to thumbnail
    //var showImage:Object = {type:Blinds, direction:0, duration:1, easing:Strong.easeOut};
    // PixelDissolve doesn't always allow us to easily select larger image either
    //var showImage:Object = {type:PixelDissolve, direction:0, duration:1, easing:Strong.easeOut, xSections:30, ySections:30};
    var showImage:Object = (type:Photo, direction:Transition.IN, duration:1, easing:Strong.easeOut);
    TransitionManager.start(thumb_mc, showImage);
    // For more info on Transitions, search for Transition class in Help docs
    }  // end function onMouseClick()
    function onMouseRelease(e:MouseEvent):void
    // Get reference to the larger image that was "moused up" on.
    var big_mc:MovieClip = e.currentTarget as MovieClip;
    // Tell the image to return to its starting location as a thumbnail image
    big_mc.x = int(big_mc.origX);   // Typecast origX and origY properties to int
    big_mc.y = int(big_mc.origY);
    // Scale the larger image back down to thumbnail image
    big_mc.scaleX = 0.2;
    big_mc.scaleY = 0.2;
    }  // end function onMouseRelease()

    Here it is without comments.  No didnt do any tracing.  I only get one error saying Scene 1, Layer 'Actions', Frame 1, Line 236 1084: Syntax error: expecting rightparen before colon.  I know there has to be more wrong with the code please help me find them.
    import flash.filters.DropShadowFilter;
    import fl.transitions.*;
    import fl.transitions.easing.*;
    xStartPos = 40;
    yStartPos = 20;
    var imageList:XML;
    var xmlURLLoader:URLLoader = new URLLoader();
    xmlURLLoader.load(new URLRequest(xmlURLRequest("loadImages.xml")));
    xmlURLLoader.addEventListener(Event.COMPLETE, loadComplete);
    function loadComplete(e:Event):void
    try {
      var imageList:XML = new XML(e.target.data);
      var imageList:XMLList = imageList.file_type;
      var imageArray:Array = new Array();
      var i:int = 0;
      numImages = xml.ImageList.length;
      for (i = 0; i < numImages; i++)
       imageArray.push({our_source:xmlImageList[i].text()});
        stageImages(imageArray);
    catch (error:Error)
    }  // end function loadComplete()
    function stageImages(imgArray:Array):void
    for (var i:int = 0; i < imgArray.length; i++)
      var imgLoader:Loader = new Loader();
      imgLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, imgLoadCompletes);
      imgLoader.load(new URLRequest(imgArray[i].our_source));
      pics_mc.x = xStartPos;
      pics_mc.y = yStartPos;
      pics_mc.addChild(imgLoader);
      if (((i + 1) % 7) == 0)
       xStartPos = 10;
       yStartPos += 40;
      else
       xStartPos += 100 + 46;
    }  // end function stageImages()
    function imgLoadCompletes(e:Event)
    var image_loader:Loader = e.currentTarget as Loader;
    var pics_mc:MovieClip = image_loader.parent;
    var imgWidth:Number = image_loader.width;
    var imgHeight:Number = image_loader.height;
    var spacingFillWidth:Number = 15;
    var totalSpacing:Number = spacingFillWidth;
    var totalSpacingFillWidth:Number = imgWidth + (totalSpacing * 2);
    var totalSpacingFillHeight:Number = imgHeight + (totalSpacing * 2);
    pics_mc.graphics.beginFill(0xCCCCCC, 100);
    pics_mc.graphics.drawRect(-totalSpacing, -totalSpacing, totalSpacingFillWidth, totalSpacingFillHeight + 100);
    pics_mc.graphics.endFill();
    var shadow:DropShadowFilter = new DropShadowFilter();
    shadow.alpha = .5;
    shadow.distance = 15;
    shadow.angle = 90;
    shadow.blurX = 15;
    shadow.blurY = 15;
    pics_mc.filters = [shadow];
    pics_mc.scaleX = .05;
    pics_mc.scaleY = .4;
    pics_mc.rotation = Math.round(Math.random() * - 10) + 3;
    pics_mc.origX = pics_mc.x;
    pics_mc.origY = pics_mc.y;
    pics_mc.addEventListener(MouseEvent.MOUSE_DOWN, onMouseClick);
    pics_mc.addEventListener(MouseEvent.MOUSE_UP, onMouseRelease);
    function onMouseClick(e:MouseEvent):void
    var thumb_mc:MovieClip = e.currentTarget as MovieClip;
    thumb_mc.scaleX = 1;
    thumb_mc.scaleY = 1;
    setChildIndex(thumb_mc, numChildren - 1);
    thumb_mc.x = 250;
    thumb_mc.y = 250;
    var showImage:Object = (type:Photo, direction:Transition.IN, duration:1, easing:Strong.easeOut);
    TransitionManager.start(thumb_mc, showImage);
    }  // end function onMouseClick()
    function onMouseRelease(e:MouseEvent):void
    var big_mc:MovieClip = e.currentTarget as MovieClip;
    big_mc.x = int(big_mc.origX);
    big_mc.y = int(big_mc.origY);

  • My 7th gen ipod nano wil not show up on my laptop when I plug it in and neither will my brothers new ipad,they don't come up in my computher either and I've installed the new itunes twice but still no change,I really need to get this working,Please help

    I need help

    Thanks for a reply
    The cable that I'm using came with my 5th gen nano. The 6th gen Ipod shows that it's connected but the computer doesn't see it, so I don't think that it's the cable.
    I did try this before when looking at the troubleshooting guide and nothing happens. It just resets and then the Ipod screen tells me that it's connected to the computer. It still is unseen by Itunes and no where to be found in my computer.
    I don't have another computer to plug it into at the moment but I may be able to visit a friend that owns a decent PC in a few days. If that doesn't work out I will be getting a new lap top in a week and I'm hoping that it will work on that, but it won't be a Mac. So, let's say it works when I plug it into one of these computers, should I reset my Ipod from there or is there something else I should do?

  • HP W2007v External Monitor - Help to get it working please?

    Hi,
    Using a Macbook running OSX 10.4.11. Just bought an HP w2007v monitor as an external display. Cant get it to work - 'no signal detected' and 'monitor going to sleep'. Obviously everything is powered up and I've got the monitor attached to the macbook using the Apple mini-DVI to VGA cable.
    Have checked the HP website which was no help at all and can't find much here either (with apologies if I've missed the obvious posting holding the answer).
    Would appreciate advice on what I'm doing wrong - if anything.
    Thanks.
    David.

    Hello, David.
    I've been in a similar exasperating situation. Please refer to this thread for a solution that worked for me: http://discussions.apple.com/thread.jspa?threadID=1731505&tstart=0.
    Hope it works for you. Good luck.

  • Anyone can help me about this?

    Write an application that prompts the user to enter the size of the side of a square, then displays a hollow square of that size made of asterisks. Your program should work for squares of all side lengths between 1 and 20.

    Write an application that prompts the user to enter
    the size of the side of a square, then
    displays a hollow square of that size made of
    asterisks. Your program should work for squares of
    all side lengths between 1 and 20.Done!
    <html>
    <head>
    <script type="text/javascript">
    function mySquare(){
      var squareSize;
      while(isNaN(parseInt(squareSize))){
        squareSize = prompt("Please enter the size of the square you would like.","0");   
      var sStr;
      sStr = "*";
      for(i=0;i<squareSize;i++){
        sStr +="*";
      sStr +="*\n";
      for(i=0;i<squareSize;i++){
        sStr +="*";
        for(j=0;j<squareSize;j++){
             sStr +=" ";
        sStr +="*\n";
      sStr +="*"; 
      for(i=0;i<squareSize;i++){
        sStr +="*";
      sStr +="*";
      alert(sStr);
    </script>
    </head>
    <body>
    <form>
    <input type="button" onclick="mySquare()" value="Click Me">
    </form>
    </body>
    </html>Please feed me dukes

  • In my computer some of the iTunes files got deleted accidently and I couldn't reinstall it . Evrytime I try torun setup file  I am getting this error message "C:\Users\Rif\AppData\Local\Apple\Apple Software Update\" ,appreciate if anyone can help me on th

    In my computer some of the iTunes files got deleted accidently and I couldn't reinstall it . Evrytime I try torun setup file  I am getting this error message"C:\Users\Rif\AppData\Local\Apple\Apple Software Update\" ,appreciate if anyone can help me on this pls?

    Even after deleting all files and folders from hard drive i am still getting this error!!

  • Urgent..please anyone can help me??????

    <b>Hi all..
    please anyone can help me.for this issue....
    My Requirements is first need to MR11 tarnsaction and create zmr11 transaction and also the copy the corresponding MR11 program create Z program, which i did it.
    but now i have create a POPUP window, which contain 
    Account:           Cost Centre:
                       Internal Order:
                      Profit Centre:
    We need to copy the program for MR11 and inside it, refer to a copy of MR_ACCOUNT_ASSIGNMENT, which would contain the logic for replacing the account number picked up from configuration with that entered by the user.
    The code that needs to be added here would generate a popup, accept the account number from the user, and replace the value of KONTO with this number, which is the export parameter for the Function Module.
    At some point before the call to this FM we would need to write code to generate a pop-up, which would be populated by the user with G/L account at run-time.
    i need to modiy this internal table::::
    Call function' CKMLGRIR_BUILD_GRIR_MAINTAIN'
       tables
          lt_grirpos = t_grirpos_package
    The internal table t_grirpos_package would need to be modified at this point and populated with the values populated by the user in the pop-up screen.</b>

    <logic:iterate id="dtoi" name="ages"
    collection="ages.keySet()" indexId="dtoi">
    <% interfaz.GenericDto dtoEA =
    (interfaz.GenericDto)dtoi; %>
    <% if (dtoEA != null){ %>
    <% }; %>
    </logic:iterate> Try the following (assuming "ages" is the HashMap - adjust as necessary):
    <logic:iterate id="dtoi" name="ages">
    <tr>
    <td><bean:write name="dtoi" property="value.edad"/></td>
    <td><bean:write name="dtoi" property="value.ctotal"/></td>
    </tr>
    </logic:iterate>

  • $1000 to the person that can help me get XP running in bootcamp included Drivers on my MacBookPro8,2

    If anyone can help me get XP up running in bootcamp on my MacBookPro8,2 I will be more than happy to pay them.
    Please do not coment, if the onely thing you will say, is that is will not work.
    A virtual mashine is not an option.

    Nathan Alden wrote:
    What part of "NATIVE XP DOES NOT WORK ON THUNDERBOLT MACS!!" do you not understand? 
    You could, of course, hack your way out of it, but this involves finesse that 99.999999% of people who post your same question are sorely lacking.
    A virtual machine is the only way to go, but who says the VM has to be hosted in Mac OS X?  You see, Win 7 has this thing called XP Mode which lets you download a prepackaged XP and lets you run things that were designed for XP as if on a real XP machine.
    Hardware's another matter.  Most of the standalone scanners I've seen simply do not work outside of XP.  If they do, then there's a serious lack of 64-bit drivers and utilities for such.
    XP was pulled from mainstream support on 23 October 2010, moving it into extended (security only) support at that time.  In that process, Microsoft "took the bat away" from developers; by dropping the software and QA tools used to write drivers in XP, MS has made it impossible to write drivers that take full advantage of the hardware in these new Macs. 
    Apple, perhaps to reduce its share of support hassles, voluntarily dumped support for XP on its hardware as of late last year, coinciding with the above transition
    And there's no going back.  XP is still the most vulnerable to cybercrime if not well-kept.  Microsoft would LOVE people to bite the bullet, as it were, and buy Win 7.
    Nate
    That's got to be worth some of the fee, 25% maybe?

  • HT201364 i Cant update my mac OS X V10.5.8 into a higher version., Anyone can help?

    Anyone can help me to this problem?.,Thanks .

    Also, unless you have a Core2duo (CoreDuo and CoreSolo are not Core2Duo), i3, i5, or i7 processor, you can't upgrade past 10.6.8. 
    See this user tip to see if your software is ready for 10.7 or higher:
    https://discussions.apple.com/docs/DOC-6271

Maybe you are looking for

  • Unable to print for billing document

    Hi Experts ,                        I 'm facing an issue while printing an invoice which has more line items say ex 28 line items . I could not see the print view for this ...whereas for 10 or 15 line items i could see the line items ... This smartfo

  • IN MIRO ECS CLEARING ACCOUNT PROBLEM

    Dear All, SAP VERSION SAP ECC 5 I have a MIGO Part II enteries are as follows, BED-140-DR ECS-2.8-DR SHCESS-1.4 DR CLEARING ACCOUNT-144.2 CR AND IT IS CORRECT. BUT WHEN I SIMULATE THE MIRO ENTRY SHOWS AS BELOW VENDOR-1178.53 CR GR/IR-1000-DR CLEARING

  • BW Interview questions very urgent

    Hai, Any body having faq about bw please send me,this is ver urgent,i'm waiting for ur reply plese send to this id [email protected] thanku naveen

  • Retrieve information and phone numbers from a stolen iphone

    I need to retrieve the information and phone numbers from my stolen iphone

  • Open PDF-File in WEBGUI ?

    hi there, i have business documents in PDF-format. i am opening it in ABAP with     CALL METHOD cl_bds_document=>display this works perfect for SAP WINGUI, acrobat reader is opened with the document. BUT: i have to use my abap in SAP WEBGUI. there i