Need to Keep track of last prompted value

I have a requirement. I need to keep track the last prompted value.
Like, If we have run a report for '01-01-2013' date and 'Sony' Category. If the same report I will run in next time the report should run with those default value ('01-01-2013' date and 'Sony' Category). That means default value of a dashboard prompt should be the last prompted value.
Please tell me how to achieve the same.

Teach your users how to properly use "Saved Customizations": http://docs.oracle.com/cd/E23943_01/bi.1111/e10544/dashboards.htm#BIEUG395

Similar Messages

  • [svn:fx-trunk] 11641: A simple fix - we need to keep track of the display list index for non-clipping masks such as luminosity masks , not just alpha masks.

    Revision: 11641
    Author:   [email protected]
    Date:     2009-11-10 18:29:57 -0800 (Tue, 10 Nov 2009)
    Log Message:
    A simple fix - we need to keep track of the display list index for non-clipping masks such as luminosity masks, not just alpha masks.
    QE notes: Please include tests for multiple graphic content nodes with masks under a .
    Doc notes: N/A
    Bugs:
    SDK-24133 - Multiple non-Group maskees don't work when using maskType="luminosity"
    Reviewer: Deepa
    Tests run: Checkintests, Bug test case
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24133
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexFXG2SWFTranscoder.java

    Revision: 11641
    Author:   [email protected]
    Date:     2009-11-10 18:29:57 -0800 (Tue, 10 Nov 2009)
    Log Message:
    A simple fix - we need to keep track of the display list index for non-clipping masks such as luminosity masks, not just alpha masks.
    QE notes: Please include tests for multiple graphic content nodes with masks under a .
    Doc notes: N/A
    Bugs:
    SDK-24133 - Multiple non-Group maskees don't work when using maskType="luminosity"
    Reviewer: Deepa
    Tests run: Checkintests, Bug test case
    Is noteworthy for integration: No
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-24133
    Modified Paths:
        flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/fxg/FlexFXG2SWFTranscoder.java

  • Keeping track of an int value when server is stooped

    Hi
    In my JSP custom tag I have an int value which is used to keep track of the number of people that have visited the site. If the server was to be stopped or if it crashes is there any way where the int value can be stored and retrieved when the server starts up again? I am using tomcat but am reluctant to write to a text file whenever the int value is incremented for efficiency purposes. IF the server is stopped would there be any possible ways to store the number (it would be ok to write to text file just before stopping of tomcat happens).
    Thx
    Bal

    yes....
    you can do using context listeners....
    in the start of context listeners read from the file and add to context ... and when the context becomes inactive write to a file....
    for that you should use tomcat4.01 ... cause only tat has servlet 2.3 implementaion.
    if you are not using tat .. write to the file every 10 minutes .. atleast you will have the latest update of the counts when something crashes......................

  • Need to Keep Track of Remote Dynamic IP Address for VNC Suggestions?

    Hi,
    So I need a method to keep track of my airport extremes IP address since I have a desktop not in reach I need to access daily and I'm worried that it might change of course, I know windows has IP Mailer that will send out new IP Addresses but I don't know of anything for mac. I can't get to the computer so I need a solution that doesn't require restarting the router : /. If anyone has a suggestion I would greatly appreciate it! Thanks.

    Try http://www.no-ip.com/
    They have a Mac client which sits inside your private network and updates the no-ip server database.

  • How to keep track of last song played?

    Hi!
    Does anyone know how to keep track of which song played last time before itunes was closed? I have a big list of songs in my playlist and I play it everyday while I'm working. If I shut down my computer and start it again the next day, I have to manually look for the song I played the previous evening. Is there a way where it will keep track of the last song and play it from that?
    Thanks
    JB

    Subwaygirl, welcome to the Mac family! I'm not sure whether you're asking about beginning to play from the last song played on your iPod or iTunes so I'll answer both.
    From the iPod, simply hit Play and it will begin at the next song. It cannot go back to the last song played.
    From iTunes, use my answer to Chris to add the Last Played column, sort by that and select the song at the top of the list. That is your most recently played song. If you hit the >> or Next button you will then go to the next song in the randomly-sorted list.
    Powerbook G3 Mac OS X (10.3.9)

  • I need to keep track of books

    I'm thinking of switching to the iphone, but it all hinges on this. Does anyone know of an app that will keep track of all my books? I need to keep the name of the book, the author, the ISBN, etc. I've done a search, looked around but haven't found anything. Any help would be appreciated.

    Is there an online site that would allow you to store that info? If so, you could access it from Safari on your iPhone.
    If you can store it in Excel or Word, you can access it from your iPhone.
    Message was edited by: paulcb

  • Need to keep track of URL and a count variable

    Can anyone suggest the best way to keep track of a URL and a count variable associated with each URL. I have started using 2 List objects. When I add a URL I also add a 1 in the count List Object. I am using List Objects because I must be able to sort them and search through them.
    Can anyone verify that I am going about this the correct way?
    Thanks

    I would probably use a TreeMap that referenced the counter.

  • I can't find the tether usage indicator since I upgraded to iso7. I need to keep track of my tether data. Where is it?

    I can't find the tether usage indicator since I upgraded to iso7. And I need it to track my tether usage. Where is it?

    I already tried going to settings>cellular but all that shows is the total data usage. It doesn't break it down between the total amount of data and total amount of tethering like the old operating system did. Any other suggestions.

  • JTabbedPane keeps track of last selected tab

    Hi everybody,
    experiencing some problems with swing...
    I've got a javax.swing.JTabbedPane whose behaviour is kind of strange: I need my application to have always the same tab selected at initialisation, which is very simple in theory. In my initialisation method I just do:
    MainTab.setSelectedIndex(0);
    But instead of selecting the first tab (index 0), it keeps selected the one I last chose in the previous run.
    Any idea?
    Thanks in advance.
    JON HAITZ

    Hi calvino_ind,
    I am unfortunately not allowed to disclose my entire code, but I'm posting the code part where the problem may lie so that you can try to guess where the problem comes from:
    public class VitalSignMonitorView extends FrameView {
    public VitalSignMonitorView(SingleFrameApplication app) {
    super(app);
    initComponents();
    init();
    // status bar initialization - message timeout, idle icon and busy animation, etc
    ResourceMap resourceMap = getResourceMap();
    int messageTimeout = resourceMap.getInteger("StatusBar.messageTimeout");
    messageTimer = new Timer(messageTimeout, new ActionListener() {
    public void actionPerformed(ActionEvent e) {
    statusMessageLabel.setText("");
    messageTimer.setRepeats(false);
    int busyAnimationRate = resourceMap.getInteger("StatusBar.busyAnimationRate");
    for (int i = 0; i < busyIcons.length; i++) {
    busyIcons[i] = resourceMap.getIcon("StatusBar.busyIcons[" + i + "]");
    busyIconTimer = new Timer(busyAnimationRate, new ActionListener() {
    public void actionPerformed(ActionEvent e) {
    busyIconIndex = (busyIconIndex + 1) % busyIcons.length;
    statusAnimationLabel.setIcon(busyIcons[busyIconIndex]);
    idleIcon = resourceMap.getIcon("StatusBar.idleIcon");
    statusAnimationLabel.setIcon(idleIcon);
    progressBar.setVisible(false);
    // connecting action tasks to status bar via TaskMonitor
    TaskMonitor taskMonitor = new TaskMonitor(getApplication().getContext());
    taskMonitor.addPropertyChangeListener(new java.beans.PropertyChangeListener() {
    public void propertyChange(java.beans.PropertyChangeEvent evt) {
    String propertyName = evt.getPropertyName();
    if ("started".equals(propertyName)) {
    if (!busyIconTimer.isRunning()) {
    statusAnimationLabel.setIcon(busyIcons[0]);
    busyIconIndex = 0;
    busyIconTimer.start();
    progressBar.setVisible(true);
    progressBar.setIndeterminate(true);
    } else if ("done".equals(propertyName)) {
    busyIconTimer.stop();
    statusAnimationLabel.setIcon(idleIcon);
    progressBar.setVisible(false);
    progressBar.setValue(0);
    } else if ("message".equals(propertyName)) {
    String text = (String)(evt.getNewValue());
    statusMessageLabel.setText((text == null) ? "" : text);
    messageTimer.restart();
    } else if ("progress".equals(propertyName)) {
    int value = (Integer)(evt.getNewValue());
    progressBar.setVisible(true);
    progressBar.setIndeterminate(false);
    progressBar.setValue(value);
    /** This method is called from within the constructor to
    * initialize the form.
    * WARNING: Do NOT modify this code. The content of this method is
    * always regenerated by the Form Editor.
    // <editor-fold defaultstate="collapsed" desc="Generated Code">
    private void initComponents() {
    mainPanel = new javax.swing.JPanel();
    MainTab = new javax.swing.JTabbedPane();
    panelWelcome = new javax.swing.JPanel();
    labelPatientChoice = new javax.swing.JLabel();
    jScrollPane1 = new javax.swing.JScrollPane();
    tablePatientList = new javax.swing.JTable();
    buttonSelectPatient = new javax.swing.JButton();
    buttonCreatePatient = new javax.swing.JButton();
    jSeparator5 = new javax.swing.JSeparator();
    panelPatient = new javax.swing.JPanel();
    jSeparator1 = new javax.swing.JSeparator();
    jSeparator2 = new javax.swing.JSeparator();
    jSeparator3 = new javax.swing.JSeparator();
    jSeparator4 = new javax.swing.JSeparator();
    m_PanelPI = new javax.swing.JPanel();
    mPI_LabelSex = new javax.swing.JLabel();
    mPI_LabelName = new javax.swing.JLabel();
    mPI_Name = new javax.swing.JTextField();
    mPI_LabelSurname = new javax.swing.JLabel();
    mPI_Surname = new javax.swing.JTextField();
    mPI_LabelBirthDate = new javax.swing.JLabel();
    mPI_BirthDateChooser = new com.toedter.calendar.JDateChooser();
    mPI_SexComboBox = new javax.swing.JComboBox();
    m_PanelAI = new javax.swing.JPanel();
    mAI_LabelWeight = new javax.swing.JLabel();
    mAI_Height = new javax.swing.JTextField();
    mAI_LabelHeight = new javax.swing.JLabel();
    mAI_Weight = new javax.swing.JTextField();
    m_PanelSI = new javax.swing.JPanel();
    mSI_CentreRegDate = new javax.swing.JLabel();
    mSI_LabelSystemRegDate = new javax.swing.JLabel();
    mSI_CentreRegDateChooser = new com.toedter.calendar.JDateChooser();
    mSI_SystemRegDateFormattedTextField = new javax.swing.JFormattedTextField();
    jButton1 = new javax.swing.JButton();
    mG_PatientId = new javax.swing.JTextField();
    mG_LabelPatientId = new javax.swing.JLabel();
    jButton2 = new javax.swing.JButton();
    panelContactPerson = new javax.swing.JPanel();
    panelIllness = new javax.swing.JPanel();
    panelDrugs = new javax.swing.JPanel();
    panelDevice = new javax.swing.JPanel();
    panelMeasurement = new javax.swing.JPanel();
    jScrollPane2 = new javax.swing.JScrollPane();
    listMeasurementType = new javax.swing.JList();
    labelSelectMeasurementType = new javax.swing.JLabel();
    jSeparator6 = new javax.swing.JSeparator();
    jScrollPane3 = new javax.swing.JScrollPane();
    tableMeasurements = new javax.swing.JTable();
    labelTableMeasurements = new javax.swing.JLabel();
    jSeparator7 = new javax.swing.JSeparator();
    labelSelectedMeasurementType = new javax.swing.JLabel();
    textFieldSelectedMeasurementType = new javax.swing.JTextField();
    panelMeasurementDisplay = new javax.swing.JPanel();
    jTextFieldSelectedPatient = new javax.swing.JTextField();
    jLabel14 = new javax.swing.JLabel();
    menuBar = new javax.swing.JMenuBar();
    javax.swing.JMenu fileMenu = new javax.swing.JMenu();
    javax.swing.JMenuItem exitMenuItem = new javax.swing.JMenuItem();
    javax.swing.JMenu helpMenu = new javax.swing.JMenu();
    javax.swing.JMenuItem aboutMenuItem = new javax.swing.JMenuItem();
    statusPanel = new javax.swing.JPanel();
    javax.swing.JSeparator statusPanelSeparator = new javax.swing.JSeparator();
    statusMessageLabel = new javax.swing.JLabel();
    statusAnimationLabel = new javax.swing.JLabel();
    progressBar = new javax.swing.JProgressBar();
    mainPanel.setAutoscrolls(true);
    mainPanel.setName("mainPanel"); // NOI18N
    MainTab.setTabLayoutPolicy(javax.swing.JTabbedPane.SCROLL_TAB_LAYOUT);
    org.jdesktop.application.ResourceMap resourceMap = org.jdesktop.application.Application.getInstance(vitalsignmonitor.VitalSignMonitorApp.class).getContext().getResourceMap(VitalSignMonitorView.class);
    MainTab.setToolTipText(resourceMap.getString("MainTab.toolTipText")); // NOI18N
    MainTab.setName("MainTab"); // NOI18N
    panelWelcome.setToolTipText(resourceMap.getString("panelWelcome.toolTipText")); // NOI18N
    panelWelcome.setEnabled(false);
    panelWelcome.setName("panelWelcome"); // NOI18N
    labelPatientChoice.setFont(resourceMap.getFont("labelPatientChoice.font")); // NOI18N
    labelPatientChoice.setText(resourceMap.getString("labelPatientChoice.text")); // NOI18N
    labelPatientChoice.setEnabled(false);
    labelPatientChoice.setName("labelPatientChoice"); // NOI18N
    jScrollPane1.setName("jScrollPane1"); // NOI18N
    tablePatientList.setAutoCreateRowSorter(true);
    tablePatientList.setModel(new javax.swing.table.DefaultTableModel(
    new Object [][] {
    new String [] {
    "Patient_ID", "Surname", "Name"
    boolean[] canEdit = new boolean [] {
    false, false, false
    public boolean isCellEditable(int rowIndex, int columnIndex) {
    return canEdit [columnIndex];
    tablePatientList.setName("tablePatientList"); // NOI18N
    tablePatientList.addMouseListener(new java.awt.event.MouseAdapter() {
    public void mouseClicked(java.awt.event.MouseEvent evt) {
    tablePatientListMouseClicked(evt);
    jScrollPane1.setViewportView(tablePatientList);
    buttonSelectPatient.setText(resourceMap.getString("buttonSelectPatient.text")); // NOI18N
    buttonSelectPatient.setName("buttonSelectPatient"); // NOI18N
    buttonSelectPatient.addMouseListener(new java.awt.event.MouseAdapter() {
    public void mouseClicked(java.awt.event.MouseEvent evt) {
    buttonSelectPatientMouseClicked(evt);
    buttonCreatePatient.setText(resourceMap.getString("buttonCreatePatient.text")); // NOI18N
    buttonCreatePatient.setName("buttonCreatePatient"); // NOI18N
    buttonCreatePatient.addMouseListener(new java.awt.event.MouseAdapter() {
    public void mouseClicked(java.awt.event.MouseEvent evt) {
    buttonCreatePatientMouseClicked(evt);
    jSeparator5.setName("jSeparator5"); // NOI18N
    javax.swing.GroupLayout panelWelcomeLayout = new javax.swing.GroupLayout(panelWelcome);
    panelWelcome.setLayout(panelWelcomeLayout);
    panelWelcomeLayout.setHorizontalGroup(
    panelWelcomeLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
    .addGroup(panelWelcomeLayout.createSequentialGroup()
    .addGap(20, 20, 20)
    .addGroup(panelWelcomeLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
    .addComponent(jScrollPane1, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.DEFAULT_SIZE, 341, Short.MAX_VALUE)
    .addComponent(jSeparator5, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.DEFAULT_SIZE, 341, Short.MAX_VALUE)
    .addGroup(javax.swing.GroupLayout.Alignment.LEADING, panelWelcomeLayout.createSequentialGroup()
    .addComponent(labelPatientChoice, javax.swing.GroupLayout.PREFERRED_SIZE, 179, javax.swing.GroupLayout.PREFERRED_SIZE)
    .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED))
    .addGroup(javax.swing.GroupLayout.Alignment.LEADING, panelWelcomeLayout.createSequentialGroup()
    .addComponent(buttonSelectPatient)
    .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 53, Short.MAX_VALUE)
    .addComponent(buttonCreatePatient)))
    .addGap(514, 514, 514))
    panelWelcomeLayout.setVerticalGroup(
    panelWelcomeLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
    .addGroup(panelWelcomeLayout.createSequentialGroup()
    .addGap(19, 19, 19)
    .addGroup(panelWelcomeLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
    .addComponent(buttonSelectPatient)
    .addComponent(buttonCreatePatient))
    .addGap(11, 11, 11)
    .addComponent(labelPatientChoice)
    .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
    .addComponent(jSeparator5, javax.swing.GroupLayout.PREFERRED_SIZE, 10, javax.swing.GroupLayout.PREFERRED_SIZE)
    .addGap(13, 13, 13)
    .addComponent(jScrollPane1, javax.swing.GroupLayout.DEFAULT_SIZE, 539, Short.MAX_VALUE)
    .addGap(29, 29, 29))
    MainTab.addTab(resourceMap.getString("panelWelcome.TabConstraints.tabTitle"), panelWelcome); // NOI18N
    panelPatient.setFocusable(false);
    panelPatient.setName("panelPatient"); // NOI18N
    panelPatient.addComponentListener(new java.awt.event.ComponentAdapter() {
    public void componentShown(java.awt.event.ComponentEvent evt) {
    panelPatientComponentShown(evt);
    jSeparator1.setName("jSeparator1"); // NOI18N
    jSeparator2.setName("jSeparator2"); // NOI18N
    jSeparator3.setName("jSeparator3"); // NOI18N
    jSeparator4.setName("jSeparator4"); // NOI18N
    m_PanelPI.setBorder(javax.swing.BorderFactory.createTitledBorder(null, resourceMap.getString("m_PanelPI.border.title"), javax.swing.border.TitledBorder.DEFAULT_JUSTIFICATION, javax.swing.border.TitledBorder.DEFAULT_POSITION, resourceMap.getFont("m_PanelPI.border.titleFont"))); // NOI18N
    m_PanelPI.setName("m_PanelPI"); // NOI18N
    mPI_LabelSex.setText(resourceMap.getString("mPI_LabelSex.text")); // NOI18N
    mPI_LabelSex.setName("mPI_LabelSex"); // NOI18N
    mPI_LabelName.setText(resourceMap.getString("mPI_LabelName.text")); // NOI18N
    mPI_LabelName.setName("mPI_LabelName"); // NOI18N
    mPI_Name.setBackground(resourceMap.getColor("mPI_Name.background")); // NOI18N
    mPI_Name.setText(resourceMap.getString("mPI_Name.text")); // NOI18N
    mPI_Name.setDisabledTextColor(resourceMap.getColor("mPI_Name.disabledTextColor")); // NOI18N
    mPI_Name.setName("mPI_Name"); // NOI18N
    mPI_LabelSurname.setText(resourceMap.getString("mPI_LabelSurname.text")); // NOI18N
    mPI_LabelSurname.setName("mPI_LabelSurname"); // NOI18N
    mPI_Surname.setText(resourceMap.getString("mPI_Surname.text")); // NOI18N
    mPI_Surname.setDisabledTextColor(resourceMap.getColor("mPI_Surname.disabledTextColor")); // NOI18N
    mPI_Surname.setName("mPI_Surname"); // NOI18N
    mPI_LabelBirthDate.setText(resourceMap.getString("mPI_LabelBirthDate.text")); // NOI18N
    mPI_LabelBirthDate.setName("mPI_LabelBirthDate"); // NOI18N
    mPI_BirthDateChooser.setBackground(resourceMap.getColor("mPI_BirthDateChooser.background")); // NOI18N
    mPI_BirthDateChooser.setName("mPI_BirthDateChooser"); // NOI18N
    mPI_SexComboBox.setModel(new javax.swing.DefaultComboBoxModel(new String[] { "Male", "Female" }));
    mPI_SexComboBox.setName("mPI_SexComboBox"); // NOI18N
    javax.swing.GroupLayout m_PanelPILayout = new javax.swing.GroupLayout(m_PanelPI);
    m_PanelPI.setLayout(m_PanelPILayout);
    m_PanelPILayout.setHorizontalGroup(
    m_PanelPILayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
    .addGroup(m_PanelPILayout.createSequentialGroup()
    .addContainerGap()
    .addGroup(m_PanelPILayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false)
    .addGroup(m_PanelPILayout.createSequentialGroup()
    .addComponent(mPI_LabelName, javax.swing.GroupLayout.PREFERRED_SIZE, 126, javax.swing.GroupLayout.PREFERRED_SIZE)
    .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
    .addComponent(mPI_Name, javax.swing.GroupLayout.PREFERRED_SIZE, 157, javax.swing.GroupLayout.PREFERRED_SIZE))
    .addGroup(m_PanelPILayout.createSequentialGroup()
    .addComponent(mPI_LabelSurname, javax.swing.GroupLayout.PREFERRED_SIZE, 126, javax.swing.GroupLayout.PREFERRED_SIZE)
    .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
    .addComponent(mPI_Surname, javax.swing.GroupLayout.PREFERRED_SIZE, 157, javax.swing.GroupLayout.PREFERRED_SIZE))
    .addGroup(m_PanelPILayout.createSequentialGroup()
    .addComponent(mPI_LabelBirthDate, javax.swing.GroupLayout.PREFERRED_SIZE, 126, javax.swing.GroupLayout.PREFERRED_SIZE)
    .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
    .addComponent(mPI_BirthDateChooser, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
    .addGroup(m_PanelPILayout.createSequentialGroup()
    .addComponent(mPI_LabelSex, javax.swing.GroupLayout.PREFERRED_SIZE, 126, javax.swing.GroupLayout.PREFERRED_SIZE)
    .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
    .addComponent(mPI_SexComboBox, 0, 159, Short.MAX_VALUE)))
    .addContainerGap(36, Short.MAX_VALUE))
    m_PanelPILayout.linkSize(javax.swing.SwingConstants.HORIZONTAL, new java.awt.Component[] {mPI_Name, mPI_Surname});
    m_PanelPILayout.setVerticalGroup(
    m_PanelPILayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
    .addGroup(m_PanelPILayout.createSequentialGroup()
    .addContainerGap()
    .addGroup(m_PanelPILayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
    .addComponent(mPI_LabelName, javax.swing.GroupLayout.PREFERRED_SIZE, 22, javax.swing.GroupLayout.PREFERRED_SIZE)
    .addComponent(mPI_Name, javax.swing.GroupLayout.PREFERRED_SIZE, 21, javax.swing.GroupLayout.PREFERRED_SIZE))
    .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
    .addGroup(m_PanelPILayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
    .addComponent(mPI_LabelSurname, javax.swing.GroupLayout.PREFERRED_SIZE, 22, javax.swing.GroupLayout.PREFERRED_SIZE)
    .addComponent(mPI_Surname, javax.swing.GroupLayout.PREFERRED_SIZE, 21, javax.swing.GroupLayout.PREFERRED_SIZE))
    .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
    .addGroup(m_PanelPILayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
    .addComponent(mPI_LabelBirthDate, javax.swing.GroupLayout.PREFERRED_SIZE, 22, javax.swing.GroupLayout.PREFERRED_SIZE)
    .addComponent(mPI_BirthDateChooser, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
    .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
    .addGroup(m_PanelPILayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
    .addComponent(mPI_LabelSex, javax.swing.GroupLayout.PREFERRED_SIZE, 22, javax.swing.GroupLayout.PREFERRED_SIZE)
    .addComponent(mPI_SexComboBox, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
    .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
    m_PanelAI.setBorder(javax.swing.BorderFactory.createTitledBorder(null, resourceMap.getString("m_PanelAI.border.title"), javax.swing.border.TitledBorder.DEFAULT_JUSTIFICATION, javax.swing.border.TitledBorder.DEFAULT_POSITION, resourceMap.getFont("m_PanelAI.border.titleFont"))); // NOI18N
    m_PanelAI.setName("m_PanelAI"); // NOI18N
    mAI_LabelWeight.setText(resourceMap.getString("mAI_LabelWeight.text")); // NOI18N
    mAI_LabelWeight.setName("mAI_LabelWeight"); // NOI18N
    mAI_Height.setDisabledTextColor(resourceMap.getColor("mAI_Height.disabledTextColor")); // NOI18N
    mAI_Height.setName("mAI_Height"); // NOI18N
    mAI_LabelHeight.setText(resourceMap.getString("mAI_LabelHeight.text")); // NOI18N
    mAI_LabelHeight.setName("mAI_LabelHeight"); // NOI18N
    mAI_Weight.setDisabledTextColor(resourceMap.getColor("mAI_Weight.disabledTextColor")); // NOI18N
    mAI_Weight.setName("mAI_Weight"); // NOI18N
    javax.swing.GroupLayout m_PanelAILayout = new javax.swing.GroupLayout(m_PanelAI);
    m_PanelAI.setLayout(m_PanelAILayout);
    m_PanelAILayout.setHorizontalGroup(
    m_PanelAILayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
    .addGroup(m_PanelAILayout.createSequentialGroup()
    .addContainerGap()
    .addGroup(m_PanelAILayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
    .addComponent(mAI_LabelHeight, javax.swing.GroupLayout.PREFERRED_SIZE, 126, javax.swing.GroupLayout.PREFERRED_SIZE)
    .addComponent(mAI_LabelWeight, javax.swing.GroupLayout.PREFERRED_SIZE, 126, javax.swing.GroupLayout.PREFERRED_SIZE))
    .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
    .addGroup(m_PanelAILayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
    .addComponent(mAI_Weight, javax.swing.GroupLayout.PREFERRED_SIZE, 157, javax.swing.GroupLayout.PREFERRED_SIZE)
    .addComponent(mAI_Height, javax.swing.GroupLayout.PREFERRED_SIZE, 157, javax.swing.GroupLayout.PREFERRED_SIZE))
    .addContainerGap(38, Short.MAX_VALUE))
    m_PanelAILayout.linkSize(javax.swing.SwingConstants.HORIZONTAL, new java.awt.Component[] {mAI_Height, mAI_Weight});
    m_PanelAILayout.setVerticalGroup(
    m_PanelAILayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
    .addGroup(m_PanelAILayout.createSequentialGroup()
    .addContainerGap()
    .addGroup(m_PanelAILayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
    .addComponent(mAI_Weight, javax.swing.GroupLayout.PREFERRED_SIZE, 21, javax.swing.GroupLayout.PREFERRED_SIZE)
    .addComponent(mAI_LabelWeight, javax.swing.GroupLayout.PREFERRED_SIZE, 22, javax.swing.GroupLayout.PREFERRED_SIZE))
    .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
    .addGroup(m_PanelAILayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
    .addComponent(mAI_LabelHeight, javax.swing.GroupLayout.PREFERRED_SIZE, 22, javax.swing.GroupLayout.PREFERRED_SIZE)
    .addComponent(mAI_Height, javax.swing.GroupLayout.PREFERRED_SIZE, 21, javax.swing.GroupLayout.PREFERRED_SIZE))
    .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
    m_PanelSI.setBorder(javax.swing.BorderFactory.createTitledBorder(null, resourceMap.getString("m_PanelSI.border.title"), javax.swing.border.TitledBorder.DEFAULT_JUSTIFICATION, javax.swing.border.TitledBorder.DEFAULT_POSITION, resourceMap.getFont("m_PanelSI.border.titleFont"))); // NOI18N
    m_PanelSI.setName("m_PanelSI"); // NOI18N
    mSI_CentreRegDate.setText(resourceMap.getString("mSI_CentreRegDate.text")); // NOI18N
    mSI_CentreRegDate.setName("mSI_CentreRegDate"); // NOI18N
    mSI_LabelSystemRegDate.setText(resourceMap.getString("mSI_LabelSystemRegDate.text")); // NOI18N
    mSI_LabelSystemRegDate.setName("mSI_LabelSystemRegDate"); // NOI18N
    mSI_CentreRegDateChooser.setBackground(resourceMap.getColor("mSI_CentreRegDateChooser.background")); // NOI18N
    mSI_CentreRegDateChooser.setName("mSI_CentreRegDateChooser"); // NOI18N
    mSI_SystemRegDateFormattedTextField.setBackground(resourceMap.getColor("mSI_SystemRegDateFormattedTextField.background")); // NOI18N
    mSI_SystemRegDateFormattedTextField.setFormatterFactory(new javax.swing.text.DefaultFormatterFactory(new javax.swing.text.DateFormatter()));
    mSI_SystemRegDateFormattedTextField.setText(resourceMap.getString("mSI_SystemRegDateFormattedTextField.text")); // NOI18N
    mSI_SystemRegDateFormattedTextField.setDisabledTextColor(resourceMap.getColor("mSI_SystemRegDateFormattedTextField.disabledTextColor")); // NOI18N
    mSI_SystemRegDateFormattedTextField.setEnabled(false);
    mSI_SystemRegDateFormattedTextField.setName("mSI_SystemRegDateFormattedTextField"); // NOI18N
    javax.swing.GroupLayout m_PanelSILayout = new javax.swing.GroupLayout(m_PanelSI);
    m_PanelSI.setLayout(m_PanelSILayout);
    m_PanelSILayout.setHorizontalGroup(
    m_PanelSILayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
    .addGroup(m_PanelSILayout.createSequentialGroup()
    .addContainerGap()
    .addGroup(m_PanelSILayout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING, false)
    .addComponent(mSI_LabelSystemRegDate, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
    .addComponent(mSI_CentreRegDate, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.PREFERRED_SIZE, 126, javax.swing.GroupLayout.PREFERRED_SIZE))
    .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
    .addGroup(m_PanelSILayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING, false)
    .addComponent(mSI_CentreRegDateChooser, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
    .addComponent(mSI_SystemRegDateFormattedTextField, javax.swing.GroupLayout.DEFAULT_SIZE, 151, Short.MAX_VALUE))
    .addContainerGap(44, Short.MAX_VALUE))
    m_PanelSILayout.setVerticalGroup(
    m_PanelSILayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
    .addGroup(m_PanelSILayout.createSequentialGroup()
    .addContainerGap()
    .addGroup(m_PanelSILayout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
    .addComponent(mSI_LabelSystemRegDate, javax.swing.GroupLayout.PREFERRED_SIZE, 22, javax.swing.GroupLayout.PREFERRED_SIZE)
    .addComponent(mSI_SystemRegDateFormattedTextField, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
    .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
    .addGroup(m_PanelSILayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
    .addComponent(mSI_CentreRegDate, javax.swing.GroupLayout.PREFERRED_SIZE, 22, javax.swing.GroupLayout.PREFERRED_SIZE)
    .addComponent(mSI_CentreRegDateChooser, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
    .addContainerGap(javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
    jButton1.setText(resourceMap.getString("jButton1.text")); // NOI18N
    jButton1.setEnabled(false);
    jButton1.setName("jButton1"); // NOI18N
    jButton1.addMouseListener(new java.awt.event.MouseAdapter() {
    public void mouseClicked(java.awt.event.MouseEvent evt) {
    ButtonSavePatientDataMouseClicked(evt);
    mG_PatientId.setText(resourceMap.getString("mG_PatientId.text")); // NOI18N
    mG_PatientId.setDisabledTextColor(resourceMap.getColor("mG_PatientId.disabledTextColor")); // NOI18N
    mG_PatientId.setName("mG_PatientId"); // NOI18N
    mG_LabelPatientId.setText(resourceMap.getString("mG_LabelPatientId.text")); // NOI18N
    mG_LabelPatientId.setName("mG_LabelPatientId"); // NOI18N
    jButton2.setText(resourceMap.getString("jButton2.text")); // NOI18N
    jButton2.setName("jButton2"); // NOI18N
    jButton2.addMouseListener(new java.awt.event.MouseAdapter() {
    public void mouseClicked(java.awt.event.MouseEvent evt) {
    ButtonModifyPatientDataMouseClicked(evt);
    javax.swing.GroupLayout panelPatientLayout = new javax.swing.GroupLayout(panelPatient);
    panelPatient.setLayout(panelPatientLayout);
    panelPatientLayout.setHorizontalGroup(
    panelPatientLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
    .addGroup(panelPatientLayout.createSequentialGroup()
    .addGroup(panelPatientLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
    .addGroup(panelPatientLayout.createSequentialGroup()
    .addContainerGap()
    .addGroup(panelPatientLayout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING)
    .addComponent(m_PanelSI, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
    .addComponent(m_PanelAI, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
    .addComponent(m_PanelPI, javax.swing.GroupLayout.Alignment.LEADING, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE))
    .addGap(515, 515, 515)
    .addComponent(jSeparator1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
    .addGap(5, 5, 5)
    .addComponent(jSeparator2, javax.swing.Group

  • Do I Need to Keep Track Of Cache/Transcoding Files?

    Just wondering if Encore builds up a bunch of files after projects, such as transcoded stuff, etc., etc., that I would want to clean up periodically?  I don't see an appropriate item in the Preferences list, as Premiere Pro has.  The only one is a Media Cache, which seems to only be for graphical components for menus.
    Thanks in advance for any replies!

    the media cache contains items that are imported via Dynamic Link and shared between After Effects, Premiere Pro and Encore. The rest ends up in your project directory.
    Mylenium

  • Need to clear last selected prompt values while refreshing webi report

    While using ALL within cascading prompts its  still showing the last prompt values selected  in infoview and not while editing and trying to run webi reports.
    Is there any way to clear this?
    I have implemented following options to resolve but did not work
    1) Delete the .lov files of universe.                                                                               
    2) Delete the contents in data folder by going into storage directory
    3) Implemented the non_persistent concept in prompts
    Code is as follows for the filter with in universe
    @Select(Customised LOV\State) = @Prompt('Select State','A','Customised LOV\State',mono,free,Not_Persistent,,)
    or
    'ALL' = @Prompt('Select State','A','Customised LOV\State',mono,free,Not_Persistent,,)

    Hi,
    In Web Intelligence, the Query Filter Condition consists of 3 parts:
    - Object on which condition is applied
    - Operator (=,<,>,matches pattern, etc)
    - Operands (constant, LIst of Values, etc)
    You will find a button with a "?" sign which is also called as Prompt properties. When you click on this button, a new window will open and in this you have an option for "Keep last values selected" which is checked by default.
    Uncheck this check box --> Click OK. Run the report and save --> Relaunch InfoView to avoid any caching problems.
    Hope this works for you
    Sheeba

  • HT204023 My husband and I have different phone numbers for our business; however, we need a way to keep track of incoming and outgoing calls on both phones.  By the end of the day, our phone has deleted several numbers.  How can we locate those deleted nu

    My husband and I have separate phone numbers for our business but need to keep track of incoming and outgoing calls; however, by end of day many numbers have been automatically erased from our phone.  How can we find those deleted numbers?

    I believe the total amount is 100 calls that will list.
    No way of changing that.

  • Keeping track of rows already selected

    Hi.  I'm somewhat a T-SQL noob.  The answer to my question may be obvious, but I just want to see if I have any options.  I need to scan a table for rows where a column contains a certain value, and then send an email
    to notify users of the resultset.  I'll run that scan say hourly. The table I'm scanning is in a vendor-owned database that I can't modify.  So I guess I need to keep track of previously selected rows so I don't keep notifying
    users of the same resultset, and store those in a persistent table in a separate utility database.  Right so far?  Thanks for helping me get started.

    Ok, so what you'll want to do then is just select rows that have been edited in the last hour:
    SELECT *
    FROM myTable
    WHERE last_updated_on >= DATEADD(HOUR,-1,CURRENT_TIMESTAMP)
    And you'll only get the rows that have been updated in the last hour :)
    Don't forget to mark helpful posts, and answers. It helps others to find relevant posts to the same question.

  • Keeping track of anyone who made a deletion from a table

    Dear all;
    I thought this was going to be easy but I am yet to think of a solution to this problem. I have the following table created
    create table test_tbl
       test_id varchar2(10) not null,
       test_modifiedby varchar2(30),
       test_result number(10),
       primary key(test_id)
    );with the following insert
    insert into test_tbl
      (test_id, test_modifiedby, test_result)
    values
      ('122', 'John', 4);
    insert into test_tbl
      (test_id, test_modifiedby, test_result)
    values
      ('123', 'Jamie', 6);
    insert into test_tbl
      (test_id, test_modifiedby, test_result)
    values
      ('124', 'Katy', 8);
    insert into test_tbl
      (test_id, test_modifiedby, test_result)
    values
      ('125', 'Eric', 10);I am trying to write a simple procedure which is used for deletion and also I would like to be able to keep track on and the save the user who made the deletion and that is where I am having problems. I need to keep track on who made the deletion because I have a trigger which is used to save all deleted test_id made. See trigger below
    CREATE OR REPLACE TRIGGER test_tbl_before_delete
    BEFORE DELETE ON test_tbl
    for each row
    begin
    insert into audit_test_tbl_table
        (test_id, test_modifiedby, test_result)
    values
       (:old.test_id,
        :old.test_modifiedby,
        :old.test_result
    end;Please how do I solve this problem. All help will be appreciated. Thank you.

    Unfortunately Rob, I wouldnt be able to do that because I am using a web development tool called Asp.net which is linked to our oracle database and from the web development tool, users are able to login into the application I am designing and based on their login creditials, they are able to carryout tasks like deletions, insertions, etc. Now I am able to get the user name and info directly from the web development and able to pass it into my deletion procedure. See procedure below
    procedure deletefromtest_tbl(delete_testid in varchar2, delete_modifieruser in varchar2)
      AS
    temp_cnt number;
    BEGIN
    select count(*) into temp_cnt from test_tbl td
    where td.test_id = delete_testid
    if(temp_cnt != 0) then
        delete test_tbl pk
        where pk.test_id = delete_testid
      commit;
        end if;
    end deletefromtest_tbl;From the procedure, I really don't know how to apply the delete_modifieruser (which contains the information of the user that perform the delete) so that information gets saved in the audit_test_tbl_table.

  • Keeping track of changes in Database

    Hi ,
    I need to keep track to the changes in tables (New Inserts , Updates , Deletions) and Procedure / Package source changes that are done , The trace is required on OSUSER
    <br><br>
    Kindly guide if there is a way to do this .
    <br><br>
    Many thanks.
    <br><br>
    Ashish Roy.

    Hi,
    You can enable auditing for tarcking any changes in database.
    http://download.oracle.com/docs/cd/B19306_01/network.102/b14266/cfgaudit.htm
    regards
    Jafar
    http://www.oracledbarea.blogspot.com

Maybe you are looking for

  • Problem in testing a Web service using SOAPUI

    Hi Experts, I have developed a web service in our ECC 6.0 and download the WSDL file generated from SE80. When i downloaded the file, it saved as only XML file.  As I dont have JAVA stack in the ECC 6.0, i was testing using SOAPUI. But when i try to

  • I get "itunes not installed correctly error 7 windows error 193?

    tried to open itunes today and got "itunes not installed correctly reinstall error 7 windows 193" ?  I did nothing to my system just wanted to open itunes.  I had no problem other times before. If I reinstall will I lose my songs.  I can still get  t

  • Deploying IPCCx 8.x on HP DL380 G4 server

    Hello, We are in process of installing  IPCCx 8.x on HP DL380 G4 server by upgrading HDD to required 146GB. Can some one advice with the compatibility of this as we need to run IVR on the same server. Thanks Nisar

  • Dynamic accordion with dynamic datagrid

    I’m trying to create a dynamic accordion with embedded datagrids in each accordion area. I have the base working but have 2 problems I can’t seem to figure out. Bases; the accordion uses a repeater and vbox with a custom component from a webservice r

  • For those of us that already verified the 8.0.1 release this morning...

    Does anyone know if we have to restore 8.0 so when the new release comes out we will be able to update? my current firmware is the 8.0.1 released this morning before Apple pulled it down. Wondering if the new update will still be named 8.0.1 or have