Dblinks screen/form in Apps 11.5.x

Is there a screen/form to set up database links for use in Apps? If so, could someone tell me the navigation route?
Thanks in advance,
Matt
[email protected]

Hi user;
Please check below thread and steps&reference and compare it with yours
CUSTOM_TOP
Re: Creating a Custom Application in Applications 11i
Custom Form Add
Re: How to add custom form in R12.0.6
Hope it helps
Regard
Helios

Similar Messages

  • Recently updated iPad 2nd gen and wooden bookcase is gone form iBook app now just a white screen

    recently updated iPad 2nd gen and wooden bookcase is gone form iBook app now just a white screen

    Yes, if you updated to iOS 7 you also got a new version of iBooks.  The new iBooks app does not have the wooden shelf theme at all.  The library has been re-styled for iOS 7 to be a plain white area listing your book or pdfs.

  • Creating a splash screen for your app.

    Im trying to create a splash screen for my app but im not too sure how it's done.
    Im using the following piece of code.
    public static void main(String[] args)
              JPanel display = new JPanel();
              display.setPreferredSize(new Dimension( (300), (200) ));
              display.setBackground(Color.white);
                   // I WILL PUT AN IMAGE ICON ON A JLABEL HERE              
              display.setVisible(true);
                   // I WILL NEED A DELAY HERE
              test.instance();
    }The problem I am having is that the JPanel is not being displayed. I will also need a way to create a delay, I know that I can't just use Thread.sleep(5000); because the JPanel will require the thread to be running in order to display the panel.
    Does anyone know how I could get my JPanel to display and somehow insert a delay before test.instance();?
    Thanks.

    I made my own a few days before for a database program. It can be easily done with Threads.
    I recommend you create a new class to be used as the spalsh screen , it has to extends JFrame and implements Runnable.
    I ll give you an example. I used the spash screen to display the screen and also to laod the main GUI form so that when the spash screen dispose, the main GUI form displays instantly, making the user think that the application loads faster.
    public void run ()
            try
                 this.setVisible(true);
                 Thread.sleep(2000);
                 // sets the menu visible before disposing
                 guiMenu.setVisible(true);
                 // disposes the object and returns the resources to the OS
                 this.dispose();
            catch(InterruptedException exception)
                exception.printStackTrace();
    // this method must be implement in the class
    // that implements Runnable interface
    //MAIN
    public class Main
        public static void main(String[] args)
            Menu menu = new Menu();
            SplashScreen introScreen = new SplashScreen(menu);
            ExecutorService splashExecutor= Executors.newFixedThreadPool(1);
            splashExecutor.execute(introScreen);       
    }ExecutorService is a subinterface of Executor that declares methods for managing the threads. It also has the method execute (that provides the Executor interface) which when invoked calls the method public void run() of the argument class that must implement Runnable.
    Executors.newFixedThreadPool(1); creates a poll consisting of a 1 thread which is been used by splashExecutor to execute the Runnable.
    Hope i've been of some assistance!

  • Need to restrict KFF values on Charge Account Screen in Oracle Apps 11i

    Hi,
    I have a requirement to restrict KFF values based on certain criteria in the charge account screen in Oracle Apps 11i..
    Could you pls advise on how this can be achieved.
    Thanks,
    Shashank
    Edited by: Shashank Senan on May 23, 2012 2:53 PM

    Can you please mark my answers correct......if they were helpful to you.....
    That would be so nice of you....:-)
    and regarding your next requirement, You should create a new table which will contain Date, Worker Number and any other details that you want.
    In the form, for every date for which you want to enter the data, you will select the max(date) before the current date and maximum worker number for that selected date and then from that number you can select next 15/20 workers or whatever your number is.
    e.g. for the first time if you want to enter data for 01-jul-2010 and you have work for 15 workers, you will select max(date) where date<01-jul-2010, but you will not find any bcoz this is your first entry. So wat you will do is will start popupating your grid from number 1-15.
    Next day you will select max(date) where date<02-jul-2010, you will find 01-jul-2010. Then you will select max(number) for 01-jul-2010, you will find 15. So populate your grid from number 16-30 (whatever your number is). and so on.
    Hope it helps you...
    Please mark my answer Helpful or correct and Please create a new thread for new question
    Thanks
    Nishu

  • I am trying to download xfinity tv go app. I can not find it in my App Store and can not download it from the comcast website. All I get is a blank screen in the App Store. My Apple ID is associated with a Canadian address. How can I find the app?

    I am trying to download xfinity tv go app. I can not find it in my App Store and can not download it from the comcast website. All I get is a blank screen in the App Store. My Apple ID is associated with a Canadian address. How can I find the app?

    Its possible the App is not available in the Canadian store if the link doesn't work for you.
    https://itunes.apple.com/us/app/xfinity-connect/id320788270?mt=8

  • I can't get my applications to open to full screen. The apps are opening at about 75% and I cant figure out how to get them to open to the full screen.

    I cant get my applications to open to full screen. The apps are opening up to about 75% and i cant get them to extend to full screen.

    Which applications are you talking about? 
    Example: Browser application - At the bottom right corner of a browser window you will see a small square with 3 diagnal lines.  Place your cursor in that corner to stretch out your window to full screen.  The next time you open your browser app, the window will be full screen.

  • An app I downloaded is no longer showing up on my screen. The app store shows thar it needs to be updated, but the update bottom is colored light, not dark.

    I downloaded Pandora a while back. My 12 year old nieces were playing with my iPad and now the Pandora icon is not on my screen. The app store shows that it needs to be updated, but I can't do it. What can it do to recover my Pandora program?

    Thanks for your reply. Unfortunately, my query is not so much about the sale of the company and the dream. I agree with you on that point. Good for them. My frustration is that this old app has now caused a glitch in my Apple App Store icon. I have a red badge with one update and it is referring to the old app that has been sold that needs to be updated. When I try to update the app it says no longer available for purchase. So I have since deleted that app in hopes that it would resolve the red badge issue. It has not. Somehow, that old app and the new app with the same name but by a different company has caused the glitch. I have reset all settings on my iPad, I have rebooted, I have deleted the app and still the red badge with the one update for the old app is there. Hmmm. . . I guess I need to take this into the Genius bar or wait for ios 7 in hopes that it will fix the glitch. Thanks again for your help.

  • Can't use DBLINK in Forms 4.5!!!

    Hi All,
    Can i use dblink in forms 4.5..b'coz it is giving me an error..
    like PL/SQL Check#20108 Pls. inofrm your Oracle represnative
    Thanx in advance!!!

    Solutions previously posted to this sort of question include creating a synonym for the link or wrapping it in a view. If that fails then move all the code to the database.
    This is an issue in later versions too, certainly in 6i and IIRC in 10g.

  • How can i calculate the percentages and update the progressBar in the splash screen form ?

    I created a splash screen form:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Windows.Forms;
    using System.IO;
    using System.Threading;
    namespace GetHardwareInfo
    public partial class SplashScreen : Form
    public SplashScreen()
    InitializeComponent();
    private Mutex mutex = new Mutex();
    public void SyncedClose()
    mutex.WaitOne();
    this.Close();
    mutex.ReleaseMutex();
    public void UpdateProgressBar(int percentage)
    if (this.InvokeRequired)
    mutex.WaitOne();
    if (!IsDisposed)
    this.BeginInvoke(new Action<int>(UpdateProgresPRV), percentage);
    mutex.ReleaseMutex();
    else
    UpdateProgresPRV(percentage);
    private void UpdateProgresPRV(int per)
    if (progressBar1.IsDisposed) return;
    progressBar1.Value = per;
    private void SplashScreen_Load(object sender, EventArgs e)
    The SplashScreen form have in the designer image and on the image a progressBar1.
    Then in form1 i did in the top:
    List<string> WmiClassesKeys = new List<string>();
    IEnumerable<Control> controls;
    string comboBoxesNames;
    SplashScreen splash = new SplashScreen();
    And in the constructor:
    controls = LoopOverControls.GetAll(this, typeof(ComboBox));
    string[] lines = File.ReadAllLines(@"c:\wmiclasses\wmiclasses1.txt");
    foreach (string line in lines)
    foreach (ComboBox comboBox in controls.OfType<ComboBox>())
    if (line.StartsWith("ComboBox"))
    comboBoxesNames = line.Substring(14);
    else
    if (line.StartsWith("Classes"))
    if (comboBox.Name == comboBoxesNames)
    comboBox.Items.Add(line.Substring(14));
    foreach (ComboBox comboBox in controls.OfType<ComboBox>())
    comboBox.SelectedIndex = 0;
    The method GetAll is to loop over specific controls:
    public static IEnumerable<Control> GetAll(Control control, Type type)
    var controls = control.Controls.Cast<Control>();
    return controls.SelectMany(ctrl => GetAll(ctrl, type))
    .Concat(controls)
    .Where(c => c.GetType() == type);
    When i'm running the program it's taking some time to make the foreach loops in this time i need to show the SplashScreen and update the progressBar untill the foreach loops over.

    Don't use Application.Doevents. It's not required and can cause problems.
    I do not really grasp the approach you are taking here. So let me make a different suggestion:
    SplashScreen:
    using System;
    using System.Windows.Forms;
    using System.Threading;
    namespace WindowsFormsApplication1
    public partial class SplashScreen : Form
    private static SplashScreen DefaultInstance;
    public SplashScreen()
    InitializeComponent();
    public static void ShowDefaultInstance()
    Thread t = new Thread(TMain);
    t.Name = "SplashUI";
    t.Start();
    public static void CloseDefaultInstance()
    DefaultInstance.Invoke(new Action(DefaultInstance.Close));
    private static void TMain()
    DefaultInstance = new SplashScreen();
    DefaultInstance.Show();
    Application.Run(DefaultInstance);
    public static void UpdateProgress(int Progress)
    if (DefaultInstance.InvokeRequired)
    DefaultInstance.Invoke(new Action<int>(UpdateProgress), Progress);
    else
    DefaultInstance.progressBar1.Value = Progress;
    Form1:
    using System.Windows.Forms;
    namespace WindowsFormsApplication1
    public partial class Form1 : Form
    public Form1()
    InitializeComponent();
    SplashScreen.ShowDefaultInstance();
    for (int i = 1; i<=100; i++)
    System.Threading.Thread.Sleep(20); // simulates work
    SplashScreen.UpdateProgress(i);
    SplashScreen.CloseDefaultInstance();
    EDIT: Please note that the progressbar itself is being animated by the system, so it might look slower than it really is. To workaround this, there are solutions available (you'll find them) that first set the value one higher than necessary, then
    back to the actual value.
    Edit #2: You do need a different thread, otherwise the UI is locked while the loop is running in your Form1's constructor.
    Armin

  • Can download applications form any app store.

    Wonder if anyone has found a way to download applications form the app store. such as candy crush, or friends with words. I keep getting a message saying not compatible, I have the nokia n8 update to belle.
    hnks in dvance for any help
    Solved!
    Go to Solution.

    Hi senthukannan
    Thank you for posting and welcome to Nokia Support Discussions! 
    May we know the model of your phone? Where are you trying to download all the applications? Any error message? Please provide us all the important information so we can get better answers from the community.
    If my post helped you, please don't forget to click on the "White Star" and if it resolved your issue click on "Accept as Solution"

  • The screen where my apps show on all the pages is not letting me drag them. The screen looks kind of gray. What do I do to be able to move them to different home screens, and check, and uncheck the apps in the list

    The screen where my apps show on all the pages is not letting me drag them. The screen looks kind of gray. What do I do to be able to move them to different home screens, and check, and uncheck the apps in the list

    The specific demo would need to provide code for touch events.
    http://www.w3.org/TR/touch-events/

  • Newsstand suppresses the home screen from the app switcher view when the home button is pressed?

    Newsstand suppresses the home screen from the app switcher view when the home button is pressed.
    Has anyone else seen this before, I needed to lock and unlock iPad to get back to the home screen.

    Aloha Ethan. Fortunately it's working as designed, but you'd never believe how many people wanted to argue with me smply because it worked differently. Can't please everybody I guess.  Bob. 

  • Open PDF through forms in apps

    I have a requirement where in I need to open a pdf document on click of a button. This document is a static doc for guideline/help purpose (for users accessing the form from apps). I want to know the best way to handle this. I can store the document in a table in the database but I do not know how to open/invoke it through froms in apps environment.
    we are using forms 10g and are in R12.
    Thanks in advance.

    See your /forms/server/forms.con file. You can see that some virtual directories are defined, for instance /forms/html
    AliasMatch ^/forms/html/(..*) "C:\DevSuiteHome_1/tools/web/html/$1"The physical directory is located on the Application Server.
    For a single test, you could put your PDF in the physical directory, then display the document within Forms via the Web.Show_Document() built-in
    Web.Show_Document('/forms/html/mydoc.pdf','_blank')You can also create new virtual directories in this file to handle your docs, for instance :
    AliasMatch ^/forms/pdf/(..*) "C:\DevSuiteHome_1/tools/pdf/$1"Francois

  • I want my home screen to be app-free. Possible?

    I realize that in many ways I'm not exactly normal and maybe I should seek professional help. And that might be why I prefer to have my home screen devoid of apps. An empty home screen has worked great for me until IOS 5. Now, if I sync or power-cycle my iPhone, the blank home screen is gone and the next screen has become my new home screen. Is there a way to keep the home screen empty as shown below? Does anybody else care?

    PapaPom, thank you for the affirmation. Like you, I want to think this isn't an unreasonable request. In the interim, I have reluctantly acquiesced to leaving a single icon on my home screen (as you suggest) until Apple is willing to accommodate those of us who prefer a totally blank home screen.
    And Apple, if you’re actually listening, I might suggest that you really wouldn’t need to radically redesign the algorithm that removes all blank screens. For example, you could simply add a ‘Blank Home Screen Default’ toggle option to Wallpaper settings. It’s not that complicated and would demonstrate your sensitivity to those of us who don’t fit into a traditionally well-defined box. It’s just a thought anyway.

  • When I double click my IPAD screen there are apps at the bottom. How can I remove them?

    When I double click my IPAD screen I have apps at the bottom how can I remove them?

    If you are running iOS 6 or iOS 5, those apps are the recently used apps in the recents tray. You don't need to remove then from there, but if you want to do so, you have to close them. You do that by holding down on one of the app icons until they all wiggle, then tap the red minus sign to close the app. Do that to every app that you want to close. Tap the home button when you are done.

Maybe you are looking for

  • Screen resolution in solaris 10 05/09

    I used to know how to do this but for some reason I am at a loss this time. For a split second xrandr showed the 1650 x 1050 that I needed but now it is gone. Max's out at 1400. How do I manually add that resolution to my system? My monitors native r

  • Compressing Files in OS X 10.5.8

    What, are, the, best files, to, zip? If I remember, correctly (years ago) you, should, not, zip, A DVD player, is, that, correct? Does anyone, have the, do's, and, do, nots?

  • Is there a limit to how many USB/Fire devices you can connect?

    I don't like the idea of having limited USB/Firewire inputs as I plan on having a ... 1). USB audio interface for Logic Express 2). USB connector for both an HD camcorder and a Nikon camera (although I most likely will switch between the two) 3). dig

  • Restoring my replacement iPhone4

    Hi, I just recieved a replacement iPhone 4 from Apple and plugged it into my itunes to restore the back up I had made from my old phone. When I initially plugged the phone it it gave me the option to restore from the back I had made a few days ago, h

  • I received an ebook from another source. Can I transfer it into my iBook account?

    I received an ebook from another source. Can I transfer it into my iBook account?