Grid Control and Default Date value

I am facing 3 problems:
1) One is I want to know how to create a grid control with combo
box/drop down list control for certain fields within that grid.
when I place the grid control no rows or columns can be seen
everything is grey so how the heel should I know where to have
the drop down list controls.these drop down list controls have
some constant values bound to a difeerent stand alone table.
2) In a grid control/in a single text box how can I set the
default value to the today's date in the design environment.
I tried setting the format of the date in the formatterinfo to
MM/DD/yyyy but as soon as I try to click on the insert for the
detail table in a Master-detail table relationship there is an
error.
3)I also wanted to know if anyone knows if there is a calendar
control so that the user over the web can click on a particular
date through the control so that formatting can be avoided.
tHANKS
null

I am facing 3 problems:
1) One is I want to know how to create a grid control with combo
box/drop down list control for certain fields within that grid.
when I place the grid control no rows or columns can be seen
everything is grey so how the heel should I know where to have
the drop down list controls.these drop down list controls have
some constant values bound to a difeerent stand alone table.
2) In a grid control/in a single text box how can I set the
default value to the today's date in the design environment.
I tried setting the format of the date in the formatterinfo to
MM/DD/yyyy but as soon as I try to click on the insert for the
detail table in a Master-detail table relationship there is an
error.
3)I also wanted to know if anyone knows if there is a calendar
control so that the user over the web can click on a particular
date through the control so that formatting can be avoided.
tHANKS
null

Similar Messages

  • Figures in Grid Control and Enterprise Manager Console don't match!

    Hi,
    I have just installed Oracle 10g Grid Control and it is managing an existing database on another server. It appears to gather information as expected in most areas (I can look at the alert log through grid control and it is up to date to the nearest 60 seconds as I expect) but today I looked at how full my undo tablespace is and the figures seemed completely wrong. When looking through grid control it showed me that Undo was 20% full. When I looked in the old java console, it showed it was 30% full!
    Is there any reason why figures in Grid Control would not be accurate or up to date? I have no error messages and it seems to be gathering data fine.
    Is it more likely the old java console is not accurate? (I've always found it accurate in the past I think!).
    These are Solaris Sparc servers, Oracle 10.2.0.3 Grid Control monitoring an Oracle 10.2.0.3 database on a remote server via management agent.
    Thanks,
    Paula

    And this morning my old console says 21%, and the new Grid Control says 14%. So they both seem to be gathering the info and putting it out but they have completely different opinions on how much space is used. I think that makes the whole thing fairly useless. Not so glad I spent an age trying to get grid control set up now!!!
    Any thoughts much appreciated!!!!
    Thanks,
    Paula

  • How to set default date value to a field on screen

    How to set default date value to a field on screen and allow users to modify it ....

    Hello,
    In the PAI module, you need to save the changes to the database using the command MODIFY.
    Follow an example:
    Create or change a message in database table T100. If there is no message with the number 100 in the MYMSGCLASS message class in English, it will be created. Otherwise only the text is changed.
    DATA message_wa TYPE t100.
    message_wa-sprsl = 'EN'.
    message_wa-arbgb = 'MYMSGCLASS'.
    message_wa-msgnr =  '100'.
    message_wa-text =  'Some new message ...'.
    MODIFY t100 FROM message_wa.
    Regards.

  • GRID Control and management  hostname

    With a HA deployment you have to set :
    emd.properties:#AgentListenOnAllNICs=FALSE
    This is ok for me but the servers have 3 differents IP adresses (3 differents hostname), one is foucuss for management tasks and this is not the name registered by the Agent.
    Do you know if it is possible to run host scripts (external jobs) with Grid Control and to specify the hostname where these jobs have to run by default the jobs will run on the hostname registered by the Agent.

    Hello,
    There is currently no support for CEP in Grid Control.
    andy

  • How to check if a user has clicked on a digital control and changed its value?

    Greetings !!!
    I am looking for a simple way (without using Windows messages)of knowing if an user has clicked on a digital control and changed its value.
    I have tried the key focus property; but I have to click twice to make it work.
    If somebody knows a better solution; please let me know.
    Thank you in advance for your help

    If you just want to know if the value has changed you can put it in a while loop and use shift registers to see if the value has changed.
    Brian
    Attachments:
    Changed.vi ‏22 KB

  • ALV Report how to display from and to date values in the header.

    I develoeped alv report . i want to display selection screen from and to date values in  top of page...
    any sample code pls guide me..

    You have to do many things...
    first find the selection details using the FM.
    RS_REFRESH_FROM_SELECTOPTIONS
    use the Blog to Align/populate the Header  from the selection table
    /people/community.user/blog/2007/05/07/alignment-of-data-in-top-of-page-in-alv-grid

  • How do I click on a cell in a table control, and display the value in a string?

    What I would like to do is to click on a cell in a table control, and have the value of the cell be displayed in a string indicator. What ever cell I click on, I would like the value to be displayed in the indicator.
    Thank you!
    Solved!
    Go to Solution.

    ... or
    Event >>> ouse down for table.
    Use Coords" to feed invoke node "point To Row Column" and returned "Cell Postion" can be unbundled to produce the row and column tht can be used to index out the value.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • Oracle 10.2.0.3 Grid Control and ReNew the IP Address

    Hello
    I have installed Grid Control and added few hosts and was working fine. But I have changed the IP address of Grid Server host. I mean I have been given new IP address for Grid Control host.
    I have changes the ip address in /etc/hosts and reboot the server. But Grid Control Console page is not coming up on IE. Help Please...
    Regards
    Sindhi

    It has been sorted out. As Grid Control use FQDN and it do not use IP address. Just I changes the IP address and FQDN was same. I was forgot to change IP address from Terminal Server where I was accessing Grid Control Console using IE. Thanks for you both to response my query.

  • Install Grid Control and use repository within a DataGuard configuration

    Hello,
    I need some information if anyone has experience in the following
    We have severel database running in DataGuard standby configuration.
    I want to install OMS 11.1 and use the repository in a primary and standby configuration.
    My configuration will look like this:
    host 1     Primary Repository database
         OMS service 1
    host 2     Standby Repository database
         OMS service 2
    During normal operation i want to have 2 OMS services running.
    Whenever a failover is necessary, i want to active my standby database and run OMS service 2.
    Can this be a working configuration?
    Any help is appreciated.
    Regards,
    Ben

    Hi.
    As far as I know, the dbconsole installed with the Oracle database applies for only one database on one server. The information accessed by the dbconsole relies within the sysman schema inside the actual database. For a database environment with 10 databases, it is possible to install grid control and manage all these databases despite version and OS. And I think that grid is a good solution to such an environment.
    The grid installation itself is a application server installation, and I suggest if possible that you separate the rdbms server and the server that contains the grid control.
    The repository database the grid control uses can either be installed in the 10g environment or in the grid control environment (server). You can place the repository in a new database in a separate ORACLE_HOME from the actual grid control application server.
    Good luck.
    rgds
    Kjell Ove

  • Installing Grid Control and not using ASM

    Is it possible to install Grid Control and not be using ASM? We are on the brink of beginning our install (Peoplesoft) and may not use ASM. It seems to me from documentation that I'm reviewing that installing GC assumes you will be using ASM.
    Any info would be appreciated.

    Hi,
    the Grid Control Repository database does not require ASM. It works perfectly fine with datafiles on a normal filesystem.
    Best regards,
    Robert

  • Grid Control and CEP

    Hi,
    We are building for one of our clients a solution that is comprized from several products. One of them is CEP. For all theother products we can use Grid Control to "watch" the status and "health" of the products but we could not find any reference to CEP.
    We know that we can get the statistics on the EPNs using Visualizer or JMX but we prefer to have it all in one place. Is it possible to use Grid Control?
    Is there any information regarding Grid Control and CEP?
    Thanks,
    Shimon

    Hello,
    There is currently no support for CEP in Grid Control.
    andy

  • When to install Grid Control and when to just use 10g built in?

    1. is Grid Control really the only way to Enterprise Manage multiple databases? (if not, how do i switch from different databases on the 10g built in EM)
    2. I only have about 10 databases, is Grid Control overboard?
    3. Is it a bad or good idea to install GC on the 10g server?
    thanks,

    Hi.
    As far as I know, the dbconsole installed with the Oracle database applies for only one database on one server. The information accessed by the dbconsole relies within the sysman schema inside the actual database. For a database environment with 10 databases, it is possible to install grid control and manage all these databases despite version and OS. And I think that grid is a good solution to such an environment.
    The grid installation itself is a application server installation, and I suggest if possible that you separate the rdbms server and the server that contains the grid control.
    The repository database the grid control uses can either be installed in the 10g environment or in the grid control environment (server). You can place the repository in a new database in a separate ORACLE_HOME from the actual grid control application server.
    Good luck.
    rgds
    Kjell Ove

  • How to retrieve start and end date values from sharepoint 2013

    Hi,
    How to retrieve start and end date values from new event form of calendar in SharePoint foundation2013
    Thanks
    Gowri Balaguru

    Hi Srini
    Yes i need to have parallel flow for both and in the cube where my reporting will be on monthly basis i need to read these 2 master data and get the required attributes ( considering last/first day of that month as per the requirement).......but i am just wondering this is common scenario....while there are so many threads written for populating 0employee from 0person......don't they have such requirement.....
    Thanks
    Tripple k

  • Installing Grid Control and managing DBs on desktop

    I want to install Grid Control, and manage DB on my own testing environment on desktops...I tried one time to install Grid Control on my desktop i become very slow. Now i am thinking to buy new Desktop dedicated for Grid Control only and see how it goes...any suggestions?
    2nd how i can access my DB on the other desktop? Like i should install agents on that...and how to configure....

    When teaching this class I typically have 6 pairs of students sharing a single P4 3Ghz with 4Gb of RAM gridserver. (combined 10.1.0.4 emrep with single OMS on RH 3 AS)
    THis is more than enough for the 150 or so targets that we configure during class
    The agents are deployed in any of several methods.(the install DVD is probabally the easiest for 1's and 2's) If you are monitoring a db expect to use about 150Mb of RAM for the agent. After setting up the agent ensure that your computer has local security policy configured so that "Login as Batch" is enabled for the user account that will be used for authentication to the desktop. (this also means that you need to have a windows password configured for that account as well).
    The database configuration is semi-automatic once you have the agent installed on the desktop (it's called discovery)

  • Setting a default date value for input controls

    Hi All,
    I have created a webi report that shows  - among other things - the activity between 2 dates. I have created 2 input controls where the user can select the start and end dates from a calendar for this.
    The displayed data is restricted by a date variable which 'unfiltered' contains 1 month of data.
    'out of the box' I can set these input controls and all works fine, but each time I open the report the same values that I set last time are set in the input controls. I want to have these default to being between today and 7 days ago with the user then able to move away from  this action, rather than the 'window of interest' slowly slipping into the past.
    I have looked at the forum posting Re: Default Input Control Values in WebI doc on Open which describes setting a default on the objects in the report filter pane, but this does not appear to be possible as these are 'grayed out' and i need both the input controls to run from a single object.
    Does anyone have any ideas how this might be achieved?
    Thanks in advance
    John

    Hi,
    Sorry, I've obviously not explained myself very well. Please let me try to elaborate...
    The report I am writting is to function as a dashboard (yes, i know - Xcelcius/Dashboard Designer - don't ask!) but asking the user to enter a prompt for the date range is not an option here. My only options for this are effectively the input controls or the report filters. I want to be able to achieve the effect of entering =CurrentDate() in the 'default value box in the same way that I would if writting a Reporting Services report. However the WebI controls do not accept expressions for this.
    So...
    I have one date object with a months worth of dates in it.
    I have two input controls associated with this date object to allow the user to select a narrowed date range from this month of data.
    I need one of these to default to 'today' and the other to default to '7 days ago' (I can do the calculations to get both dates, the bit I cannot get past is applying these dates as defaults)
    can anyone help me with step 3 (in bold) above?
    John

Maybe you are looking for

  • Unable to load suppliers using interface.

    Hi, I was able to load the supplier record into the table AP_SUPPLIERS_INT. No error encountered and no .BAD files exist. When I run the Supplier Open Interface Import in apps, the screen shows the following: 1. Total Suppliers Imported: 0 2. Total S

  • Call a web service in ABAP - how to do LPCONFIG?

    I have searched through OSS, SAP help and SDN - and I see the answer if I call a web service from Java - but I cannot find the answer if I call a web service through normal ABAP in R/3. I apologize if I am asking the same question again or if it is a

  • My LG G3 is working great, and I like the features, but the "look" of my phone didn't change at all.  Why?

    I got the upload, and after some tinkering with it, I got the Smart Lock to work and my phone's working perfectly.  The problem I have is that it didn't do ANYTING AT ALL to give it the new 'look"  Why is this?  Can I fix it?

  • Import Profit center in invoice by DTW

    Dear experts, I have to import the "Profit center" in an invoice by the DTW but I don't find the column, in the templates, where to insert this data. Thanks.

  • Callable Object for Webdynpro Application

    Hello, I have  a Webdynpro for Java Application where I am importing a model from R/3 and displaying certain records......and want to include it in GP Framework....so which is the Callable Object I should use.....i tried using Webdynpro application t