I have a REAL problem that I need help with

many thanks to kglad for all his help last week with a problem but it hasn't fully sorted it out. I have a site with 908 buttons. Basically a person clicks a button, makes a donation (through paypal) and then that button gets their name displayed when the mouse hovers over it. Essentially the button becomes the property of the person who makes the donation. The problem I need help with is how to disable each button when someone clicks it. Disabling a button isn't the problem. I need it disabled only when the person has made a valid donation. Each button has a unique instance name (b001 - b908). There must be a way.
Many thanks in advance.

I can't get this to work at all. At this stage, I'm considering a complete restructure of the site in dreamweaver.
I would love to be able to complete it in actionscript though as I would be learning something new.
When a user clicks a button, and goes through the paypal process, I need the clicked button to be disabled.
It has to be such that it gets disabled only when a user has made a donation through paypal. For example, plenty
of people may just click on the buttons as they are checking the site out, without any intention of using the paypal
facility. This is just human nature. Obviously, I don' t want any buttons disabled under these circumstances.
I was thinking, do I need a statement such as .......... "on returning from paypal, disable the clicked button"
Or is it just a case of......... "on returning from paypal, remove the event handler"
Or is it something completely different, I require, (please don't say a brain would be helpful).
Is there some generic code out there that could help me out please.

Similar Messages

  • I have 2 problems that I need help with please?

    I had an iPhone 4 1 year ago and I ended up swapping it for an iPhone 4S.. I made a new apple ID. But  I can't remember if I synced my notes with iCloud on my old apple ID, so I signed in with my old apple ID which was connected with my iPhone 4 that I swapped and I seen that all of my old contacts were synced and 1 reminder were synced also but when I clicked on notes it said that I needed to create a iCloud email, so I did...it made the notes visible and there was no notes in there. Nor in the iCloud mail thingy... Which is a good thing because I didn't want my notes synced, I just want to know does that mean they were never synced ... Or are they lost somewhere?  Oh and all my iTunes backups are deleted too.
    And my next question.
    Is it possible to call apple to get my apple ID deleted? I think someone is using!

    - The notes, if they were in iCloud would be associated with the account used to create them. This you would have to log the iPod into that iCloud account
    - Contact Apple about deleting the account
    Contact iTunes

  • This is more of a suggestion than a problem that I need help with....

    Why doesn't iTumes for Windows use a year long re-download policy such as RealArcade when you purchase a game? I've lost a ton of music during a driver upgrade that went bad. I had to trash my hdd & start over... and I was under the impression that I had created a backup of my music using Nero Burning Suite. But after attempting the restore, I found out that the Nero Suite doesn't do anything for the 8.3 file extension overlaod issue. Some programs will not recognize embedded folder names and files passing 256 characters for the path/ name of the file. I would like to be notified when something like this is available for the general public. I have spent a bit of cash with the iTunes store, and I would like to be able to get (at least once more ) my money's worth. I understand that this is not Apple's problem, but it would go a long way to providing superb customer service.
    Thanks for listening.

    I hate to sound preachy, but Apple warns customers to back up.
    Why do I need to back up my music library?
    In rare cases, you can ask for a re-download. Try customer service:
    iTunes Customer Service

  • I have a "Contact" organization issue I need help with.  I organize multiple customers under their account affiliation. I place the people with their contact info under each account name by their dept/role in the notes section of their account. I am l

    I have a "Contact" organization issue I need help with.  I organize multiple customers under their account affiliation. I place the people with their contact info under each account name by their dept/role in the notes section of their account. I am looking to be able to directly dial / email from this info in yet notes section located within a contact. On Blackberry, the notes area entered in a contact can connect directly but on the iPhone those numbers/emails are inactive. I am trying to avoid having to create each of these individuals as a separate contact and keep them under their account affiliation. It is easier to find them.  This does not seem like that complicated of a request and hoping someone can tell me how or share an app that will enable the "notes" within a contact be "active". Hope this makes sense.

    I seem to recall that this question has been asked before and I'm pretty sure that the answer is that you can't do what you want to do with the native contact app. However, there are lots of contact apps out there that pull from the built app's data but have other features. Perhaps one of them would meet your needs.

  • I try signing into iMessage and it takes about 45-50 seconds to do. When that happens it tells me there is a network problem. I am positive I don't have a network problem and I need help on this problem please??

    I try to sign in and it just takes forever to do I try and try and do it over and over and it brings me the same results. Created a new Apple ID and when I did it still tells me there is a network problem. But the thing is I am still able to use the Internet I need help?? And it does the exact same thing for FaceTime so I don't know what to do??

    Error -3259 is a network timeout error, usually. This article might help:
    http://support.apple.com/kb/TS2799

  • I have a hp a6814y computer and need help with a graphics card

    okay i wanna upgrade my hp with an actual graphics card, so i can play games without it lagging. i mainly play rts games, like command and conquer generals, etc and about to get company of heros. now i need to know what kind of card i can put in this computer. i would like to put this one in 
    http://www.newegg.com/Product/Product.aspx?Item=N82E16814102824
    i hear people say the min is 300watts and some say 450watts. but then idk, if this card can hook up to my power supplie.
    i just need help getting a very good card for this computer without updating the power supplie

    Hi,
    Check with Athena as they maintain a PC Cross Reference list and see if the power supply that you have selected is compatible with your PC.
    HP DV9700, t9300, Nvidia 8600, 4GB, Crucial C300 128GB SSD
    HP Photosmart Premium C309G, HP Photosmart 6520
    HP Touchpad, HP Chromebook 11
    Custom i7-4770k,Z-87, 8GB, Vertex 3 SSD, Samsung EVO SSD, Corsair HX650,GTX 760
    Custom i7-4790k,Z-97, 16GB, Vertex 3 SSD, Plextor M.2 SSD, Samsung EVO SSD, Corsair HX650, GTX 660TI
    Windows 7/8 UEFI/Legacy mode, MBR/GPT

  • JMF Datasource problem..i need help with this one error

    This the error i get when i try to run my program
    Error: Unable to realize com.sun.media.amovie.AMController@18b81e3Basically i have a mediapanel class that initialize and play the media as datasource
    import java.awt.BorderLayout;
    import java.awt.Component;
    import java.io.*;
    import java.net.URL;
    import javax.media.*;
    import javax.swing.JPanel;
    import java.nio.ByteBuffer;
    public class MediaPanel extends JPanel
       InputStream stream;
       String name = "";
       ByteBuffer inputBuffer;
       byte[] store = null;
       public MediaPanel( InputStream in )
       try{
          this.stream = in;
          //store stream as ByteBuffer
          store = new byte[stream.available()];
          stream.read(store);
          inputBuffer.allocate(store.length);
          inputBuffer.wrap(store);
          //get contentType
          DrmDecryption drm = new DrmDecryption();
          name = drm.naming;
          setLayout( new BorderLayout() ); // use a BorderLayout
          ByteBufferDataSource ds = new ByteBufferDataSource(inputBuffer,name);
          // Use lightweight components for Swing compatibility
          Manager.setHint( Manager.LIGHTWEIGHT_RENDERER, true );
             // create a player to play the media specified in the URL
             Player mediaPlayer = Manager.createRealizedPlayer(ds);
             // get the components for the video and the playback controls
             Component video = mediaPlayer.getVisualComponent();
             Component controls = mediaPlayer.getControlPanelComponent();
             if ( video != null )
                add( video, BorderLayout.CENTER ); // add video component
             if ( controls != null )
                add( controls, BorderLayout.SOUTH ); // add controls
             mediaPlayer.start(); // start playing the media clip
           }catch(Exception e){}
       } // end MediaPanel constructor
    } // end class MediaPanelThe ByteBufferDataSource class is use to create the datasource for the player
    import javax.media.protocol.ContentDescriptor;
    import javax.media.protocol.PullDataSource;
    import java.nio.ByteBuffer;
    import java.io.IOException;
    import javax.media.MediaLocator;
    import javax.media.Duration;
    import javax.media.Time;
    public class ByteBufferDataSource extends PullDataSource {
    protected ContentDescriptor contentType;
    protected SeekableStream[] sources;
    protected boolean connected;
    protected ByteBuffer anInput;
    protected ByteBufferDataSource(){
    * Construct a ByteBufferDataSource from a ByteBuffer.
    * @param source The ByteBuffer that is used to create the
    * the DataSource.
    public ByteBufferDataSource(ByteBuffer input, String contentType) throws IOException {
    anInput = input;
    this.contentType = new ContentDescriptor(
                   ContentDescriptor.mimeTypeToPackageName(contentTyp  e));
    * Open a connection to the source described by
    * the ByteBuffer/CODE>.
    * The connect method initiates communication with the source.
    * @exception IOException Thrown if there are IO problems
    * when connect is called.
    public void connect() {
    sources = new SeekableStream [1];
    sources[0] = new SeekableStream(anInput);
    * Close the connection to the source described by the locator.
    * The disconnect method frees resources used to maintain a
    * connection to the source.
    * If no resources are in use, disconnect is ignored.
    * If stop hasn't already been called,
    * calling disconnect implies a stop.
    public void disconnect() {
    * Get a string that describes the content-type of the media
    * that the source is providing.
    * It is an error to call getContentType if the source is
    * not connected.
    * @return The name that describes the media content.
    public String getContentType() {
    return contentType.getContentType();
    public Object getControl(String str) {
    return null;
    public Object[] getControls() {
    return new Object[0];
    public javax.media.Time getDuration() {
    return Duration.DURATION_UNKNOWN;
    * Get the collection of streams that this source
    * manages. The collection of streams is entirely
    * content dependent. The MIME type of this
    * DataSource provides the only indication of
    * what streams can be available on this connection.
    * @return The collection of streams for this source.
    public javax.media.protocol.PullSourceStream[] getStreams() {
    return sources;
    * Initiate data-transfer. The start method must be
    * called before data is available.
    *(You must call connect before calling start.)
    * @exception IOException Thrown if there are IO problems with the source
    * when start is called.
    public void start() throws IOException {
    * Stop the data-transfer.
    * If the source has not been connected and started,
    * stop does nothing.
    public void stop() throws IOException {
    }i have a SeekableStream to manipulate the control of the streaming position.
    import java.lang.reflect.Method;
    import java.lang.reflect.Constructor;
    import java.io.IOException;
    import java.nio.ByteBuffer;
    import java.nio.BufferUnderflowException;
    import javax.media.protocol.PullSourceStream;
    import javax.media.protocol.Seekable;
    import javax.media.protocol.ContentDescriptor;
    public class SeekableStream implements PullSourceStream, Seekable {
    protected ByteBuffer inputBuffer;
    * a flag to indicate EOF reached
    /** Creates a new instance of SeekableStream */
    public SeekableStream(ByteBuffer byteBuffer) {
    inputBuffer = byteBuffer;
    this.seek((long)(0)); // set the ByteBuffer to to beginning
    * Find out if the end of the stream has been reached.
    * @return Returns true if there is no more data.
    public boolean endOfStream() {
    return (! inputBuffer.hasRemaining());
    * Get the current content type for this stream.
    * @return The current ContentDescriptor for this stream.
    public ContentDescriptor getContentDescriptor() {
    return null;
    * Get the size, in bytes, of the content on this stream.
    * @return The content length in bytes.
    public long getContentLength() {
    return inputBuffer.capacity();
    * Obtain the object that implements the specified
    * Class or Interface
    * The full class or interface name must be used.
    * The control is not supported.
    * null is returned.
    * @return null.
    public Object getControl(String controlType) {
    return null;
    * Obtain the collection of objects that
    * control the object that implements this interface.
    * No controls are supported.
    * A zero length array is returned.
    * @return A zero length array
    public Object[] getControls() {
    Object[] objects = new Object[0];
    return objects;
    * Find out if this media object can position anywhere in the
    * stream. If the stream is not random access, it can only be repositioned
    * to the beginning.
    * @return Returns true if the stream is random access, false if the stream can only
    * be reset to the beginning.
    public boolean isRandomAccess() {
    return true;
    * Block and read data from the stream.
    * Reads up to length bytes from the input stream into
    * an array of bytes.
    * If the first argument is null, up to
    * length bytes are read and discarded.
    * Returns -1 when the end
    * of the media is reached.
    * This method only returns 0 if it was called with
    * a length of 0.
    * @param buffer The buffer to read bytes into.
    * @param offset The offset into the buffer at which to begin writing data.
    * @param length The number of bytes to read.
    * @return The number of bytes read, -1 indicating
    * the end of stream, or 0 indicating read
    * was called with length 0.
    * @throws IOException Thrown if an error occurs while reading.
    public int read(byte[] buffer, int offset, int length) throws IOException {
    // return n (number of bytes read), -1 (eof), 0 (asked for zero bytes)
    if ( length == 0 )
    return 0;
    try {
    inputBuffer.get(buffer,offset,length);
    return length;
    catch ( BufferUnderflowException E ) {
    return -1;
    public void close() {
    * Seek to the specified point in the stream.
    * @param where The position to seek to.
    * @return The new stream position.
    public long seek(long where) {
    try {
    inputBuffer.position((int)(where));
    return where;
    catch (IllegalArgumentException E) {
    return this.tell(); // staying at the current position
    * Obtain the current point in the stream.
    public long tell() {
    return inputBuffer.position();
    * Find out if data is available now.
    * Returns true if a call to read would block
    * for data.
    * @return Returns true if read would block; otherwise
    * returns false.
    public boolean willReadBlock() {
    return (inputBuffer.remaining() == 0);
    }

    can u send me ur DrmDecryption.java file so that i can help

  • Macbook Pro retina have a network problem that I need to restart my computer before getting it's able to connect to internet

    Macbook Pro Retina 15" 2012, Mountain Lion OS pre-installed.
    Case 1:
    It connects to WiFi home network and internet fine.
    Put the machine to sleep.
    Upon waking up, it can scan for my home network that it used to connect to, but either not able to connect, or even after it connects, it just can't let me access internet.
    Restarting the machine can revive by getting it connects properly to internet.
    Toggling the Bluetooth won't help here.
    Case 2:
    It connects to network using USB ethernet adapter.
    Same case, everything works fine before sleep. After sleeping for some time, it's not able to connect to the internet any more unless I do a restart.
    It's able to access local area network though, as I'm able to see some local network machines in my Finder window. Yes, I clicked on them and able to connect to their share folders. But just can't get through internet.
    OS Problem? I'm not able to roll back to other OS, I swear I don't want to go through that painful process.
    Hardware problem : WiFi card? Don't think so, because I can't get to internet even I immediately switch to USB ethernet adapter.
    Hardware problem : USB ethernet? It works fine in other non-Mac machines.
    There got to be something wrong in somewhere that it doesn't re-establish the connection to the internet, no matter what I do.
    None of the functions in the network utility tool can help.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, or by a peripheral device. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode* and log in to the account with the problem. The instructions provided by Apple are as follows:
    Shut down your computer, wait 30 seconds, and then hold down the shift key while pressing the power button.
    When you see the gray Apple logo, release the shift key.
    If you are prompted to log in, type your password, and then hold down the shift key again as you click  Log in.
    *Note: If FileVault is enabled under OS X 10.7 or later, or if a firmware password is set, or if the boot volume is a software RAID, you can’t boot in safe mode. Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • I have 2 problems with Photoshop Elements 12 that I need help with

    The problems:
    1) When I bring photos into the editor to work on them and then save them they are not automatically appearing in Organizer
    2) When I make changes in Organizer (eg adding or deleting photos) the changes do not appear in Adobe Revel. When I make changes within Adobe Revel they are appearing in my Organizer
    I have all the latest versions of Elements 12 and Revel downloaded
    Any suggestions?

    John,
    Looks like you already have 12.1 version installed.
    Have you tried restarting revel agent from Edit>Preferences>Adobe Revel?
    Do you see an orange icon next to Mobile albums header in left panel?
    Regards,
    vaishali

  • An Oracle data pump situation that I need help with

    Oracle 10g running on Sun Solaris:
    I have written a unix shell script that exports data into a dump file(data pump export using expdp). Similarly I have import script that imports the data from the dump file(import using impdp). These are not schema exports. In other words, we have logically divided our schema into 4 different groups based on their functionality (group1, group2,group3 and group4). Each of these groups consists of about 30-40 tables. For expdp, there are 4 parfiles. group1.par, group2.par, group3.par and group4.par. Depending on what parameter you pass while running the script, the respective par file will be picked and an export will be done.
    For example,
    While running,
    exp_script.ksh group1
    will pick up group1.par and will export into group1.dmp.
    Similarly,
    exp_script.ksh group3
    will pick up group3.par and will export into group3.dmp.
    My import script also needs the parameter to be passed to pick the right dmp file.
    For example,
    imp_script.ksh group3
    will pick up group3.dmp and import every table that group3.dmp has(Here, import process does not need par files - all it needs is the right dmp file. )
    I am now faced with a difficulty, where, I must use Oracle's dbms_datapump API, to achieve the above same(and not expdp and impdp). I haven't used this API before. How best can I use this API to stick with my above stategy -- which is, I eventually need group1.dmp, group2.dmp, group3.dmp and group4.dmp. I will need to pass table names that each group contains. How do I do this using this API ? Can someone point me to an example, or perhaps suggest ?
    Thanks

    Or atleast, how do you do a table export using dbms_datapump ?

  • Help! I have a Used Mac Book Pro need help with apps update

    My ex bought me a mac book pro and purchased all of the apps and uploaded the apps under is apple id. I just recently update the new software now i can't get access to iPhoto, and other apps because its asking me for my password but his apple id coming up is there any way i re install these apps under my apple id. Please help I can used iPhoto.

    You cannot use or upgrade anything that is registered with his Apple ID. You must re-purchase it all using your Apple ID and your iTunes account. This includes the operating system as well. Essentially, you erase the drive and start from scratch. Here's how to get started:
    Install OS X Using Internet Recovery
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Internet Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND-OPTION- R keys until a globe appears on the screen. Wait patiently - 15-20 minutes - until the Recovery main menu appears.
    Partition and Format the hard drive:
    Select Disk Utility from the main menu and click on the Continue button.
    After DU loads select your newly installed hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed. Quit DU and return to the main menu.
    Reinstall OS X: Select Reinstall OS X and click on the Install button. Be sure to select the correct drive to use if you have more than one.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.
    This should restore the version of OS X originally pre-installed on the computer. You can decide which apps you want to purchase (or download free) from the App Store where you will set up your own account and your own Apple ID if you don't have one.

  • 2 Questions That I Need Help With...

    I'm in the process of reimporting some 3000 plus cds onto a new hard drive, after my last HD crashed. The files were retrieved for the most part, but I want to upgrade them to a higher bit rate on a different HD. Am doing it on same lappy that I began this ardous process. That lappy died on me, yet I was able to retrieve my original iTunes playlists and library (38k songs and counting) after installing 6.0.4.2 (I think my prior v. was 2-3 upgrades earlier.)
    I've noticed however, that the CD info is set back to its original state; minus my customizing it. Each album I've imported, I list the artist's name in the album title; ex. Aaron Hall: The Truth. Additionally, CDDB has some of the most atrocious spelling mistakes this side of my posts (lol) which I corrected before I originally imported the cds, and now they are back to their atrocious state. Is there ay way to correct this, so I don't have to manually retype everything that I originally did. It's not just spellings that bother me, I have plenty of greatest hits and compilations that I spent hours and hours looking through my Billboard research books, Discogs, Allmusic, etc., trying to be as accurate as possible, and it really scares me now to know that I have to go back into the iTunes library to regather this data. (for some reason when I go from album screen back into my library scree, the library screen goes back to the full library, and not to the screen with the album I had just been looking at.)
    Second, the screen that shows what cd is being readied to be imported shows 5 columns and has them so bunched up that I have to increase the width of several of them. Also, I have to go into the view options section in edit and add the year column which I insist on. But it never seems to keep that screen for all cds, meaning I have to go into edit to view options every time I import a cd. So basically, is there a way that I can customize that screen so the columns are a longer width and the year shows up each time, instead of having to do this each and every time I pop a cd into the drive to ready it?
    Also, I apologize in advance for this being too wordy, and probably missing the letter N in some of the words. I forgot to tell the tech to fix that letter on my keyboard [rolls eyes]

    Syncing of playcounts and other stats can be a bit temperamental. Resetting the device may help. I'm afraid I don't follow the behavior of chapterized podcasts, but it is likely that it changed with the last firmware update and that is just the way it works now, assuming of course that the podcast producer hasn't changed their workflow.
    tt2

  • CS Hw that I need help with

    To anyone who can help me out. I have never spent so long on a piece of code in my life.
    But it refuses to work.
    This code takes scanner-input for Strings and then tells user what days of the month theyre in.
    I followed the format for the looks and strings by the letter but its not compiling.
    import java.util.*;
    import java.util.Scanner;
    import java.io.*;
    public class DaysInMonths2   {
    public static void main(String[] args){
    Scanner myScanner = new Scanner(System.in);  
    Boolean isLeapYear;
    String InputText = "";
    String[] thirtyone = {"January", "March", "May", "July","August","October","Decemeber"};
    String[] thirty = {"June", "September", "November"};
    String[] february = {"February"};
    System.out.println("Month. Eg. February");
    input = myScanner.next();
        for (int index = 0; index < thirtyone.length; index++)
        if (input.equals(thirtyone[index]))
        daysineachmonth = 31;
        for (int index = 0; index < thirty.length; index++)
        if (input.equals(thirty[index]))
        daysineachmonth = 30;
        if (daysineachmonth==31)
        System.out.println ("31!");
        if (daysineachmonth==30)
        System.out.println ("30!");
        for (int index = 0; index < february.length; index++)
        if (InputText.equals(february[index]))
        System.out.print("Leap year (true/false)? ");
        isLeapYear = myScanner.nextBoolean();
        if (isLeapYear) {
        System.out.println ("29!");
        if(else) {
        System.out.println ("28!");
         }What the....

    ykilani wrote:
    Man come on you are so close.
    Hints:
    if(else) <--- HAHA funny
    daysineachmonth <---- declare it.
    inputText/myScanner confusion. <--really bad man, how could u confuse these two... dont mix ur codes up anymore.Why are you talking to yourself?
    I see nothing posted by any of the previous repliers talking about "daysineachmonth" nor "inputText/myScanner", so I have to conclude that you are making fun of yourself as you are the only one who posted anything about those items.
    Did you forget to login as another screen name to make it appear like someone else was making fun of you? Are you trying to commit duke star fraud?

  • I need help with Analytic Function

    Hi,
    I have this little problem that I need help with.
    My datafile has thousands of records that look like...
    Client_Id Region Countries
    [1] [1] [USA, Canada]
    [1] [2] [Australia, France, Germany]
    [1] [3] [China, India, Korea]
    [1] [4] [Brazil, Mexico]
    [8] [1] [USA, Canada]
    [9] [1] [USA, Canada]
    [9] [4] [Argentina, Brazil]
    [13] [1] [USA, Canada]
    [15] [1] [USA]
    [15] [4] [Argentina, Brazil]
    etc
    My task is is to create a report with 2 columns - Client_Id and Countries, to look something like...
    Client_Id Countries
    [1] [USA, Canada, Australia, France, Germany, China, India, Korea, Brazil, Mexico]
    [8] [USA, Canada]
    [9] [USA, Canada, Argentina, Brazil]
    [13] [USA, Canada]
    [15] [USA, Argentina, Brazil]
    etc.
    How can I achieve this using Analytic Function(s)?
    Thanks.
    BDF

    Hi,
    That's called String Aggregation , and the following site shows many ways to do it:
    http://www.oracle-base.com/articles/10g/StringAggregationTechniques.php
    Which one should you use? That depends on which version of Oracle you're using, and your exact requirements.
    For example, is order importatn? You said the results shoudl include:
    CLIENT_ID  COUNTRIES
    1        USA, Canada, Australia, France, Germany, China, India, Korea, Brazil, Mexicobut would you be equally happy with
    CLIENT_ID  COUNTRIES
    1        Australia, France, Germany, China, India, Korea, Brazil, Mexico, USA, Canadaor
    CLIENT_ID  COUNTRIES
    1        Australia, France, Germany, USA, Canada, Brazil, Mexico, China, India, Korea?
    Mwalimu wrote:
    ... How can I achieve this using Analytic Function(s)?The best solution may not involve analytic functions at all. Is that okay?
    If you'd like help, post your best attempt, a little sample data (CREATE TABLE and INSERT statements), the results you want from that data, and an explanation of how you get those results from that data.
    Always say which version of Oracle you're using.
    Edited by: Frank Kulash on Aug 29, 2011 3:05 PM

  • Need Help With Adobe Photoshop Elements 2.0

    I have and use Adobe Acrobat and three versions of Adobe Photoshop Elements (2, 5 and 7). I use version 2 frequently as I'm more familiar with it and it's simpler to use for what I need to do. All was fine until recently when my computer was installed with Windows 8. Now I can't save photo edits from Version 2.0...... it aborts each time I try. Why is that? It is costing me a lot of wasted time. The other versions that i have don't do that. Need help. Thanks. Stu Snyder.

    The first thing i would try is deleting the Photoshop Elements 2.0 Prefs folder as explained in the post #2 linked to below:
    http://forums.adobe.com/thread/1254224?tstart=30
    Does it happen when trying to save as any file format or just a certain one like jpeg?
    Have you tried saving a photo to a different place like your desktop?

Maybe you are looking for

  • No Chime, display or illuminated power button QS Dual 1 Ghz

    Hi. I have a PM G4 Dual 1 Ghz. It was a great computer until about 2 years ago when it sadly stopped working. I found a broken capacitor on the motherboard (No. 820-1342-B) , so figured it was a bad MB. I replaced the board with a (No. 820-1276-A) bo

  • Xcode 6.1.1 Custom Class Outlets Missing

    I'm running through the basic Apple tutorial on iOS App Development https://developer.apple.com/library/ios/referencelibrary/GettingStarted/RoadMapi OS/index.html#//apple_ref/doc/uid/TP40011343-CH2-SW1 Running Xcode Version 6.1.1 (6A2008a) After crea

  • How to use the special character pallet in Maverics with Illustrator

    How to use the special character pallet in Mavericks with Illustrator - I follow the help instructions, but the pasted in object looks like a rectangle with an X, I have done this before, in earlier versions of AI, but cannot make it work in CS6. In

  • How do you change the color of a page item that is a static source

    I have a page item that does not have a label but the source of the item is always static. It will always show INCOMING in this source. INCOMING is hard coded under Source in the Source value or expression. The customer wants the word INCOMING to be

  • Title 3D manual roll

    I'm trying to apply customized Motion to the Title 3D, in place of the standard "roll". But probably I'm missing something, since I'm not able to build a title higher than the standard 720x576 (PAL) to be rolled across the screen. In the Title 3D pan