Creating two APEX_ITEMs

Hi All,
I have already created APEX_ITEM in my interactive report for dropdown, here I have to add button beside the dropdown, is it possible to include two APEX_ITEMs , and how can we do that, any idea?
Thanks,
Suma

Hello Varad,
How can I create a dynamic id for the select and button using ROWNUM. Here is the code. It worked for select but for button it is displaying as text.
select
"CERTVIEW"."DATE" as "DATE",
"CERTVIEW"."YEAR" as "YEAR",
"CERTVIEW"."DETAILS" as "DETAILS",
APEX_ITEM.SELECT_LIST_FROM_LOV(3,STATUS,'STATUS','','','','','d'||ROWNUM) || '<input type=button value"My Button" id=d||ROWNUM onclick=alert("Clicked !")>' "CERTVIEW"."STATUS" as "STATUS"
from "CERTVIEW" "CERTVIEW"
Thanks,
Suma
Edited by: Suma001 on Apr 30, 2010 1:44 PM

Similar Messages

  • I am a teacher that has 3 personal devices and then 8 I use at school. How can I create two differnt accounts?, I am a teacher that has 3 personal devices and then 8 I use at school. How can I create two differnt accounts?

    I'm an elementary teacher that uses 9 of my ipad 2's at school and I personally have an iPhone, iPod, and iPad.
    How do I keep the accounts separate? I tried to create two apple ID's, using my home and school e-mail, but that isn't working. I don't know how to
    keep the two separate the two. Do I need to use a different name on the account?

    ktuttle64 wrote:
    I tried to create two apple ID's, using my home and school e-mail, but that isn't working.
    It should work.  That's how you do it.

  • I created two new albums in my photos on my iPhone. They do not show up on my ipad2.  How do I get them on my iPad also

    I Created two new albums in my photos. On my iPhone but they do not show up on my iPad.2. How do I get them to show up on my iPad also

    Hello abaneki,
    Thank you for using Apple Support Communities.
    For more information, take a look at:
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/ts1538
    Have a nice day,
    Mario

  • I want to use two separate Lion Time Machine backups and use them to create two separate profiles on one new computer

    This is something I need to do temporarily but I must do it. 
    I have an iMac 27 (end of year 2009) I5.  It has 1 TB internal and I want to replace it with a 2 TB internal.
    I have time machine backups on an external hard drive that has been connected via Firewire. 
    I have another iMac (my son's)Imac 24 Intel Core 2 Duo that has it's own separate Time machine backup to it's own separate firewire connected external drive.  Both machines are completely up to date with the latest version of Lion and all other necessary software updates.
    When the internal hardrive is replaced - I want to use my latest time machine backup to create one profile on the imac and then use my son's latest time machine back up for a second profile.  The end goal being to have everything from my current set up ie: apps, documents, itunes, etc existing in one profile and everything in my son's current set up existing in the other profile.   We can both be administrators for the time being as well.  I should note even though we both have some of the same apps, we both also have other apps that the other does not.
    My profile will be using about 900 gigs of total space.
    My son's profile will be using about 250 gigs of total space.
    This is temporary until the new iMac is released.  Then I will want to transfer my profile to that leaving my son's intact on the iMac 27 I5.
    I realize that during the temporary period that Time Machine will be making backups of this entire two profile setup, which I am now understanding as I write this will create a new issue for me when I want to transfer only my profile to the new computer as well.  But one bridge to cross at a time, I guess.
    I need to do this because we must bring his current computer to my father - as his iMac G5 is inoperable.  We have been doing this round robin hand me down in our family since IMac DV special edition :-)
    Any insight on this would be greatly appreciated.  And any other suggestions as well.
    Thanks very much.

    Hey Shootist000,  Thanks for the replies.  First off, I am actually okay if we both have each other applications so I am not concerned about that. It is still unclear from what you have said as to whether I can in fact, use these two separte time machine backup to create two separate profiles on the new hard drive.  If that in fact can be done, then - will it create two copies of the apps we both have in the ROOT of the drive as well as placing all the ones we each have separately?
    And reading your second reply, makes me think that maybe the partition is the way to go to begin with and then down the road - after I am in the new iMac, I could reformat the iMac 27 with only one partion and restore my son's latest back prior to the reformat thus giving him full access to the 2 TB of the drive.
    If this is still making sense, does this mean :
    replace the 1TB with a 2TB - but have it partitione - 1.5 TB & 500 GB.
    Install(Restore using Time Machine) my latest back up prior to the  1.5 partition
    Install (Restore using Time Machine) my son's latest back up prior to the 500 gig partition
    Lastly, in order for us both to be using the partioned computer - I am assuming Switch user can no longer be used - so would we need to restart and select our respective partions in order to use the computer?   And if so, how would we each be able to be using time machine to back up - two separte external hard drives - with each one dedicated to only one partition? Or ? 
    Thanks so much.
    Ironically, I am only trying to do this so that I don't need to manually install all his apps, setting, games, blah blah for this temporary period.  :-)

  • My wife and I decided to both buy Iphones do I put them both under the same apple ID, or do I create two different apple ID's and two differnt icloud accounts?

    My wife and I decided to both buy Iphones do I put them both under the same apple ID, or do I create two different apple ID's and two differnt icloud accounts? We want to be able to share my itunes library on both our phones and sync our calendars, but I don't want every update and reminder that my wife puts in her phone and I know she doesn't want every reminder I put in my phone.

    What you need to do is both use the same Apple ID for iTunes content, but separate Apple ID's for everything else. So, you keep your existing Apple ID. If not a verifiable email address, you will need to create a new Apple ID for yourself. You also create an Apple ID for your wife, again a verifiable email address. You use the existing Apple ID for all iTunes content. The new Apple ID's for iCloud, iMessage, FaceTime, etc. Here's how to create an Apple ID:
    https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/wa/createAppleId?loca lang=en_US
    Use multiple devices on one computer:
    http://support.apple.com/kb/HT1495

  • How to create two or more JVM in one machine ?

    Hi to some background ,I want to invoke RMI call to a server ,and I have written the following client code ,that access a getCounter()to show the incremented static variables value ,each time calling the getCounter() will increment the static variable by 1.That code is deployed in the server.
    PDOS_Remote_Interface service1 =(PDOS_Remote_Interface)Naming.lookup("rmi://x.xxx.xxx.xxx/REMOTE_SERVICE");
    String s1= service1.sayHello();
    int cont1 = service1.getCounter();
    System.out.println(">>>>>> "+s1);
    System.out.println(">>>>>> cont1 "+cont1);
    PDOS_Remote_Interface service2 =(PDOS_Remote_Interface)Naming.lookup("rmi://y.yyy.yyy.yyy/REMOTE_SERVICE");
    String s2= service2.sayHello();
    int cont2 = service2.getCounter();
    System.out.println(">>>>>> "+s2);
    System.out.println(">>>>>> cont2 "+cont2);
    This is working fine with even two different server (I mean in two physically different machine(x ip and y ip) ,there ip are different )
    with following output :
    Server Says Hai!
    cont1 0
    Server Says Hai!
    cont2 0that is static variable is not shareing as they are in two different server
    Now My problem:
    I want to hit the one and only server ,In this case Service1 and Service2 are getting the remote instance from only one machine .And when I am doing that I am getting the static variable incremented ,That is following output
    Server Says Hai!
    cont1 0
    Server Says Hai!
    cont2 1Is this possible to create two JVM instance in a particular machine ..??
    I mean I want the first output (both static variable shows 0)in second implementetion (using only one machine )???

    Yes, but the naming service is only going to accept one registration for a given name.

  • My boyfriend and I have our own iPhones but share an iPad. How do we create two different profiles or user accounts, etc?

    My boyfriend and I have our own iPhones but share an iPad. How do we create two different profiles or user accounts, etc?

    Unfortunately, at the moment you cannot create two user profiles on one iOS device.

  • I have a new iMac and i created two libraries on iTunes. how do i copy songs from one library to the other?

    I have a new imac. I created two libraries, one for me, one for my kids. how do I copy songs from one library to the other library?

    Not easy unless you're just content with adding some files to the other as new files but lose playlists for those files, and playcount, and ratings, etc.  If you're okay with that, you can drag the media folder from one library to the other. If you use default settings and want to duplicate the media, just drag it. If you want to add the media but leave it where it is currently located, hold down the option key while dragging to the library window.
    Otherwise:
    PowerTunes - http://www.fatcatsoftware.com/powertunes/ (commercial software)
    syncOtunes - http://homepage.mac.com/oligrob/syncOtunes/syncOtunes.html

  • Have two i phones owned by one person.  Gave older I phone 4 to spouse.  All synced items going to both phones.  Created two different Apple ID Accounts but still having problems.  Bought more icloud for one device but it went to the other one didnt need

    How can i seperate to i phones that have been synced together.  I created two different Apple Id accounts but for instance my icloud purchase didnt go to the phone i needed it to go to

    If you look at Settings > iCloud on each phone, is the Account different? The Apple ID listed there should control iCloud storage allocation.  [I assume your "icloud purchase" was more storage capacity.]
    The Apple ID is separately specified to control iMessage, iTunes and App Store purchases, etc.

  • Is it possible to create two apple ID on one iTunes account?

    I bought my wife an iPod Touch, how can I keep my contacts seperate from hers?

    Phil, I am confused about your statement/answer:
    ""Is it possible to create two Apple IDs on one iTunes account?"
    Yes.  I have two."
    Apple says:
    "An Apple ID is a user name you use for everything you do with Apple. Creating an account for an Apple service, such as the iTunes Store or the App Store, creates an Apple ID. Apple ID allows you to access other Apple services. You don't have to create a new account for each service—just use your Apple ID."
    Thus an Apple ID is the same as the iTunes account.
    Did you mean can yu use more than one Apple ID on one iPod because yuo know the answr is yes.
    Or have I go something wrong?

  • Do I really have to create two separate Apps for Ipad1/2 and iPad3?

    Hi there DPS-Team
    I want to create an iPad-Magazine using the DPS. I read all the stuff about the alternate layouts and watched the videos on the channels. Now I ran into what I might call a problem for that I couln't find a solution yet. With my creative cloud membership I can create unlimited app using DPS...but I simply cannot create one app that supports iPad 1&2 + iPad 3 display resolution???
    Here in that article that I ran into where you suggest NOT to create an only iPad3 version: http://blogs.adobe.com/indesigndocs/2012/03/guidelines-for-creating-folios-for-ipad-3.html
    - So if I want one issue of a magazine to be iPad3 compatible then I have to create another app?
    - Or how this works? I have no expierience in how that looks in the App Store. But does Apple show both versions of the same App in the Store?
    - Does the user see both versions of my App in the App Store or only one depending on the version of the iPad he posseses?
    - Do I would have to create a diffrent icon for the SD as well as the HD-app so reader could choose in the App Store?
    Example: All my apps on my iPad2 of course have 1024x768 but when I recently syncronized the iPad3 with iTunes then I automatically get the update-Info over the App Store icon that I can update the new version of the App optimized for the Retina-Display.
    I mean that is a simple feature that nearly all apps are offering. Of course if I would not use the DPS I would have to again hire a developer and pay him for updating my already published app...but at least he could resubmit it supporting both resoutions.
    I hope you are getting my point here.  That is an important feature that should be build in no matter if I am a Single Edition customer or Business or Enterprise one. If you would do a catalog or something else for your client, he sees that all his apps on his iPad are updating according to his new device. But the catalog app that I did for him not. He would ask why can't you build it that way for me?  I would have to explain him: Sorry I cannot create both version in one app, you and your clients have to download two versions of your app if you want to have it look nice. That is not a very good selling argument for me.
    I really have to say that if there is no workaround, I am a bit disapointed because it does not make sense to create two seperate apps of the same app. I really would be happy to receive some helpfull advise on how to get both resolutions supported and when that is going to happen or even better...I misinterpreted the whole thing.
    And please: NO I don't want to upgrade to business or enterprise edition!
    Thank you for your words of advise, opinions and help.
    Regards
    Sushil

    Dear Bob,
    I will try that out.  But do you see any chance in the near future that when you create an article out of InDesign, that you can then add multiple layouts with different resolutions? Then I wouldhave one article that contains iPad SD&HD as well as V&H.
    So that would be a time saver. Create only one folio that already have the different resolutions covered. I only would have to work with one article inside folio-file for all the devices. Just a thought.
    Thank you for your quick response.

  • I have accidently created two itunes accounts! and i want to combine them. I've tried to log into one account to change the email address, so maybe the accounts would link, but i cannot log in. any help?

    SO..I have accidently created two itunes accounts. I need to some how combine them. any ideas???

    Sorry... can't be done. Apple says no when it comes to merging accounts.
    Read here > Frequently Asked Questions About Apple ID

  • I created two iTunes libraries on my mac mini and would like to merge them into one library. What is the easiest way to do this?

    I created two iTunes libraries on my mac mini back in the day. I would like to consolidate them into one iTunes library. What is the easiest method to do this? I do use i-Match to access all my music from  iCloud, if that makes any difference.  Thanks. Mark

    Thanks for the reply. When I created the 2 libraries years ago I would hold down the options key and had 2 library names to choose from. Now it just shows a lot of files when I do that, With over 7,000 songs I think I will just look for the few songs from the original library I used to use that still interest me, if they don't show up in my default current library. Thought there would be any easy was to integrate all my music files into one library. I am definitely not going to spend days manually doing this, but thanks again.

  • I have created two related books in Lightroom 5 (Volumes 1 and 2) but my balance of page numbers is off. So I'd like to take some pages out of one book (complete with images) and paste them into the other. Is this possible?

    I have created two related Blurb books in Lightroom 5 (Volumes 1 and 2) but my balance of page numbers is off. So I'd like to take some pages out of one book (complete with images) and paste them into the other. Is this possible?

    Can you zip up a few of your GoPro images, upload them to dropbox.com and post a share link, here, so others can experiment with them, or do you mean this issue is global to all camera models?

  • How to create two instances of a midlet

    Hi!
    I've programmed a MIDlet that can organize a tournament (save player datas, show rankings...). Right now it can only manage one tournament at a time but now I'd like to be able to manage two simultaneous. I designed the midlet like the famous "Smarticket"-Midlet: a "wrapper" midlet class and a controller class that handles the events. For those of you who dont know the Smartticket example here is my subclass of MIDlet:
    public class MagicTOMIDlet extends javax.microedition.midlet.MIDlet {
        private TOUIController controller;
        public void startApp() {
            new Thread() {
                public void run() {
                    controller = new TOUIController(MagicTOMIDlet.this);
                    controller.init(); // setCurrents() to MainMenu - the entry point of the program
            }.start();
        public void pauseApp() {
        public void destroyApp(boolean unconditional) {
    }The problem is: How can I create two midlets so that I can switch between the 2 tournaments to enter for example new Data (resuts...)? The tournaments don't affect each other, they just have to run simultaneously. My phone is a Nokia 3510i and it can't just run 2 copies of the MIDlet.
    I had two solutions in mind but both didn't work:
    1.) Declare 2 controller classes controller1 and controller2 and a switch Command, that can switch between both. After starting the midlet ask the user if he wants to organize one or two tournaments.
    Here is the code for the MIDlet subclass:
    public class MagicTOMIDlet extends MIDlet implements CommandListener {
        public TOUIController controller1, controller2;
        private List list;
        private Command okCommand;
        private Command exitCommand;
        private Display display;
        private Thread t1, t2;
        private MagicTOMIDlet midlet;
        public void startApp() {
            display = Display.getDisplay(this);
            list = new List("Choose # of Drafts", List.IMPLICIT);
            okCommand = new Command("OK", Command.OK, 1);
            exitCommand = new Command("Exit", Command.EXIT, 5);
            list.append("1 Draft", null);
            list.append("2 Drafts", null);
            list.addCommand(okCommand);
            list.addCommand(exitCommand);
            list.setCommandListener(this);
            display.setCurrent(list);
        public void commandAction(Command command, Displayable displayable) {
            if ((command == okCommand) || (command == List.SELECT_COMMAND)) {
                String label = list.getString(list.getSelectedIndex());
                if (label.equals("1 Draft")) {
                    t1 =  new Thread() {
                        public void run() {
                            midlet.controller1 = new TOUIController(midlet, TOUIController.DRAFT_SINGLE);
                            midlet.controller1.init();
                    t1.start();
                } else if (label.equals("2 Drafts")) {
                    t1 = new Thread() {
                        public void run() {
                            midlet.controller1 = new TOUIController(midlet, TOUIController.DRAFT_1);
                            midlet.controller1.init();
                    t2 = new Thread() {
                        public void run() {
                            midlet.controller2 = new TOUIController(midlet, TOUIController.DRAFT_2);
                            midlet.controller2.init();
                    t2.start();
                    t1.start();
            } else if (command == exitCommand) {
                destroyApp(true);
        }And here parts of the controller class:
    public class TOUIController implements CommandListener {
        public TOUIController(MagicTOMIDlet midlet, byte id) {
            this.midlet = midlet;
            this.draftId = id; // DRAFT_1 = 1, DRAFT_2 = 2, DRAFT_SINGLE = 0
            if (id == DRAFT_SINGLE) {
                singleDraft = true;
            } else if (id == DRAFT_1) {
                otherDraftId = DRAFT_2;
                singleDraft = false;
            } else if (id == DRAFT_2) {
                otherDraftId = DRAFT_1;
                singleDraft = false;
        public void commandAction(Command command, Displayable displayable) {
          else if (command == switchCommand) {
                if (draftId == DRAFT_1) {
                    setCurrent(midlet.controller2.display.getCurrent());
                } else if (draftId == DRAFT_2) {
                    setCurrent(midlet.controller1.display.getCurrent());
        }Somehow it doesn't work. If I try to Switch I land in the MainMenu of the same Tournament (here called: draft).
    My 2nd solution would be to declare two midlets in MagicTOMIDlet and to pass both midlets to the controller class:
    public class MagicTOMIDlet extends MIDlet implements CommandListener {
        public TOUIController controller;
        private List list;
        private Command okCommand;
        private Command exitCommand;
        private Display display;
        private Thread t1, t2;
        public MagicTOMIDlet midlet1;
        public MagicTOMIDlet midlet2;
        public MagicTOMIDlet() {
            midlet1 = this;
            midlet2 = this;
        public void startApp() {
            // as above
        public void commandAction(Command command, Displayable displayable) {
            if ((command == okCommand) || (command == List.SELECT_COMMAND)) {
                String label = list.getString(list.getSelectedIndex());
                if (label.equals("1 Draft")) {
                    t1 =  new Thread() {
                        public void run() {
                            midlet1.controller = new TOUIController(midlet1, TOUIController.DRAFT_SINGLE);
                            midlet1.controller.init();
                    t1.start();
                } else if (label.equals("2 Drafts")) {
                    t1 = new Thread() {
                        public void run() {
                            midlet1.controller = new TOUIController(midlet1, midlet2, TOUIController.DRAFT_1);
                            midlet1.controller.init();
                    t2 = new Thread() {
                        public void run() {
                            midlet2.controller = new TOUIController(midlet2, midlet1, TOUIController.DRAFT_2);
                            midlet2.controller.init();
                    t2.start();
                    t1.start();
    public class TOUIController implements CommandListener {
        public TOUIController(MagicTOMIDlet midlet, MagicTOMIDlet otherMidlet, byte id) {
            this.midlet = midlet;
            this.otherMidlet = otherMidlet;
            this.draftId = id;
            if (id == DRAFT_SINGLE) {
                singleDraft = true;
            } else if (id == DRAFT_1) {
                otherDraftId = DRAFT_2;
                singleDraft = false;
            } else if (id == DRAFT_2) {
                otherDraftId = DRAFT_1;
                singleDraft = false;
        public void commandAction(Command command, Displayable displayable) {
            } else if (command == switchCommand) {
                setCurrent(otherMidlet.controller.display.getCurrent());
    }It same the same wrong behaviour as my first solution.
    I'm tankful for any advise or solution you might give me!
    Marko

    The first way should be correct, but what do these
    lines:
    setCurrent(midlet.controller2.display.getCurrent());
    setCurrent(midlet.controller1.display.getCurrent());do?Sorry, I didn't want to make the post too long...
    public void setCurrent(Displayable displayable) {
            display.setCurrent(displayable);
        }If you are sure that my 1st solution should work I'll try to find the error.
    Thanks!
    Marko

Maybe you are looking for

  • I have broken my screen and cannot access my iphone. I have an icloud account which I have used to back up my phone previously but nothing is showing on the website. How can I backup my data?

    I have broken my screen and cannot access my iphone. I have an icloud account which I have used to back up my phone previously but nothing is showing on the website in contacts etc. As I can enter my pin I cannot connect it to a laptop. Is there anyw

  • Video out from ipad pages??

    I can't seem to find any direct information about which apps support video out and which don't. The ipad guide says simply, "apps which support video out" will work with the vga adaptor but nowhere can I find whether pages specifically will do that.

  • Export to excel and csv

    I have table in a jsp and an export button. When user clicks on the export button the data in the table should be exported to either text, csv or excel depending on the option user chhoses. Can anyone help me with this? How to export to excel and csv

  • Incopy CS5 crashes while installing.

    Hi. I'm trying to install Incopy CS5 on a Windows server 2008R2 - 64Bit computer, but the installation fails every time I run it with the following error message: ===================================================== Problem signature:   Problem Even

  • Trouble re-connecting with my email

    Yesterday, my sympatico.ca email was down for most of the day. When it came up, I was still unable to access my email with my Blackberry. After much fiddling around, I finally deleted the account and have tried to set up a new account several times..