DATE FIELD PROBLEMS - URGENT

I´m having trouble with FormsCentral.
My form is running about 8 months with no problems.
Yesterday people started to complain that the system doesn´t accept any date.
That means the date field restricts date entries, from date dd/mm/aaaa (brazilian format) to another dd/mm/aaaa, but every date that users input in, is considered by the system as invalid, even it´s a correct and valid date right between the interval specified!
I need Help Urgent!!!
I depend on these forms to finish the payrol service from here.
Thanks
I´ll be waiting.
Maurício Galletti
Message was edited by: SNOWMAUSS
It look like the system accepts just dates starting from the date of today.
I´m testing.
Please help.
Thanks
Message was edited by: SNOWMAUSS
It looks like the system have some problem just with the date 20/10/2013?!
I´ve fixed the problem change the interval from 20/10/2013 to another date  and used  21/10/2013 to another date and it works!
But I think something is wrong with the 20/10/2013 date?!
To reproduce the erros just create a new form with date feature with this exaclty configurations and the bug appears:
I´ll keep waiting
Message was edited by: SNOWMAUSS

Hi
I´ve concluded that the problem persist if the date interval starts at the
specific date "20/10/2013". Don´t know why?!
Look at the screen capture above, you aks for
Thanks a lot
image: Imagem inline 1
Maurício P. Galletti
Contador
[email protected]
( 55 11 3331-5567
www.cadt.com.br
2013/10/29 Genevieve Laroche <[email protected]>
   Re: DATE FIELD PROBLEMS - URGENT  created by Genevieve Laroche<http://forums.adobe.com/people/Genevieve+Laroche>in
FormsCentral - View the full discussion<http://forums.adobe.com/message/5797083#5797083

Similar Messages

  • Date field problem in MS Access

    Hi
    I am doing a program in which the requirement is i am storing the system date and time in a date field with name logindate, now i want to compare with that date, by taking into a string variable but it is showing an error like "data type mismatch in criteria expression", but i didn't any problem like this in using MY Sql(taking the date into the string variable and comparing).
    So i would like to know how can i compare the present sysdate with the stored date value in the databse(MS Access) for an emp id.
    Date format i am storing in to the databse is "yyyy-MM-dd HH:mm:ss", and while retriving i am getting as of my requirement but i am unable to compare only the date part(after parsing it), plz it is urgent reply asap
    can u plz send me the code.
    sasi.

    If you say a database column has SQL DATE type, then you need to bind it to a java.sql.Date.
    If your UI takes input as String, you have to convert it to a java.sql.Date first.
    Best to use java.sql.PreparedStatement and bind Dates properly. If you do that, formatting doesn't matter (as it should not).
    %

  • J1inqefile - Excel output - Date field problem

    Dear All,
           I am facing a problem while executing the tcode-J1IEQEFILE.
           When choosing excel file output and executing, 3 files are created. But the problem is, the value of date field in one of the files is not in date format.
        Please help me out on this regard.
    Thank you,
    S.Sridhar

    I am also facing same problem in text file as well as in Excel file also. kindly some one could help me ( Date on which Amount paid  and Date on which tax deducted).
    Thanks
    Venkat

  • ITS Mobile Date Field Problem

    In ITS Mobile I developed a screen which contains a date field. I click question button to select a date, it opens a new screen which includes a calendar. But I can not select a date because no clickable days in new date selection screen. What can i do for this problem.
    Thanks...

    Parameters are:
    Service parameters..
    ~THEME              99
    ~TRANSACTION               LM01
    #MOBILE             This is a mobile service
    ~ITSMOBILE       1
    #SOURCES          Template search sequence
    ~SOURCES          Z_LM01,ITSMOBILE
    #POPUPS            Show popups, default is no
    ~POPUPS            1
    #ITSMOBILEDEVICEINCLUDE     include a device specific html
    ~ITSMOBILEDEVICEINCLUDE     devicesample
    #MESSAGE         SOUND Plays a background sound if a message appears
    ~ITSMOBILEMSGSOUND             1
    #SYSTEM             MODAL POPUPS Shows express mails / system messages
    ~SHOW_SYSTEM_MODAL          1
    İnternet sevice parameters (SE80)
    ~GENERATEDYNPRO     0
    ~THEME                              99
    ~TRANSACTION               LM01

  • Date Field Problem

    Hi,
    I'm new to ApEx. In my previous life I've done web development, but am not an Oracle developer, so I don't know the in's and out's or Oracle or PL/SQL.
    I have a Updated_Date field in my table which is defined as a date field. I want that field to be updated with the current date and time when a record is updated, so I created a computation to populate the field. The item on my page that refers to the Updated_Date is defined as Displays As Text (Saves State).
    I was told my our resident Oracle developer that all I needed to use was SYSDATE to populate the field, but when I use SYSDATE it only populates the date portion (not the time).
    I have searched the forum and have found several examples of code for populating the date, but when I use them they either: 1. result in an invalid month error, or only populate the date.
    What am I doing wrong?
    Thanks, Tony

    Hi Joe,
    Sorry that I wasn't clear.
    I orignally had the item set as display only (save state) as you suggested. I was getting invalid month errors then when I tried to add the time to the on the computation.
    When I saw your response I thought I needed to change the Display As on the item to date picker with a format mask, so I did. That is what caused it to begin working for me, but I didn't know it at the time, because I changed the computation and the item.
    Then, when you said a display only (save state) would work I changed my code back, but didn't completely test. I thought it was still working, but it wasn't. When I later tried to do a save it got the invalid month error again.
    So, I changed it back to Display As - date picker. That's what I meant by changing it to a date field on the page. Sorry.
    Tony

  • Alv + date field problem

    Hi All
    I have a screen with a date field and an alv grid.
    When I hit the f4 help on the date field the date does not appear.
    When I test this screen in the screen painter the date picker shows up, but when I run the program it does not, it is like something is overwritting it.
    Can anyone help with this please
    Thank you

    Hi
    setting the search help BU_DATE_CHAR didn't work.
    When I press the button on the date field or do an F4 the alv seems to get the focus. 
    Thanks anyway

  • DATE field problem in JSF code

    Hi,
    I am a newbie on JSF and working with a JSF application development. I have a problem with a data type: DATE. Here is what had happened; I tried to write a new record to a table, in my "write" paragraphs I have the following codes:
    tabelOneDataProvider.setValue("joindate", rowKey, joinDate1.getSelectedDate());
    tableOneDataProvider.commitChanges();
    The problem is when I was running the program to write a record, I got the following error:
    Cannot append new tableOne data: java.lang.RuntimeException: Number of conflicts while synchronizing: 1 SyncResolver.INSERT_ROW_CONFLICT row 1 Can't infer the SQL type to use for an instance of java.util.Date. Use setObject() with an explicit Types value to specify the type to use.
    At that point, I was trying to write a DATE value from a "calendar' component (joinDate1 field with MM/dd/yyyy format) into a field name: "joindate' (data type is DATE) in tableOne file.
    Any advice on resolving this problem? Please help me to get more knowledge on this. Thanks!

    Hi,
    You must use sql type. So instead of:
    tabelOneDataProvider.setValue("joindate", rowKey, joinDate1.getSelectedDate());
    tableOneDataProvider.commitChanges();try something like:
    java.util.Date date = joinDate1.getSelectedDate();
    java.sql.Date dateToInsert = new java.sql.Date(date.getTime());
    tabelOneDataProvider.setValue("joindate", rowKey, dateToInsert);
    tableOneDataProvider.commitChanges();best regards
    Grzegorz

  • CRS 4 Realtime Snapshot Data Writing problem - urgent!

    Hi,
    I have been having a strange problem recently. I have been trying to get the real time CSQ data to be written to the db_cra database (RtCSQsSummary table). So, I did as described in the documentation - enabled Data Writing, IPCC Express CSQs Summary and IPCC Express System Summary in the Real Time Snapshot Configuration in CRA Administration. However, no data appears in either RtCSQsSummary or RtICDStatistics - those tables are empty. However, ContactServiceQueue table does contain the list of the CSQs.
    I tried restarting the CRS Engine in the Control Center, however that didn't affect the tables - they are still empty.
    Am I missing something here?
    This is pretty urgent, so I would be grateful for any replies.
    And yes, I will rate all the replies.
    Thank you.

    Could it be the bug CSCsc09160?
    Here's the URL with the details, of it:
    http://www.cisco.com/cgi-bin/Support/Bugtool/onebug.pl?bugid=CSCsc09160
    For some reason I can't access it. If you can, could you please copy the details of the bug here and, if mentioned, possible fixes/workarounds?
    Thank you.

  • PCR date field problem

    Hi All,
    When we open MSS PCR Forms the Date of Change field is populating in Arabic language. All other fields are fields correctly displayed.
    We are able to change the other fields except Date of Change field.
    Does anyone have a solution for this?
    Please advice.
    Regards,
    Srinivas
    Edited by: Srinivas Rao Srungarapu on Oct 14, 2008 9:39 PM

    Before saving the data to databse u should convert the dates into internal format using FM 'CONVERT_DATE_TO_INTERNAL' .
    EX:
    REPORT ZEXAMPLE.
    TABLES: MARA, MDKP.
    DATA V_DATE(30).
    SELECT * FROM MARA UP TO 100 ROWS.
      SELECT SINGLE * FROM MDKP WHERE MATNR EQ MARA-MATNR AND
                                      BEADA NE '00000000'.
      IF SY-SUBRC EQ 0.
        V_DATE = MDKP-BEADA.
        WRITE:/ 'DATE IN INTERNAL FORMAT:', V_DATE.
        CALL FUNCTION 'CONVERT_DATE_TO_EXTERNAL'
             EXPORTING
                  DATE_INTERNAL            = MDKP-BEADA
             IMPORTING
                  DATE_EXTERNAL            = V_DATE
             EXCEPTIONS
                  DATE_INTERNAL_IS_INVALID = 1
                  OTHERS                   = 2.
        IF SY-SUBRC EQ 0.
          WRITE:/ 'DATE NOW IN EXTERNAL FORMAT:', V_DATE.
        ENDIF.
        CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL'
             EXPORTING
                  DATE_EXTERNAL            = V_DATE
             IMPORTING
                  DATE_INTERNAL            = V_DATE
             EXCEPTIONS
                  DATE_EXTERNAL_IS_INVALID = 1
                  OTHERS                   = 2.
        IF SY-SUBRC EQ 0.
          WRITE:/ 'DATE NOW BACK IN INTERNAL FORMAT:', V_DATE.
          ULINE.
        ENDIF.
      ENDIF.
    ENDSELECT.

  • Omni portlet - javascript - date field problem

    I want to manipulate a database date type field with javascript in omniportlet layout.
    In the source tab of omniportlet I use the SQL: (it's very simple for example)
    select id, to_char(enddate, 'DD/MM/YYYY HH24:MI') edate, enddate
    from tlh.auctionsession
    where id = 1
    In the layout tab (HTML form). I write this javascript code in Repeating Section: (it's very simple for example)
    <script type="text/javascript">
    document.write(##EDATE##);
    </script>
    It's not woking. Anytime I use the ##EDATE## or ##ENDDATE## in my javascript code, It's not working.
    If I put ##EDATE## of ##ENDDATE## in the HTML's body, it's display well.
    I am really mad with it.
    Do you have any idea? Please help me with it. Thank you very much.
    Sorry for my bad English.

    // custom vaildation scirpt for entered date being today or a future date;
    // date format for the field;
    var cDateFormat = "mm/dd/yyyy";
    // convert the entered value to a date objecta;
    var oEntered = util.scand(cDateFormat, event.value);
    // strip down to just the year, month and day
    oEntered.setFullYear(oEntered.getFullYear(), oEntered.getMonth(), oEntered.getDate());
    // convert todays date to a date object;
    oToday = util.scand(cDateFormat, util.printd(cDateFormat, new Date()));
    // strip down to just the year, month and day
    oToday.setFullYear(oToday.getFullYear(), oToday.getMonth(), oToday.getDate());
    // compare the date values
    if(oEntered.getTime() < oToday.getTime()) {
    // error message date before today's date
    app.alert("Date must be today's date or a futuer date!", 1, 0);
    // set return code to error status;
    event.rc = false;
    // validation is assumed to be true unless the event return code value is false;
    // end custom validation script;

  • SAP GUI 720 (patch level 6) - Date field problem

    Hello all,
    in selection screens (like transaction IW38) some users use the F4 help and the enter key to select a date (like field "Period"): they jump with the tab key to the field, delete the current entry and then press F4 and hit the enter key in the popup to get today's date. (Reason: faster than using the mouse, they say...)
    This does not work anymore with SAP GUI version 7.20: The enter key is not working in the popup. Does anyone know a fix for this or is it intended to work this way?
    Thanks in advance for an answer!
    Best regards
    Daniel

    Thanks for your reply. No, GuiXT is not active.
    Interesting is:
    I have a PC with an older version of SAP GUI 7.20 (patch level 2). There it works as previously with 7.10 (hitting the enter key in the calendar popup window works).
    The reason is (haven't noticed that before), that in 7.20_2 the focus in the calendar popup is in the calendar itself (the lower part). In 7.20_6 the focus is on the top line, where the current date is displayed (like 29.08.2011), and the day is highlighted. The user has to press the tab key to jump from there down to the calendar, and then can press the enter key.
    Now the question is: has this been changed from patch level 2 to 6, or is it an SAP GUI option, that can be changed (and that I cannot find)??
    Best regards
    Daniel

  • Not inserting date field-very urgent

    thanks in advance any help appreciated
    im getting all the datas in csv as an array and inserting using the insert method, the date(not datetime) field is not inserting (vb.net), and not showing any error
    im getting the datas as array string wat iv to do while inserting ive used all the conversion techniques but still not inserting

    Hi,
    You must indicate the "specified" attribute in order to inset or update any field that is not string type.
    For example, I guess that your program do something like:
    obj.date=%%date expression%%
    but you must do also:
    obj.date_specified=true
    That is for any field like number, date, boolean, etc...that is not a string.
    Hope it helps.
    Kim.

  • Date validation problem URGENT

    Hello
    I have ascreen with two selectInputDate fields, I want to add a validation, so the startDate should be before endDate of period,plz help

    Hi,
    I assume you are using 10g, since you mentioned "selectInputDate". Try this code below.
    <af:selectInputDate label="Start Date" id="startDate"
                        binding="#{Test1.startDate}"/>
    <af:selectInputDate label="End Date"
                        binding="#{Test1.endDate}">
      <af:validateDateTimeRange minimum="#{Test1.startDate.value}"/>
    </af:selectInputDate>The code above validates the rule only when you click an command button. If you want the validation to be enforced immediately upon selection, try this code below. It works but a Javascript error will be reported occasionally when you select the startDate.
    <af:selectInputDate label="Start Date" id="startDate"
                        binding="#{Test1.startDate}" autoSubmit="true"
                        partialTriggers="endDate"/>
    <af:selectInputDate label="End Date"
                        binding="#{Test1.endDate}" id="endDate"
                        autoSubmit="true" partialTriggers="startDate">
      <af:validateDateTimeRange minimum="#{Test1.startDate.value}"/>
    </af:selectInputDate>Regards,
    Chan Kelwin

  • Data retrieval problem - Urgent!!!

    Hi all,
    Have a very queer problem.I have a program which queries data from a Z table. The problem is that it does not work for some entries of the ztable. The user enters 4 details in the sel-screen and all these 4 are used for the query.
    Some entries when queried through the program gives me sy-subrc 4 even though all input values are correct ( please donot reply suggesting me to check my inputs).
    I separately queried using the same values in se16 and the record is fetched.but it doesnot happen in through the program.
    Any idea guys..if you have faced such problems before.??

    hi rahul....
    please check your code gain and just check if there is some zero padding or some other conversion exit required..many times this is the major problem while fecthing the data.
    please check whther the data is coming with some zero padding or some other conversion.

  • Data Loading problem (URGENT!!!)

    Hi Gurus
    I am trying to load data to ods 0fiar_o03 with data source 0fi_ar_4.in this case we have all settings for ods side . But the system is throwing the following message. Even data is not coming to PSA
    "ERROR Diagnosis
    The data request was a full update.
    In this case, the corresponding table in the source system does not
    contain any data.
    System response
    Info IDoc received with status 8.
    Procedure
    Check the data basis in the source system."
    Please let me know the possible cause of error.
    **Points Assured***
    Regards

    Check the Idocs in BD87. if u find idocs stucked up then execute them manually. Check the RFC connection.
    Khaja

Maybe you are looking for

  • Few customer invoices are appearing in open as well as cleared items.

    when I am running FBL5N for a particular customer, few line items are coming  as open as well as cleared items. Please suggest how to overcome from this. Thanks.

  • Itunes 10.6.3 on OSX (Lion) crashes on startup

    Since the last software update my iTunes no longer runs when I click the icon on my dock or in the Applications folder. It crashes after about 10-20 seconds and never displays a window. I've pasted the log below. If I run iTunes from the command line

  • WMV3Server plays avi files containing WMV3/9 video and MP3 audio

    WMV3Server To play avi files with WMV3/9 video and MP3 audio encoding on Mac OS X as of 2005-01-24 you will need: Mac OS X 10.2 or later WMV3Server Windows Media Player 9 for Mac OS X An .avi file containing WMV3 video and MP3 audio. Instructions: La

  • Help with F.M.  CACL_OBJECT_READ_VALIDATION

    Hi, i'm trying to use the function module CACL_OBJECT_READ_VALIDATION on R/3 to extract relations between materials. On R/3 dev the F.M. works fine when testing on transaction SE37, but on R/3 tst I got the message "Exception ERROR", and no results.

  • Safari - say "no" to new tabs and new windows

    i expect this has been raised many times and if this is the case then let this be another vote in returning safari browse behaviour back to what it once was. After performing a search a results page is presented.  Clicking on any one of those results