Problems entering data fields

wheen ever I try to enter data properties my program freezes

I open my dashbord and for example single value box is opened, when I try to link the sigle value box to a data cell it will not allow me and the range box does not appear and the icons on my toolbar become inactive. the product is present 2008.

Similar Messages

  • Problem in date field

    Hello All,
    I have a form which has several date fields.I want to autopopulate these dates to the current date unless and until the user changes it. For ex: We have a DateField 1: When the form opens it shows today's date. If the user does not change this date and if the form is again opened 2 days after,then it shows today's date instead of showing the date which is 2 days after.
    Thanks.
    Bibhu.

    Hi Bibhu,
    There are two problems trying to implement this:
    Preventing the script that calculates the current date, from firing when the form is reopened. This script is probably in the docReady event of the current date field.
    If the form is reopened and the user enters with the field that has the script to set the form data input date then this script will fire again, changing the date.
    I think your best option is to have two readOnly date fields, currentDate (visible initially) and dataInputDate (hidden). These fields would be directly aligned one on top of the other.
    Then in the field that you select as triggering the setting of the date that makes when the user input data you would hide the currentDate and show the dataInputDate. Example in the exit event
    if (this.rawValue !== null)
         currentDate.presence = "hidden";
         dataInputDate.presence = "visible";
         //... set the date for the dataInputDate
    else
         currentDate.presence = "visible";
         dataInputDate.presence = "hidden";
         dataInputDate.rawValue = null;
    Make sure the preserve script changes is ticked in the File > Form Properties > Defaults tab.
    As I say, if this field is re-entered and exited again at any stage then the script will re-fire and change the date.
    Hope that helps,
    Niall

  • Problem with Date fields in Search panel

    Hi all,
    I use TP2 and in my jspx page I have a search panel with two date fields and table where the results is displayed. But there is a problem with these date fields, because when I search dates the results is nothing even I retype the date from table. Also I have other pages where this problem exist with same structure.
    Could somebody help me with some advice?
    Thanks in advance!

    Hi Frank,
    Thanks for the answer.
    I use the standart method to make search panel with drag and drop the data control to the page. The other search panel fileds work fine, only the date fileds are problem. Maybe something in view object doesn't work properly.
    Here I post the code from my page.
    <table border="1" style="margin:5px;">
    <tr>
    <td>
    <af:showDetailHeader text="ТЪРСЕНЕ" disclosed="true"
    inlineStyle="width:780px;">
    <table cellspacing="2" cellpadding="3" border="0">
    <tr align="left">
    <td align="right">
    <af:outputLabel value="#{bindings.EGN.hints.label}"/>
    </td>
    <td align="left">
    <af:inputText value="#{bindings.EGN.inputValue}"
    label="#{bindings.EGN.hints.label}"
    columns="#{bindings.EGN.hints.displayWidth}"
    maximumLength="#{bindings.EGN.hints.precision}"
    simple="true"/>
    </td>
    <td align="right">
    <af:outputLabel value="#{bindings.LNC.hints.label}"/>
    </td>
    <td align="left">
    <af:inputText value="#{bindings.LNC.inputValue}"
    label="#{bindings.LNC.hints.label}"
    columns="#{bindings.LNC.hints.displayWidth}"
    maximumLength="#{bindings.LNC.hints.precision}"
    simple="true"/>
    </td>
    <td align="right">
    <af:outputLabel value="#{bindings.AccPersonID.hints.label}"/>
    </td>
    <td align="left">
    <af:inputText value="#{bindings.AccPersonID.inputValue}"
    label="#{bindings.AccPersonID.hints.label}"
    columns="#{bindings.AccPersonID.hints.displayWidth}"
    maximumLength="#{bindings.AccPersonID.hints.precision}"
    simple="true"/>
    </td>
    </tr>
    <tr align="left">
    <td align="right">
    <af:outputLabel value="#{bindings.PersonName.hints.label}"/>
    </td>
    <td align="left" colspan="5">
    <af:inputText value="#{bindings.PersonName.inputValue}"
    label="#{bindings.PersonName.hints.label}"
    columns="#{bindings.PersonName.hints.displayWidth}"
    maximumLength="#{bindings.PersonName.hints.precision}"
    simple="true"/>
    </td>
    </tr>
    <tr align="left">
    <td align="right">
    <af:outputLabel value="#{bindings.DateFrom.hints.label}"/>
    </td>
    <td align="left">
    <af:inputDate value="#{bindings.DateFrom.inputValue}"
    label="#{bindings.DateFrom.hints.label}"
    simple="true">
    <af:convertDateTime pattern="#{bindings.DateFrom.format}"/>
    </af:inputDate>
    </td>
    <td align="right">
    <af:outputLabel value="#{bindings.DateTo.hints.label}"/>
    </td>
    <td align="left">
    <af:inputDate value="#{bindings.DateTo.inputValue}"
    label="#{bindings.DateTo.hints.label}"
    simple="true">
    <af:convertDateTime pattern="#{bindings.DateTo.format}"/>
    </af:inputDate>
    </td>
    </tr>
    <tr>
    <td align="right">
    <af:commandButton actionListener="{bindings.Execute.execute}"
    text="#{bundle.FindBtn_LABEL}"
    disabled="#{!bindings.Execute.enabled}"
    icon="/images/find.png"/>
    </td>
    <td align="left">
    <af:commandButton text="#{bundle.FindClearBtn_LABEL}"
    icon="/images/find_clear.png"
    action="#{PeopleBean.onClearVCBtn}"/>
    </td>
    </tr>
    </table>
    </af:showDetailHeader>
    </td>
    </tr>
    </table>
    Also I have a result table for the search panel, but I don't believe the problem can be there because it works fine when I search in fields different by inputDate.
    Do you have any suggestions?

  • Problem with Date-Field

    Hi,
    I have a problem with a date-field. Maybe I must describe the problem more detailled, but first I just want to ask you, if you know the following error-message: "21.10.2010 kommt nicht in der Menge der erlaubten Werte vor". I don't know the correct translation but it must be something like this: "21.10.2010 does not occur in the quantity of the permitted values". I don't find the position in the sourcecode of this message. And I know, that this message isn't thrown by a functionblock from SAP. So what is the describtion of this message?

    Yes I have a date field in my form. Ok I must describe it more detailled. I have an employee searchfield. After select an employee you see a form. After filling the form you click on "Send". It creates a ticket and sends the data to the Backend and jumps back to the employee search field. Untill this point everything works fine. There is no problem with the datefield. Now I want to create the form. I choose an employee and fill the form. But now it comes this message. But not after clicking the "send" button. The message comes after changing some data (e.g. change a radio button). So it looks like a validationproblem, but only at the second creationprocess. Maybe the first date is in some cache? I don't know...

  • Problem querying date fields

    I am having a problem querying on date fields using the Thin driver. I originally had the problem in the context of a bean used by a JSP, but reproduced the problem in a test app. The problem is that despite the fields being populated and verifying the SQL in SQLPLUS, the calls to ResultSet.getString() and getDate() always return null.
    I run the query as follows:
    results = statement.executeQuery("select NAME, START_DATE from EMPLOYEES where id=1");
    String startDate;
    try{
    results.next();
    startDate = results.getString("START_DATE");
    catch ...
    startDate always comes up null.
    I have also tried ResultSet.getDate(), same problem.
    Am I doing something wrong, or is there a bug? I have searched the news groups and bug reports and haven't found anything.
    Also, a possibly related problem:
    Using the same driver, a where clause of the form "where START_DATE < {d `2000-01-01'}" does not return any records, despite several qualifying records in the database.
    This literal date format comes from section 11.3 of the JDBC 1.2 spec. Am I using this correctly?
    I am using the 8.1.6 driver, and I think the db is 8 or 8i, I will check with the DBA tomorrow.
    Any help is appreciated.
    Thanks,
    Al

    Use PreparedStatement and its set methods instead. It will not only protect you from SQL injections, but it will absolutely also ease setting Java objects in an SQL query.
    Prepare here: http://www.google.com/search?q=preparedstatement+tutorial+site:sun.com

  • Problem with date fields in where clause after changing driver

    Hi,
    We have changed the oracle driver we use to version 10
    and now we have some trouble with date-fields.
    When we run this SQL query from our Java program:
    select *
    from LA_TRANS
    where LA_TRANS.FROM_DATE>='20040101' AND LA_TRANS.FROM_DATE<='20041231'
    We get this error code:
    ORA-01861: literal does not match format string
    The query worked fine whit the previous driver.
    Is there some way I can run a SQL query with date fields
    as strings in the where clause?
    Thanks!

    Keeping the argument of standard SQL or not aside, comparing DATE columns to a constant string (which looks like a date in one of the thousands of the formats available, but not in others) is NOT one of the best programming practices and leads to heartburn and runtime errors (as you have seen yourself).
    I would rather compare a DATE to a DATE.
    Also, constants like that would be another issue to fix in your code:
    http://asktom.oracle.com/pls/ask/f?p=4950:8:6899751034602146050::NO::F4950_P8_DISPLAYID,F4950_P8_CRITERIA:528893984337,

  • Problem with date field (truncation)

    Hi guys!
    I have an interface between Oracle and Oracle. My LKM is SQL to SQL and my IKM is SQL Control Append.
    In the source table i have a date with a hour but after executing the interface in the target date field I receive only date without hour...
    Do you know where it can be truncated ?
    With regards,
    PsmakR

    This an Oracle JDBC Driver error...
    Try this to fix the issue:
    Go to Topology Manager and from the Physical Architecture > Technologies > Oracle > your Data Server > Properties tab, add the oracle.jdbc.V8Compatible property and set its value to true.
    Doing that you can loose the millisecond precision for timestamps format.
    You can also have a try with the Oracle JDBC Driver version 11.1

  • Problem updating date field on user table

    Hi,
    I am having difficulty updating the value for a date field on a user defined table.  All of the other fields update fine.  Below is the code I am using.  Does anyone have any suggestions?  I have tried updating to both a date variable or a string variable.  Thanks in advance for your help
    Dim d As Date
        d = CDate("01/01/2004")
        pRecord.GetByKey (editForm.Items("Code").Specific.String)
        pRecord.UserFields("U_CardCode").Value = editForm.Items("CardCode").Specific.String
        pRecord.UserFields("U_CardNbr").Value = editForm.Items("CardNbr").Specific.String
        pRecord.UserFields("U_CardType").Value = editForm.Items("CardType").Specific.String
        pRecord.UserFields("U_ExpDate").Value = d
        pRecord.UserFields("U_Name").Value = editForm.Items("Name").Specific.String
        pRecord.UserFields("U_CVN").Value = editForm.Items("CVN").Specific.String
        pRecord.UserFields("U_Addr1").Value = editForm.Items("Addr1").Specific.String
        pRecord.UserFields("U_Addr2").Value = editForm.Items("Addr2").Specific.String
        pRecord.UserFields("U_City").Value = editForm.Items("City").Specific.String
        pRecord.UserFields("U_State").Value = editForm.Items("State").Specific.String
        pRecord.UserFields("U_Zip").Value = editForm.Items("Zip").Specific.String
        If editForm.Mode = fm_UPDATE_MODE Then
            pRecord.Update
        End If

    I think I have figured it out.  The cardtype field (which I was also updating) has a list of valid values.  If I didn't specify a value for this field none of the other fields would update either.  I'm still not sure of the reason for this behavior.

  • Mapping problem for date field

    Hi XI Friends..
    In my file to idoc scenario..
    i have field date value :2006-10-10T14:10:10
    i have convert the above field into two fields idate :20061010
    itime:141010
    i used substring datetransfer functions..
    but in static test of message mapping ..i am getting value for itime as 021010
    if we give before 12:00:00 its converting properly..after 12.:00:00 its taking 12hr format only..
    please guide me..
    regards
    ram

    Hi Ram,
    Is this still a problem?
    I think the hint will also work in this case:
    sourcefield --> replaceString(sourceField/constant[T]/constant[]) --> TransformDate(yyyy-mm-ddHH:MM:SS --> HH:MM:SS) --> targetFieldTime
    sourcefield --> replaceString(sourceField/constant[T]/constant[]) --> TransformDate(yyyy-mm-ddHH:MM:SS --> YYYYMMDD) --> targetFieldDATE
    Daniel

  • Some Tabs not updating when selecting a link or entering data fields

    This is weird, and it's been happening for at least months. It did it in Firefox 6x, and upgrading to Firefox 7x did not help.
    A lot of times when I click a link in a tab, Firefox looks like it is going to go to the link, but it doesn't. The same page appears. This is not website specific, and happens sometimes on Google as well as on many other sites. It is very unpredictable. Even when I type a search term into Google or another search engine, the window in the tab stays the same.
    If I click a link and the page doesn't change, it doesn't matter how many times I click it. However, if I do CTRL-click or SHIFT-click, it does open a new tab or window with the correct page (the one I wanted).
    I have disabled add-ons, cleared cache, updated Firefox, all with no help. I'm sure I'm not the first person who's experienced this, so I hope someone understands what I'm talking about and has some advice. Thanks!

    IF '''dmcritchie''''s reply mentioned in the above link didn't solve your problem, then try this:
    Locked or Damaged places.sqlite
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    Check and tell if its working.

  • Problem with date format from Oracle DB

    Hi,
    I am facing a problem with date fields from Oracle DB sources. The date format of the field in DB table is 'Date base type is DATE and DDIC type is DATS'.
    I mapped the date fields to Date characters in BI. Now the data that comes to PSA is in weird format. It shows like -0.PR.09-A
    I have changing the field settings in DataSource  to internal and external and also i have tried mapping these date fields to text fields with out luck. All delivers the same format.
    I have also tried using conversion routines like, CONVERSION_EXIT_IDATE_INPUT to change format. It also delivers me the same old result.
    If anybody of you have any suggestions or if anybody have you experienced such probelms, Please share your experience with me.
    Thanks in advance.
    Regards
    Varada

    Thanks for all your reply. I can only the solutions creating view in database. I want some solution to be done in BI. I appreciate if some of you have idea in it.
    The issue again in detail
    I am facing an issue with date fields from oracle data. The data that is sent from Oracle is in the format is -0.AR.04-M. I am able to convert this date in BI with conversion routine in BI into format 04-MAR-0.
    The problem is,  I am getting data of length 10 (Output format) in the format -0.AR.04-M where the month is not in numericals. Since it is in text it is taking one character spacing more.
    I have tried in different ways to convert and increased the length in BI, the result is same. I am wondering if we can change the date format in database.
    I am in puzzle with the this date format. I have checked other Oracle DB connections data for date fields in BI, they get data in the format 20.081.031 which will allow to convert this in BI. Only from the system i am trying creating a problem.
    Regards
    Varada

  • Filling out the date fields in the forms

    Hi,
    I'm trying to fill out a form (http://www.uscis.gov/files/form/i-134.pdf). The regular text fields are working fine, but I've problem with date fields in this document.
    When I set the value of any date field (e.g. see "Date submitted" in the middle-right of last page), Acrobat Reader assigns the same value to all other date fields - which is completely wrong. And if I delete any value it has assigned, it deletes the values of other date fields as well.
    Is it a bug in Reader, or something is wrong with the form? I've the latest Reader 8.1.2 + security patch, running on Windows.
    Regards,
    Michael.

    It is the design of the form. It isn't a bug of Adobe Reader or Adobe Acrobat.

  • Date field performance

    hi
    The query below works well giving me a few 1000 records in 10-14 secs.
    SELECT p1.A AS "Service Number", p.1B AS "Status",
    C AS "Suspended Date",
    D AS "Reason for suspension"
    FROM inst_prod p1, reason p2
    WHERE p1.b = 'SUS'
    AND p1.reaon_id = p2.reason_cd
    But the same query takes 8-10 mins if i add another date condition to it.
    SELECT p1.A AS "Service Number", p.1B AS "Status",
    C AS "Suspended Date",
    D AS "Reason for suspension"
    FROM inst_prod p1, reason p2
    WHERE p1.b = 'SUS'
    AND p1.reaon_id = p2.reason_cd
    and trunc(p1.c) between to_date('24-Aug-2006','dd-Mon-yyyy') and
    to_date('31-Aug-2006','dd-Mon-yyyy')
    Is it because of the TRUNC function ?
    Can someone help in fine tuning this query.
    Thanks in advance
    Vamsi

    There is no such issue as "Date field performance". Reason: This implies a consistent and inevitable performance problem when using a date column as oppose to a numeric or varchar column. This is false.
    A date column is no slower or no faster than a number or varchar2 column. The speed is determined by what you, the developer or user, does with the contents of that column.
    The 1st Step in "Determining The Cause Of A Performance Problem":
    Look in the mirror.
    The vast majority of performance issues are caused by us, because we are ignorant and doing the wrong thing, misunderstand some basic concept, or worse of all, think we know better and purposefully ignore fundamentals.
    Whenever I hit a problem in software engineering, I always blame myself first, before blaming the software. Something like, "you screwed up again Verreynne!". ;-)
    It is easy to fall in the trap of "oh, it is not my code, it is because of how the software (Oracle) does this or that (cause performance problems with date fields)".
    Don't.
    > Is it because of the TRUNC function ?
    Yes, that could be a factor. Let's say you have an index on COLUMN_FOO. Data type not important.
    So, great, you can write a SQL like this and Oracle will be able to use the index for optimal perfomance:
    SELECT * FROM my_table WHERE column_foo = <some-value>
    However, what happens to that index when you write the following?:
    SELECT * FROM my_table WHERE FUNCTION(column_foo) = <some-value>
    The index on COLUMN_FOO is rendered useless. Why? Because the predicate does not compare COLUMN_FOO with some-value. The predicate states that the return value of FUNCTION() needs to be compared to some-value.
    So the index cannot be used. Every single row in MY_TABLE has to be read, every single row's COLUMN_FOO has to be run via FUNCTION() and only then can the comparison to some-value be done.
    > Can someone help in fine tuning this query.
    As others already stated, you need to look at the execution plans of the two queries and determine what the impact is when you add the TRUNC(date) predicate.

  • Problem in date formatting DD-MMM-YYYY

    Hi,
    I am writing a method in my Application:
    //@@begin FormatDate()
    SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-mm-dd");
         Date d;
         String OutDate = "";
         try {
              d = dateFormat.parse(InDate);
              dateFormat.applyPattern("DD-MMM-YYYY");
              OutDate = dateFormat.format(d);
         } catch (ParseException e) {
              wdComponentAPI.getMessageManager().reportWarning("Date Parse Exception");
         return (OutDate);
        //@@end
    The OutDate that I get is in Format DD-MMM-YYYY but MMM is in digits instead of letters i.e. for 2007-07-31 it gives 31-007-2007 instead of 31-Jul-2007.
    Any clues to get proper output??
    I have tried applying format DD-MON-YYYY it too doesn't help.
    Thanks
    Anagha

    Hi ..
    check this link..
    https://help.sap.com/javadocs/NW04/current/wd/com/sap/tc/webdynpro/services/sal/localization/api/IWDResourceHandler.html
    https://help.sap.com/javadocs/NW04S/current/wd/com/sap/tc/webdynpro/services/sal/localization/api/IWDResourceHandler.html#formatDate(java.util.Date)
    How to calculate next date in Java
    Re: Problem with DATE field
    Hope this will helpful for u..
    Urs GS

  • Universe Turns Bex Date fields to Character

    We are noticing that the universes that we creat are turning all date fields from the bex query to charachter fields. When we try to change the field back to a date in the universe it fails saying that the "driver is not capable". This is usually tied to bad data in the columns or a date format issue. Has anyone seen this and come up with a workaround?

    Hi Ingo,
    We r facing the same problem with date fields.
    The universe is built on SAP BI Query, the data model is as follows:
    DSOs> Infoset-> Multiprovider->SAP BI Query->Universe
    There are  Date variables (DATS Type) defined in the SAP BI query.which are not appearing in calander format in WEBI report at selection prompts screen, rather it is displaying as list of values.
    I checked at the universe level the date dimension for that variable is reflecting as character data type instead of date data type.
    I dont find any key detail object under date dimension whose data type is DATE.
    Edited by: Nisha Makhija on Jul 17, 2009 8:39 PM

Maybe you are looking for