Please help in List.MULTIPLE

Hi,
I wish to know how do I append datas dynamically using jsp into a list. a multiple list. ? Is it possible? I have a jsp page with connection to my mysql server which I call using the httpconnection and I would like to append each data eg: option 1, option2, option3....
I manage to put into string and append it into a textbox but how to go about appending it to a multiple list? Is it possible.
Please advice as I am very desperate. Thanks in advance. ( see codes below)
Howie C.
connectmidlet.jsp
<%@ page language="java" import="java.sql.*" %>
<%!
String name;
String Shows;
String Time;
String conn;
%>
<%
name = request.getParameter("name");
out.println("Hello "+name+",");
Class.forName("org.gjt.mm.mysql.Driver");
conn = "jdbc:mysql://localhost:3306/fyp?user=root&password=";
Connection Conn = DriverManager.getConnection(conn);
// query statement
Statement SQLStatement = Conn.createStatement();
// generate query
String Query = " SELECT *  FROM schedules ";
// get result
ResultSet SQLResult = SQLStatement.executeQuery(Query);
             while(SQLResult.next())
                        Shows = SQLResult.getString("shows");                         
                       Time = SQLResult.getString("times");
                        out.println("Show : "+Shows+ "\n"+ "Time : " + Time+"\n");
// close connection
SQLResult.close();
SQLStatement.close();
Conn.close();
%>
ReminderMIDlet.java
import javax.microedition.lcdui.*;
import javax.microedition.midlet.*;
import javax.microedition.io.*;
import java.io.*;
public class ReminderMIDlet extends MIDlet implements CommandListener {
Display display = null;
  // name field
  TextField name = null;
  Form form;
  String url = "http://localhost:8080/test/connectmidlet.jsp";
  static final Command callCommand = new Command("Connect", Command.OK, 2);
  static final Command clearCommand = new Command("clear", Command.STOP, 2);
  String myname;
   public ReminderMIDlet() {
   display = Display.getDisplay(this);
   name = new TextField("Name:", " ", 25, TextField.ANY);
   form = new Form("Reminder MIDlet");
  public void startApp() throws MIDletStateChangeException {
   form.append(name);
   form.addCommand(clearCommand);
   form.addCommand(callCommand);
   form.setCommandListener(this);
   display.setCurrent(form);
  public void pauseApp() {
  public void destroyApp(boolean unconditional) {
   notifyDestroyed();
  void invokeJSP(String url) throws IOException {
    HttpConnection c = null;
    InputStream is = null;
    OutputStream os = null;
    StringBuffer b = new StringBuffer();
    TextBox t = null;
    // list of choices
    //List t;
    //String [] options = {b.toString()};
    try {
     c = (HttpConnection)Connector.open(url);
     c.setRequestMethod(HttpConnection.POST);
     c.setRequestProperty("User-Agent","Profile/MIDP-1.0 Configuration/CLDC-1.0");
     c.setRequestProperty("Content-Language", "en-CA");
     c.setRequestProperty("Content-Type", "application/x-www-form-urlencoded");
     os = c.openOutputStream();
     os.write(("name="+myname).getBytes());
     os.close();
     is = c.openDataInputStream();
     int ch;
     while ((ch = is.read()) != -1) {
      b.append((char) ch);
      System.out.print((char)ch);
     t = new TextBox("Schedule", b.toString(), 1024, 0);
     //t = new List("Choose Time",Choice.MULTIPLE,Shows,null);
     //t.append(b.toString(), null);
      //t.append("time", null);
     //t.append("show", null);
     //t.append("time", null);
     //t.setCommandListener(this);
    } finally {
     if(is!= null) {
       is.close();
     if(os != null) {
       os.close();
     if(c != null) {
       c.close();
    display.setCurrent(t);
public void commandAction(Command c, Displayable d) {
   String label = c.getLabel();
   if(label.equals("clear")) {
    destroyApp(true);
   } else if (label.equals("Connect")) {
     myname = name.getString();
     try {
     invokeJSP(url);
     }catch(IOException e) {}

Well, you already have all the string in a StringBuffer (you called it "b"). So you set up a start variable (initially 0), you get the indexOf('\n'), and add that substring to an array (or a Vector if you don't know how many elements to expect), then set start to be the character after '\n', and keep it up until you reach the end of the string.
shmoove

Similar Messages

  • PLEASE HELP -- iTunes Match - multiple problems, desktop and iOS

    I've been going round and around with this issue for the past couple days (yes, I've been dedicating that much time to it) and finally went to the Genius Bar today to get help and even they were stumped.  Hoping someone here can shed some light on the situation. Next stop, express lane for support.
    Broad Problem:
    I paid for iTunes Match around 6 months ago and activated it on my desktop.     Since then, I've had nothing but problems across my desktop and 4 seperate iOS devices (3 iPhone 4's, and an iPad 3).  The basic sympton on the desktop is that iTunes itself frequently freezes (Option-Command-Esc reveals "Application Not Responding") and requires a force quit.   As soon as I turn OFF iTunes Match, this symptom goes away. I can leave iTunes open for hours without any problems.  As soon as I turn it back ON, then the problem comes back -- sometimes iTunes won't launch at all (crashes before bringing the UI up), and other times it's the same freeze that requires a force-quite.  Quite frustrating.
    On the iOS side of things, the situation isn't any better.   When I toggle on iTunes Match and then enable "Show All Music" in the Preferences of the iPhone, then I get any one of the two following scenarios:
    A) The Music App simply won't load.  It tries, goes to white, and crashes back to the home screen of my iPhone.
    B) If I'm lucky, the Music app will launch and I can see my entire library in the cloud as intended.  The problems start though when I go to actually download/play songs from the cloud.  Typically, the songs will start playing but I will eventually get an error message that alerts me that there was "Problem Downloading Track".  When I then go into the Download Que of the iTunes Store (again, still on the iPhone), it shows the entire list of songs that I had wanted to download and shows them at various stages of download completion -- even if they have actually completely played on the phone itself.   Sometimes they will time out and display the "problem downloading track/try again" status, and other times the progress bar sits at about 99% with a status of "Processing". 
    What's particularly strange about scenario B is that I've tried to download a variety of songs to different devices -- my wifes iPhone 4, my iPhone 4, an iPad, and a iPhone 4S that the person at the Genius Bar had me use as a tester.   When I tried the iPhone 4S at the genius bar, I was amazed at how fast it downloaded to the device.  This had the genius bar guy wondering if it was a problem with my phone itself or with the iPhone 4 in particular.   Unfortunately he didn't have a spare iPhone 4 to test with so I had to go home and test with my wife's iPhone 4.  Again, she had the same problem.   The status bar hangs at about 99% showing a status of "processing", even though I have completely listened to the track within the Music App.  The same scenario happens on the iPad as well.
    Okay, if you're with me so far:  here's where things start to get REALLY strange....
    On MY iPhone 4, when I run into problem A or B, the only fixable solution for me has been to go into Preferences and toggle OFF iTunes Match, completely shut down the phone, restart the phone, and then launch the Music App, at which point I can see the music that has loaded to my phone.    The kicker here is that even though I've turned iTunes Match OFF and completely powered down my phone, when I go into the Music app I can ALSO see my ENTIRE iTunes Match library, completely with cloud status icons.   It's as though I never turned off iTunes Match at all.  In fact, I had to triple check my own preferences to verify that it was turned OFF, which it sure enough is.   I can even go and attempt to download songs, with various levels of success based on the problems above.
    Now, on my WIFE's iPhone 4, when I run into problem A or B, I tried the same process in tandem with the phones side by side as I did the test -- turn iTunes Match OFF in Preferences, power down the phone, power up the phone, and launch the Music app.    However, on her phone, when this happens the Music App shows what is to be expected -- only the music that is on the phone itself.
    Okay, there's a lot to digest here, but here's the synopsis:  my phone and my wifes phones are behaving differently when displaying iTunes Match, with my phone appearing to completely disregard the status of the On/Off Toggle within Preferences-->Music, and my wifes phone behaving as it should, at least in terms of what it displays.   The download problems are present on each device and the iPad is also behaving like my wifes phone.
    Given all of these inconsistencies and irregularities across devices and platforms -- MacBook Pro running Lion, separate iPhone 4's each running iOS 5.1.1, an iPad running iOS 5.1.1. and an iPhone 4S running iOS 5.1.1 - my suspicion is that:
    A) I've got a corrupt iTunes library file residing in the cloud
    or
    B) iTunes Match is having a hard time reconciling my Apple ID across so many devices (possibly complicated by issue A)
    The bottom line is that I have paid for iTunes Match and have never been able to use it successfully or with any predictability.
    I'm wondering if anyone else has any symptoms that match any of this and/or have come across a corrupted file in the cloud and, if so, how to remedy the situation.  Since it's in the cloud, I can't do anything about.  I can't even see it.  Most troubling.
    Note:
    When I went to the Genius Bar, they had me do a complete restore of the phone (not from backup) to elminate any corrupt files within the phone itself.  Even that didn't solve the problem.   That's when he brought out the 4S phone to test on and we were both so shocked at how blazingly fast the songs downloaded, error-free.  That phone was able to download 8 songs completely before one song downloaded to my phone sitting right next to it.  Both on the same Apple Store network and both downloading the exact same tracks using my Apple ID and login.   While it's tempting to say that the 4S is faster than the 4, I don't think it's 8 times faster with download speeds over WiFi.   However, even if the speed/completion discrepancy is because the 4S is superior, it doesn't explain the mind-boggling disparity between my wife's phone and my phone -- both iPhone 4's and both running the same iOS.   Throw in the oddity of iTunes on Lion crashing whenever iTunes Match is on and this all seems to point to some corruption in the cloud that perhaps the 4S device is able to bypass...for whatever reason.
    Please help.  This is nuts.

    Exactly same problem - any ideas - I get error message 14

  • Please Help with Lists

    I am having horrible difficulties trying to figure out how to work with 2 lists. I need to be able to select one, click a button, and it moves to the other. And vice versa. I can't figure out how to get the selected index, how to add, or how to remove. I also don't know if I need something like a listener, if I need any models... Could someone please please help. As I said, this action takes place within a btnActionPerformed method.
    Thanks!

    Vector data1 = new Vector();
    data1 .add("one1");
    data1 .add("two1");
    data1 .add("three1");
    data1 .add("four1");
    Vector data2 = new Vector();
    data2 .add("one2");
    data2 .add("two2");
    data2 .add("three2");
    data2 .add("four2");
    final JList list1 = new JList(data1);
    final JList list2 = new JList(data2);
    JButton from1To2Button = new JButton("1 -> 2");
    JButton from2To1Button = new JButton("2 -> 1");
    from1To2Button.addActionListener(new ActionListener() {
        public void actionPerformed(ActionEvent e) {
            Object o = list1.getSelectedValue();
            if (o != null) {
                 ((DefaultListModel)list1.getModel())removeElement(o);
                 ((DefaultListModel)list2.getModel())addElement(o);
    from2To1Button.addActionListener(new ActionListener() {
        public void actionPerformed(ActionEvent e) {
            Object o = list2.getSelectedValue();
            if (o != null) {
                 ((DefaultListModel)list2.getModel())removeElement(o);
                 ((DefaultListModel)list1.getModel())addElement(o);
    ....Denis

  • Please help on List Item... I'm stucked... :(

    Hi,
    I created my Data Block (my data block is called Supply inside
    have DeptId, VendorId and Date_Last_Meet) and Layout
    (Windows/Canvases) using the Wizard, than I chg one of the
    control item frm Text Item to List Item (Property Palette ->
    Item Type). And I added the following code (below) into the WHEN-
    NEW-FORM-INSTANCE trigger to populate the list:
    DECLARE
    group_id RecordGroup;
    list_id ITEM;
    BEGIN
    group_id := Create_Group_From_Query ('my_group',
    'SELECT DeptName FROM Department');
    list_id := Find_Item('DeptId');
    IF (Populate_Group(group_id) = 0) THEN
    Populate_List(list_id, group_id);
    END IF;
    END;
    When I run my form it give me this error (a popup error):
    FRM-30351: No list elements defined for list item.
    List DEPTID
    Created form file C:\MP3\75131\TEST_LIST_ITEM.fmx
    and this error (displayed in form status bar):
    FRM-41334: Invalid record group for list population.
    What wrong with the code? I tried every single code in this
    forum, but none of them work for me... could someone please help
    me out, I'm stucked... :(
    Note: I'm using Oracle8i and Form Builder [32 Bit] Version
    6.0.8.11.3 (Production).
    Thank You.
    Regard,
    Wai Chong

    Hello,
    For populating list from Query you need to return 2 columns
    from query, one will be display column and Second will be it's
    corresponding value. Problem is in your query.Look at following
    procedure. Value column must be converted to Character,that's
    why I am using To_char here.
    PROCEDURE POPULATE_ZONE IS
         V_ZONEITEM               ITEM;
         V_ZONEGROUP               RECORDGROUP;
         N                                   
         NUMBER;
    BEGIN
              V_ZONEITEM     := FIND_ITEM('TSTATEM.ZONE');
              IF ID_NULL(V_ZONEITEM) THEN
                        MESSAGE('Item zone does not
    exists.');
                        MESSAGE('.');
              ELSE
                        V_ZONEGROUP :=
    CREATE_GROUP_FROM_QUERY('ZONEGRP','SELECT NAME,TO_CHAR(ZONE0)
    ZONE
         FROM YOGI.TZONEM ORDER BY ZONE0');          
                   N := POPULATE_GROUP('ZONEGRP');
                   IF N <> 0 THEN
                             MESSAGE('Group zone does
    not contain entries.');
                             MESSAGE('.');
                             RAISE
    FORM_TRIGGER_FAILURE;
                   ELSE
                             POPULATE_LIST
    ('TSTATEM.ZONE','ZONEGRP');
                   END IF;
         END IF;
    END;
    Adinath Kamode

  • Please Help! Deleting multiple record by using checkbox selected

    Hello everybody,
    I am a new to JSP. I really don't know how to delete multiple record by using checkbox selected and pressing submit button.
    For example, deleting webmailbox letters using checkbox selected and delete button. The mail we checked will delete from the inbox.
    I like to use my user account deleting system of my project like above example.
    How can I do in JSP? I will very please you if you share you knowledge and code for me.
    If you have URL address, could you share me for reference?
    Please help me...
    With Thanks and Regards,
    wtdahl

    Take a look at this thread, I thing it answers your question quite good:
    http://forum.java.sun.com/thread.jsp?thread=516658&forum=45&message=2463505

  • Please help me manage multiple social media accounts... what application or extension should I be using on the mac

    Help:
    So all of a sudden, I am in a position where I need to manage multiple social media accounts, Please tell me what is the best app or extension or whatever to use on a Mac with Twitter, and Tumbler, and Facebook, and all the other sites I need to be streaming... please advice anyone..

    This is Keynote discussion, the  presentation application part of iWorks.
    You should post this in the appropriate discussion for the operating system you have.

  • Please help me with multiple threads

    I don't understand much about multiple threads, so can anyone help me with this? can you show me a small simple code about multiple threads?

    Do you understand much about google? yahoo?

  • Please help - play list music vanished

    Any ideas?? - unfortunatly apple support isn't available on a Sunday. I have just sync my iphone and it has erased all the music in my play lists, both on the phone and in Itunes (under the device drop down). My purchases are all still visible but it won't allow me to drag any music into any playlists or sub folders to recreate them.

    Scott was a big help, in that he helped me resolve this under: "Startup disk almost full. What do I do now?" So I'm giving credit to Scott here for his help which ultimately answered this question. (SuperDuper! worked great and I got everything back; iTunes purchased music, addresses, everything, thank God!)
    Kcat

  • Please help, setting up multiple ios devices

    Here is what I have.
    Iphone 5
    Iphone 5
    Iphone 4
    Ipad 2
    Ipad 3
    I would like to set up iCloud so that the devices can be backed up without the use of a computer. I would like
    1 iphone 5 and Ipad 2 to share photos/data/messages
    1 iphone 5 and Ipad 3 to share photos/data/messages
    1 iphone 4 on its own
    I would like all devices to be able to share downloaded apps/music IF they choose to
    Here is how I understand it and please correct me if I am wrong.
    I must set up 3 icloud accounts. Share a icloud log in with the two devices that I wish to share between and the iphone 4 on its own
    They all can chare the same Apple Store ID for downloads and this will not affect settings/contacts/messaging ect.
    iCloud will only hold 1,000 pics/videos before deleting the oldest per icloud account
    Music and pictures should still be backed up to a computer.
    Apps are remembered on the cloud.
    Any input really appreciated!

    - 1 iphone 5 and Ipad 2 to share photos/data/messages
    > iCloud account 1 (Settings > iCloud) + Apple ID 1 for store purchases (Settings > iTunes & App Stores) 
    - 1 iphone 5 and Ipad 3 to share photos/data/messages
    > iCloud account 2 (Settings > iCloud) + Apple ID 1 for store purchases (Settings > iTunes & App Stores) 
    - 1 iphone 4 on its own
    > iCloud account 3 (Settings > iCloud) + Apple ID 1 for store purchases (Settings > iTunes & App Stores) 
    - iCloud will only hold 1,000 pics/videos before deleting the oldest per icloud account: Yes
    - Music and pictures should still be backed up to a computer: Music could also be stored in the cloud (e.g. iTunes Match), pictures yes (highly recommended)
    - Apps are remembered on the cloud: Yes, you can redownload former store purchases again (if the apps still exists)

  • Please help Itunes and multiple IPhones and Playlist

    Ok,
    The other day my son (11) was "cleaning up" some junk software on our main computer, which we sync 3 iphones and 2 ipods to.
    Well when i opened Itunes all of our Playlist are gone, the music is all there but playlist are gone, they are still on the devices thou because we have not re-synced them all.
    Because when we synced one IPhone it was not recognized as the same itunes or computer, so we have not synced anything else.
    Any help would be most welcome
    MIke

    Well I guess this sort of solves the problem but it now brings into question this "Family Sharing" function and authorizing up to five computers. Personally I don't understand the logic behind that. If it's my account, it should accept it in my mind. (Maybe someone is listening...) i can understand not allowing unrelated connections. I will also say, again if someone is listening, the Apple Help Files are just as bad as anyone elses.
    Appreciate the reply, I can stop doing things now.....

  • Please help with synching multiple devices through Cloud.

    Need to synch my iphone ipad macbook with partner's iphone and ipad to synch calendar docs music photos but not mail unless we have separate mailboxes. Also can iWork share compatible files with pc users through Dropbox?

    iCloud is designed so that one user uses one account, not multiple users.  If you want separate mail accounts, then each of you needs to have a separate icloud account.
    For calendars, you can defined shared calendars so the two of you can access the same shared calendars.
    For music, no - you sync with itunes.
    For photos you can use shared photo streams.
    Dropbox is a good idea for sharing other types of files.

  • Can't Instant Message Certain People - Please help

    I am unable to IM two people on my buddylist. When they IM me it says I have an IM but nothing pops up. When I click the window tab- it shows a few screen names. Now when I got to click those certain screen names on my buddy list to have a conversation- nothing pops up. These people are not blocked, although I have tried blocking and unblocking them to see if it had any affect. The only way I can communicate is by inviting them into a chatroom. Also files can't be sent between me and these people.
    I've already uninstalled and reinstalled iChat.
    *Please help*.

    Defcom listed the 10.5.6 Combo Update.
    Your specs say you will need the 10.4.11 Combo Update
    PCC Combo
    Intel Combo
    9:59 PM Sunday; January 25, 2009

  • Multiple questions re iPhone iOS 7. Please help where you can.

    Hi,
    I've had a Macbook and an iMac before, so am not unfamiliar with Apple products and the OS in general, however I have just got an iPhone 5C, and after years of mobile phone Android, have not found migrating to the iPhone half as straight-forward as I thought it would be, and have a NUMBER of questions.  I'm unclear on a number of items that I have attempted to search for, and figure out.
    I'm sorry to post all these questions in one discussion! I possibly probably will ask them all individually, but for economy, and in case there's anybody who likes killing more than one bird with a stone, I thought I'd post them all here.
    Please answer any that you can. Any help will be much appreciated.
    1. App Store / iTunes Store - the Android Play Store houses everything in one, but on the iPhone you have the App Store for apps and games, and the iTunes store for everything else, right?
    2. However, where do you search for podcasts?? I can't find podcasts as a category in the iTunes store?
    3. And I can find Audiobooks as a category in the iTunes store, but where can I find ebooks? Or does this not exist? (It does on the android play store).
    4. When you browse through the Featured apps, or Top Charts on the App Store, it presents the apps in a list format each in small/medium size with icons and a small amount of information displayed. HOWEVER, when you use the search function, it displays the app results full-screen. i.e. browsing through the results each app takes up the whole screen, and you swipe along to see the next app. If there are hundreds or more results, it makes it awful to browse through the results of the app search....
    5. is there a way to change the display format of the search results? i.e. in list format and show multiple results on one page, scrolling along or down? I would really, really like to do this.
    6. And can you filter the search results at all?? You don't seem to be able to filter the search results by category or price, or anything. Is this right?
    I am finding app store pretty horrific to use, so any tips would be much appreciated.
    Next questions (and bless your patience if you're still with me here),.....
    7. Newsstand. So I can search for newspapers and magazines in newstand, and in the App Store, and then they will automatically be put in Newsstand? However, I downloaded BBC News, and a couple of other newspaper apps, and they are not in Newsstand?
    ...I can't move anything out of Newsstand onto my phone, i.e. The New York Times, and I can't move anything into Newsstand that's on my phone, i.e. the Guardian app? Is this right?! (I realise I'm giving away all my reading choices here). Surely this can't be right?
    8. Notifications. If something is updated/downloaded et cetera, I get a little red circle at the top right of the app with a number in it telling me there's been some *activity* in that app and to go and check it out. That's fine. But I have a had one of these notification bubbles above my Newsstand app for days now, and I don't know what it refers to or how to make it go away. I've opened Newsstand, and I've opened every newspaper/magazine that I've brought into newsstand, and it hasn't disappeared. Is there any place or way to determine what the notification refers to? If I'm calling it a 'notification' in error, please forgive me and correct me . Short of deleting every magazine in my newsstand, I don't know how to get this red bubble gone. Please help bubble-free me.
    9. MESSAGES. This has astounded me. There are no drafts whatsoever in iPhone time messages? So if you go to compose a new message, if for any reason you can't or don't want to complete the text message at the time, if you leave whatever you have written is gone?
    10. If this is the case, is there an alternative text messaging application that I can use, that would allow this functionality? I'm not talking about whatsapp, which I have, or any kind of messaging platform that uses internet and requires the receiver to have the same app. Just straight text messaging that uses the text allowance given by your service provider. Is there an alternative to this, that allows drafts and the normal functionalities provided for text messages by other phones?
    11. Is there a way to search sent messages alone?
    12. Sometimes my text messages appear green, and sometimes they appear blue. Is there a reason for this? (This is a minor question, please feel free to pass over it if time is scarce)
    Finally, and nearly there.
    13. The push button at the bottom of the screen takes you out of apps, and if you push it twice it takes you to all open apps. Is there no way to actually close an open app when you exit it? Or if you want to actually close an app, any and every time, you have to push the iPhone home button once, then you have to push it twice, and then you have to swipe the app to close it. IS that right?
    14. Or should I not be worried about multiple apps being open in the background? How much battery/resourches does it actually use?
    15. I know that I can close multiple apps simultaneously, or at least three, by swiping three up at the same time. Is there any way to simply close all apps at the same time? Or any app I can download that will do this?
    16. Airdrop. I have a Macbook pro that's less than a year old, and the iPhone 5c is brand new. I can't get Airdrop to work. I've put them both as discoverable to everybody or contacts only, I've turned the wifi on and off for both, bluetooth on and off for both, every different combination possible, and there's nothing. Nada. Guidance?
    17. Specifically, if I can't get it to work, who do I go to? Can I take my macbook and iphone to an Apple store? Can I get customer support? I want to use the airdrop feature as I've figured I've paid for it, but I don't know who to access the support for doing so, or which would be the most effective.
    Really and truly finally:
    18. My bluetooth seems to be turning itself on all the time. Even when I've turned it off. Why oh why?
    Thank you very much.

    1. Yes. App sotre has Apps and Games. Itunes has everything else.
    2. Podcasts are also found in the iTunes store. (The Podcast App only plays them, but is not a store)  You can search by title, and using the More button at the top filter by type. Select Podcast.
    3. Ebooks can be found in the iBooks App. Its a separate App and store.
    4, 5 and 6.unfortunately no, no and sadly no.
    9.  Nope, Messages is treated like a chat as such no drafts.
    10. There are many Apps in the store for SMS messaging. 
    11. Spotlight search searches everything. You can go into Settings->General->Spotlight search and deactivate everything except messages to search for messages only.
    12.Yes.  Green messages are standard SMS  messages. Blue messages are iMessages. Apple's messaging service.  If the user is not using an Apple device or is not registered with iMessage it will send an SMS. Otherwise it will use iMessage over the internet to save on SMS costs.
    13. When you exit an App most will close. When you get to all open Apps swipe the App screen shot to close it manually. 
    14. Most Apps in the Multitasking list aren't actually running. As such they don't use battery. Only Apps set to background tasks will continue to run via the Background App refresh setting.
    16. Correct Airdrop at this point is only between iDevices.  or between Macs. You can't Airdrop between a Mac and an iDevice.
    17. You can take your Phone to an Apple Store for support form the Genius bar if required. You also have 90 days phone support.
    18. Airdrop uses Bluetooth. and you may have another App that needs it.
    You may want to take a look at the manual for specifics:
    http://manuals.info.apple.com/MANUALS/1000/MA1565/en_US/iphone_user_guide.pdf

  • Multiple database operations in Database Adapter - please help

    Hi,
    I would like to have multiple operation in my database adapter. I drop the database adapter onto the composite.xml and follow the wizard. An adapter with one operation is created.
    When I click the "Edit" button on it and run the wizard again, all the previous changes are lost, and only the new operation is present.
    In the "Oracle® Fusion Middleware User's Guide for Technology Adapters 11g Release 1 (11.1.1.5.0) 9 Oracle JCA Adapter for Database" I read the following:+
    While at run time you have Oracle Database Adapter instances, at design time you have the Adapter Configuration Wizard (link). You can run it once to generate a single adapter service end point, and then multiple times in edit mode to make incremental changes to each. It generates all the adapter related artifacts needed when deploying a SOA composite as Table 9-1 lists.
    But I how do I change the Jdeveloper into the "edit mode" ??? I've been trying for hours, and I cant figure it out. Please help!!!

    Hi Vijay,
    did you actually test this? When I finish creating a DBAdapter, there is a operation present. Then when I click edit again on the DBAdapter, and I create another select, when I finish only the first operation is gone, and I can only see the one I've created via the last edit.
    I dont understand your reply. Can I have two operations, each one with select underneath, in the same adapter?
    Edited by: user13604541 on Jan 30, 2012 11:19 AM

  • Please help me to load a list of databases

    I need to get the location alias information from 10 Application's databases.What shall I do to load a list of databases?Please help me

    Below is the example of a Maxl script to load multiple APP & DB and then display location alias for them: -
    /*Following Maxl command will store output of all below mentioned MaxL command in a file*/
    spool on to FILE-PATH;
    /*Login command to access Essbase server*/
    login USER-NAME identified by PASSWORD on SERVER-NAME;
    /*Below Maxl statements load databases- DB-NAME1, DB-NAME2, DB-NAME3 of an application - APP-NAME1 and show location aliases for each databases*/
    alter application APP-NAME1 load database DB-NAME1;
    display location alias on database DB-NAME1;
    alter application APP-NAME1 load database DB-NAME2;
    display location alias on database DB-NAME2;
    alter application APP-NAME1 load database DB-NAME3;
    display location alias on database DB-NAME3;
    /*Below Maxl statements load databases- DB-NAME1, DB-NAME2, DB-NAME3 of an application - APP-NAME2 and show location aliases for each databases*/
    alter application APP-NAME2 load database DB-NAME1;
    display location alias on database DB-NAME1;
    alter application APP-NAME2 load database DB-NAME2;
    display location alias on database DB-NAME2;
    alter application APP-NAME2 load database DB-NAME3;
    display location alias on database DB-NAME3;
    spool off;
    log off;
    Hope it help you.
    Atul

Maybe you are looking for

  • How to decrease the column size in a tabular report

    Hi , How can i reduce the column size in a tabular report in oracle apex. my report is having 90 coulmns and i want that should come in once sceen so i want to decrease the size of columns as well as the font size of values + column_name.. any sugges

  • OIM 11g R1 - Uploading photo

    Hello, is it possible to upload photo for the users inside OIM 11g R1? I didn't find an attribute for that.

  • Funcionallity "Add Drilldown to characteristic in new Worksheets" crashes

    Hello comunnity, in BEx 7 Analyzer I opened a query. In the filter section you have the characteristics to do your OLAP-activities and filtering. In the context menu of the characteristics there's the funcionallity "Add Drilldown to characteristic in

  • How do I find out if my phone has been hacked?

    A friend informed me that someone we know may have hacked into my phone. This is in order to track emails text messages and conversations. How do I find out if my phone has been hacked? If it has how do I resolve the problem?

  • Price Breaks change when spliting line

    Hi All I need to know if the system let me control this functionality: I defined Price Break (point) for an item- quantity 1-19 price 20, and quantity 20-100 price 10, when entering this item to a SO line with qty 30 it brings the right price - 10 bu