How can I store a form name with path and then call form from a table

Is it possible that any form that I built I store that form in some table in DB and then call that form from table, if yes, then how can i get this functionality. I am not very experience in form and do not know if it can be done because i think if it is possible then this can be a good security for application and easy to handle as well.
Thanks in advance
Maz

If you have a Forms block based on this table:
declare
  module varchar2(100);
begin
  module := :block.column;
  call_form ( module ) ;
end;If you don't have any blok based on that table
declare
  module varchar2(100);
begin
  select  module_name
  into module
  from ...
  where ...
  call_form ( module ) ;
end;Francois

Similar Messages

  • How can I map the composite_dn name with a composite in run time

    Hi All,
    I want to craete a report on number of total business and system faults with the help of Information Publisher in OEM 12c Cloud Control. I am fetching data from the table composite_instance_fault present in SOAINFRA schema. Below os my SQL statement:-
    select error_category,count(error_category) from prefix_SOAINFRA.composite_instance_fault where composite_dn=??EMIP_BIND_TARGET_GUID?? group by error_category
    Now I want to know that how can I map the composite_dn name with a composite in run time. When we fetch data from the repository we used to map target in rumtime by using ??EMIP_BIND_TARGET_GUID?? but here as I am not fetching data from repository, how can I map target in run time.
    On executing the above SQL statement its returing an empty table without any data.
    Please guide!!
    Thanks in Advance!!

    Hi,
    try something like this.
    Mike
    Attachments:
    Unbenannt 5_LV80.vi ‏12 KB

  • How can I keep the history of my dialed and received calls for one or two weeks on my iPhone 5?

    How can I keep my history for my dialed and received calls on my iPhone 5?

    The only thing is, I have read where it will only keep 100 entries at tops. I'm not sure as I have never let it get that high, however many business users have reported this.
    OP, how much history are you talking about keeping? Also, there is no method to archive this in any fashion to be looked at or searched at a later date.

  • How can I uninstall Quicktime Pro 7.4.5 and then install on a new system?

    Hi,
    How can I uninstall Quicktime Pro 7.4.5 and then install on a new system?
    I've got a new computer and I want to uninstall Quicktime Pro 7.4.5 and then install on the new system. Maybe I'm overlooking something, but a bunch of other applications have easy 'uninstall' functions right in the application toolbar. Why doesn't Quicktime?????
    Thanks.

    I've read that Q/T is not just a simple application but in reality, a major component of the OS. This is where it varies from other similar acting apps like WMV, AVI, FLV etc. To butress this statement, in a vague way, I remember seeing a graphic of the Mac OS when Apple was first pushing "X". QuickTime was in the same general area of depth in programming as UNIX.
    So, you might not want to delete all of QuickTime just the Reg Key which should/could/might put you back to the non Q/T Pro functionality and thence legal to install on another machine.
    Just be certain that the version on the new machine is the same as on the old machine or expect to buy a new $30 key.
    Cheers-
    Mark

  • How can i back up voicemails on my pc and then be able to listen to them

    How can I back up voicemails to my PC and then be able to listen to them on my PC (click and play in quick-time or similar player vs storing in some type of unreadable file type)?  I have googled and the only solution seems to involve buying a program.  If so, what is the best program to purchase?

    3rd party software like this one http://www.wideanglesoftware.com/touchcopy/index.php

  • How do you make an array of image icons and then call them?

    How do you make an array of image icons and then call them, i have searched all over the internet for making an array of icons, but i have
    found nothing. Below is my attempt at making an array of icons, but i cant seem to make it work. Basically, i want the image to match the value of the roll of the dice (rollVal)
    Any help would be greatly appreciated, some code or link to tuturial, ect.
    /** DiceRoller.java
    * Roll, print, Gui
    import javax.swing.*;
    public class DiceRoller extends JFrame
         private ImageIcon[] image  ;
         public String[] images = { "empty", "dice1.jpg",
                   "dice2.jpg", "dice3.jpg", "dice4.jpg",
                   "dice5.jpg", "dice6.jpg" };
         public Dice die;
         private int rollVal;
         public int rollNum;
         private JLabel j1;
         public DiceRoller(){
              j1= new JLabel("");
           die =new Dice();
           int rollVal;
           rollVal = die.roll();     
           image = new  ImageIcon[images.length];
         for(int i = 0; i < images.length; i++){
          image[i] = new ImageIcon(images);
         if (image!=null){
              j1.setIcon(image[rollVal]);
         System.out.println("Roll = "+die.roll());

    Demo:
    import java.awt.*;
    import java.net.*;
    import javax.swing.*;
    public class IconExample {
        public static void main(String[] args) {
            EventQueue.invokeLater(new Runnable(){
                public void run() {
                    launch();
        static void launch() {
            try {
                Icon[] icons = new Icon[6];
                for(int i=0; i<icons.length; ++i) {
                    String url = "http://www.eureka-puzzle.be/cast/images/dice" + (i + 1) + ".jpg";
                    icons[i] = new ImageIcon(new URL(url));
                display(icons);
            } catch (MalformedURLException e) {
                throw new RuntimeException(e);
        static void display(Icon[] icons) {
            JPanel cp = new JPanel();
            for(Icon icon : icons) {
                cp.add(new JLabel(icon));
            JFrame f = new JFrame();
            f.setContentPane(cp);
            f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            f.pack();
            f.setLocationRelativeTo(null);
            f.setVisible(true);
    }

  • I've reinstalled my MacBook Pro (OSX Lion) using a different apple ID, and now I can't install any iLife apps. In the app store it comes up with "Accept" and then tells me It can't accept from my user ID. How can I fix this or get iLife back?

    Mostly explained in the title. My dad gave me his MacBook, and I went ahead and wiped all of his stuff by using the recovery partition to wipe/reinstall OSX Lion. In the setup I used a new apple ID and now I can't get iLife apps. I'm relatively new to how apple works its purchases, so I'm not sure what's up. Is it that my computer has a unique ID set to the first apple ID used on it, and if so, how can I get this reset to my ID? I'm planning to get an iPhone 5 soon so I'd like to be able to use photo stream with iPhoto and try out Guitar Band.
    Any help is much appreciated.
    -Tom
    PS: I couldn't find a correct catagory, so I hope this is close enough. If not please tell me where I should be posting this.

    Contact the App store for Apple ID help. Their support link is on the right of the App store window
    LN

  • How can we show only display name with out showing email adress

    Guys
    Can you please tell me as to How we can show only display name with out showing email adress
    Thks&Rgds
    --Venkat                                                                                                                                                                                                                                                   

    http://java.sun.com/products/javamail/javadocs/javax/mail/internet/InternetAddress.html#getPersonal()<<<<<<<<<<<<<<<<
    could you please elobarate it. I could not understand it properly
    Thank you
    --Venkat                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How can i retrieve a computer name with a java code

    hello friends,
    please, can i get help on how i can rtrieve the name of a computer(any at all) using java - a code will be appreciated.
    i also wish to ask if you know how i can use the JFileChooser class, such that when i click on a file to select it and then click on the open button, the file will open / show in a TextArea which i have already created.
    Moreso, how can i use the JFileChooser to save something i've written in a TextArea, as file to a system.
    thanks in advance for your useful advice. quite grateful.

    'result' is a String I think.
    As for your JFileChooser question...
    Create your take the file returned from JFileChooser, open it in a BufferedReader (I'm assuming it's text as you want to display it in a JTextArea) then read the lines out.
    JFileChooser fc = new JFileChooser();
    fc.showOpenDialog(null);
    File file = fc.getSelectedFile();
    if (file != null) {
    try {
    BufferedReader in = new BufferedReader(new FileReader(file));
    String inputLine;
    String total = "";
    while ((inputLine = in.readLine()) != null)
    total+=inputLine;
    in.close();
    textarea.setText(total); // textarea = your JTextArea
    } catch (Exception e) {
    System.err.println("Error: "+e);
    }

  • Syncronization: How can i store mail for different accounts remotely, and copy most important mails manually to local folders on two devices?

    Hello. I have two devices and two accounts, so what i want is this:
    I only want to store mail from both accounts in a remote place and copy most important mails to local folders.
    (I will be grateful for any ideas as to where/how this "cloud" can be - specially free places)
    * Can I have a copy of these local folders in both devices and the remote storage?
    * Could i synchronize devices so that: when i move a mail to a local folder in any device, its copied to the same folders in
    the other device and the remote storage place?
    * The remote storage place will have many other folders. When I open Thunderbird, I also want to see these and the mail
    inside, and also be able to move mail from the inbox to these folders.
    * One of the accounts is gmail. In Account Setting tool, there is an option for synchronization. If there is no easier way, I can have mail for other account copied to gmail, and just syncronize gmail mail. For this, how will I copy my present folder structure to gmail. And how can I syncronize the local folders on the two devices?
    Thanks in advance.

    The first awkwardness I see is that there's no obvious format in which to store messages remotely such that you can work with them in an email client. It may be possible to set the "Local Directory" option in the account in Thunderbird to point at some remote folder (DropBox comes to mind) but I have never tried this and I'd be nervous about what happens if connection can't be made, or if you happened to access it from two different places simultaneously. The other concern is that mail stores get big, quickly, and you'd be forever uploading and downloading large (multi gigabyte) files. Thunderbird stores what looks like a folder containing many separate messages as one big file, so there's no simple opportunity for incremental changes to be up/down loaded.
    The whole idea of Local Folders in Thunderbird is to detach messages from servers, so they don't track what happens on servers. I say this to point out the distinction between files stored locally and permanently ("Local Folders"), versus cached copies of online files ("synchronized"). It's not safe to regard your synchronized folders as permanent.
    So, synchronized folders on an IMAP server are "mirrored" in Thunderbird so you do have a local (albeit temporary and transient) copy of messages; this is done mainly to avoid repeatedly downloading messages if you re-read them, and it makes searching faster an more efficient. But these "synchronized" message track what's being done on the server, and so if they are deleted anywhere, all synchronized devices will at some point also see the deleted messages vanishing. (Unless you made a local copy in the Local Folders account.)
    I use a gmail account pretty much as you have described; I copy or move messages to that account so they are visible in my phone, my tablet, my own laptop and my works computer. It's free, and it's "in the cloud"; the only reservation I have is its privacy. There are other providers (e.g. 1&1/gmx) who don't seem to have the data collection fetish that google thrives on.
    It's fairly simple to create filters in Thunderbird to automatically copy messages to your "cloud account"; even better is to set up forwarding rules on the other accounts' servers, so your messages are automatically sent on and waiting for you when you next login, already in the cloud account.

  • How can I set my privacy tighter with Siri and Dictation?

    OK First of all, Apple needs to stop with the restriction of what you can say in posts. They keep deleting my stuff without allowing my QUESTION to be answered.
    First of all, when did this massive invasion of my privacy happen? Did it happen with the latest update to iOS 8.1? I know I did not have these pop ups until this update happened this week.
    I would like to know how to use Siri and Dictation WITHOUT such a massive invasion of my privacy?
    Did I ever have such privacy prior to iOS 8.1?
    I went to dictate a text message to my husband today and I get a pop up telling me that ALL my information is going to be shared. There is a "learn more" link and I click that and it has this long diatribe on how
    Apple takes the things I say and dictate and records them and sent to them to process my requests. My device will also send Apple other information, such as my name and nickname; the names, nicknames, and relationship with me (e.g. "my dad") of my address book contacts, song names in my collection, and HomeKit-enabled devices in my home (e.g., "living room lights") (collectively, your "User Data"). All of this data is used to help Siri and Dictation understand me better and recognize  what I say. It is not linked to other data that Apple may have from my use of other Apple services...
    there is a lot more but suffice it to say, it does NOT 'match' what is said about Siri and Dictation on the Apple privacy page. The phone privacy contract description has MORE things listed that are being recorded, used and stored.

    It only matches what I quoted. There is a lot more in the phone.
    I also had a lot more in my original post but Apple censored and then deleted it because they decided it was a rant.
    Apple's policy in my phone's privacy policy says a lot more.
    Apparently from your answer I am stuck with a massive invasion of my privacy? Are you so very comfortable with having everything you say recorded? What if you worked in a high security industry?
    I also asked if this was in effect prior to this latest update or not.
    What I had to omit. Check your phone's privacy page and compare to apple's web page I linked ( Settings > General > Keyboard >Dictation & Settings > General > Siri) and click on the About Siri or Dictation privacy...
    It goes on to tell me I can restrict Siri's and Dictation's ability completely by turning it off.
    It tells me that my personal information, voice recording and other things collected may be retained for a period of time to generally improve Siri, Dictation an functionality in other Apple products and services. <-- this right here contradicts the paragraph I quoted  by saying it indeed DOES use it for other Apple things. Also, HOW LONG is this "period of time"?
    If I want to 'erase' this information I can simply turn off then on Siri and or Dictation and lose what I have had recorded on me. THIS fully restarts the "learning" process all over again and in turn NEGATES all the stuff it learned in the past. The KICKER is that since apple "retains what it collects for a period of time" HOW does turning the services off truly "erase" what was taken in the past?
    Why can't the learning process be done directly on the phone itself without it being RECORDED and STORED by Apple?
    Now, before you go off and say how Apple respects my privacy, I know all of that. I just don't believe or trust it since all this iCloud hacking has been happening lately AND I am VERY conscious of what I put "out there" for all to see and take. I don't use social networking either due to the massive invasion of my privacy. Plus I find it silly. I will not be reduced to a low level of conversation where the simple "like" is the equivalent of a reply.

  • How can I unlock my iPhone is with tmobile and I need it for att

    How can I use my iPhone 5 it was from t mobile store but I need it for AT&amp;T

    Since you bought it from T-Mobile, T-Mobile will unlock the iPhone if you have had service wit T-Mobile for 45 days and the phone must be paid off through T-Mobile with no balance owed.
    This is for US bought T-Mobile iPhones in the US.

  • How can I create transparent animated  text with Motion and Final Cut Pro?

    Hi all,
    I am trying to replicate an effect that a previous video editor did in a project, but I can't contact them.
    They made animated text in Live Type, and saved it as a QT movie. When this text is placed over existing video in the FCP project, the text is "transparent", basically it acts like text created in FCP (You can see the background image behind the text, like through the middle of the letter "o").
    I have made some animated text in Motion, but when I save it as a QT movie, and bring it into FCP, the whole 1280x720 screen is covered by this movie, and I have to crop it so it does not cover the background image. It is all black except for the text. And of course the text is not on a transparent layer. Any ideas how I can create this effect with animated text? I've tried messing with transparency and overlay settings, nothing seems to work.
    Running latest version of Final Cut Studio...
    Thanks
    Dave

    Just bring the Motion (.motn) project into FCP and lay it over your clip.
    The QT you're exporting has to carry the alpha channel (animation codec, million+ colors), but don't waste your time/disk space with that. Just bring the motion project into FCP.
    Patrick

  • How can I read the active (plugged in) DAQs and then send that to the device name input on DAQ assist?

    I have a system property node for daqmx but it does not let me change it to read when i right click on it. I am trying to have my program detect the name of the daq that is plugged in to the PC and then send that to daq assistant so that it will run properly wiithout me manually having to change the device name every time i switch hardware.
    Solved!
    Go to Solution.

    labview12110 wrote:
    Im just frustrated that the only function I have is to get a list of things that I can't do anything with. MAX knows which is active can I call it up somehow?
    You have do do programming.  That is what LabVIEW is.  MAX gives you all the tools to do everything you want and much more just program it to do what you want.
    Attached is a VI that I think does what you want.  I looks at all of your devices and returns the first non simulated one.  Apparently this list already excludes devices not connected to the system.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.
    Attachments:
    Find Non Simulated Device.vi ‏6 KB

  • How can I make my Outlook sync with ical and address book on more than one mac?

    It currently syncs with my iMac through 'this computer' folder, but i dont have outlook on my macbook, so basically... how can i make my outlook automatically convert/sync to icloud enabled folders?
    Not too confusing i hope.

    Outlook won't work with iCloud. On your Mac.

Maybe you are looking for

  • Can I download to a Blu-ray Player

    I currently have my internet set up to download to my Directv for Video on Demand and other Apps. I have a Blu-ray player that has a USB port. My Question : Can I also download a movie/video to my Blu-Ray player via the USB or Is there a way of downl

  • Brush size acting up

    Hello guys this is a question I want to ask to you all. when I changed the brush size and paint it looks bigger/smaller but the cursor itself stays the same width other times as the brush got bigger the circle got bigger now its not so its hard to se

  • Spry Menu and iframe

    Hi, I want to link my spry menu to my iframe, so when I click on something on my menu, a different page will show up on the iframe, can someone please explain to me how to do this? Thanks

  • Anyone else having trouble installing ADE4 onto PC with Windows 8.1?

    Adobe DigitalEditions will not install. Freezes after beginning installation but never finishes. When I try to delete attempt it tells me that it is running but I can't end task. Help!

  • PI 71. Configuration

    Hello All, I start work with Pi 7.1 but I havent much information, someone have some link or documents !!! Someone can tell me how publish a webservice!!, when you create a proxy you need create en ECC o PI !!!