Time field handles 1- & 2-digit times differently

I'm using version 8.2.1.3144... and I'm creating forms with time fields.
When I enter a single-digit number, like "3," in the pdf and hit Tab, the number is displayed as is: "3"
However, if I enter a 2-digit number, such as "11," and hit Tab, the number is displayed as "11:00 AM"
I've tried a range of display/edit/validation/bind settings (including removing all settings) to no avail. I'd really like all times to display as 3:00 or 11:00 with no AM/PM. At this point, though, I'd be happy if they would just behave consistently.
What gives?

In the validation patterns you can control what the user can enter (the edit pattern) what the user sees (the display pattern), what is put into the data file (the data pattern) and what is validated (the Validate pattern). The pattern consists of hh:MM:SS A. If you use capital H then it will display the input as military time (i.e 3:00 PM will be 15:00). So a valid pattern will have hh:ss at a minimum.

Similar Messages

  • Calculate the time different of the graph

    Hi,
    How can i get the time different of the section graph by pointing at it as show in attachment .jpg.
    Other than using the cursor, is there any other methods of doing it??
    Attach with my vi & data.
    thanks and regards,
    Simon
    Attachments:
    pattern.JPG ‏119 KB
    sleep analysis.vi ‏20 KB
    Output_Graph.vi ‏16 KB

    Here's the data..
    Attachments:
    sleep analysis.txt ‏1 KB

  • Portal Time differs ?

    Hi!
    Where Portal  gets it's time? I gess that it gets time from the server, but why Portal time can differ several minutes to servers time??? ,server in HP-UX 11.23.
    This is problem in BI system, because Portal communicates with SSO to ABAP and if time differs too mutch commucation fails. Portal and ABAP are in same server.
    Do somebody know why Portal and server time is not identical?
    Regards, Arvo

    Hi,
    ok...Tell me in portal where you can see this difference?  My mean to say that how you have determined that you have different time in portal?
    You have configured the SSO in between BI  ad portal system and if due to this time zone problem, your SSO fails, you can opt for increase the expiry period of the SSO ticket so that SSO does not fails.
    With Regards,
    Saurabh
    Edited by: Saurabh.Arora on Jun 4, 2009 3:02 PM

  • Field HANDLE in RSDDSTAT

    Hi,
    Does anyone know what field HANDLE in system BW 3.x statistics table RSDDSTAT means?
    Thank you,
    Vitaliy

    Thank you for reply. I found the same info too.
    But what surprise me that when I look into RSDDSTAT I see different HANDLE values for the same user's session: some are 9999 and some are like 12, 13, 14.
    Some I am still not sure about true meaning of it.
    Regards,
    Vitaliy

  • Field Seletion for movement type  / acct differes for BA

    dear all
    while posting in MM the user is facing the problem and error message
    Field Seletion for movement type  / acct differes for BA
    please let me know if i can do some thing with Field status variant in FI
    I am not able to figure this out

    If you Run Program RM07CUFA in SE38 and compare movement  type  and GL you can see the
    comparison of the field status variant of the movement type and GL
    Hope this will resolve your issue
    Bilal

  • RE: [SunONE-JATO] handle...Request() - in different TiledView?

    I need probably to reorder Parent-Child relationships,
    I have now
    - ViewBean
    ---MenuItemsTiledView.class
    ---OrderCacheTiledView.class
    ---Button.class (append)
    I will try to have
    - ViewBean
    ---MenuItemsTiledView.class
    ------OrderCacheTiledView.class
    ---------Button.class (append)
    And I will have to change:
    <jato:tiledView name="MenuItems"
    <jato:tiledView name="OrderCache"
    <go method="post" href="<%=response.encodeURL
    ("../member/MenuItems") %>">
    <postfield name="MenuItems.append" value=""/>
    <postfield name="MenuItems.menuItemId"
    value="<jato:getDisplayFieldValue
    name='MenuItemId'/>" />
    </go>
    I think it is strict rule to have the same parent-child relationships in
    JSP like as in classes
    May I have more freedom like as with <jato:text name="...">, where name
    could be relative (to parent, to container), absolute?
    Fuad
    -----Original Message-----
    From: Fuad Efendi [mailto:<a href="/group/SunONE-JATO/post?protectID=230075113150035198105038066208231165163158211254234113172006048205015246">fuad.efendi@s...</a>]
    Sent: Friday, May 17, 2002 12:02 PM
    Subject: [SunONE-JATO] handle...Request() - in different TiledView?
    Hello,
    I use ViewBean, and two child TiledViews (WML sample).
    <jato:tiledView name="TiledView1"
    type="mobiledb.member.MenuItemsTiledView">
    <go method="post" href="<%=
    response.encodeURL("../member/MenuItems") %>">
    <postfield name="MenuItems.append" value=""/>
    <postfield name="MenuItems.menuItemId"
    value="<jato:getDisplayFieldValue name='MenuItemId'/>" />
    </go>
    I think, "handleAppendRequest()" will work within TiledView1 (I didn't
    try yet, I have this handler in ViewBean).
    But, logically, better place for it is TiledView2 which contains cached
    appended records...
    I can have handler in ViewBean redirecting into TiledView2 of course,
    What is the best way?
    Thanks,
    Fuad
    To download the latest version of JATO, please visit:
    http://www.sun.com/software/download/developer/5102.html
    For more information about JATO, please visit:
    http://developer.iplanet.com/tech/appserver/framework/index.jsp
    [Non-text portions of this message have been removed]

    Sorry for mistake with index,
    <postfield name="MyJspPage.MyTiledView[2].Append" value=""/>
    -----Original Message-----
    From: Fuad Efendi [mailto:<a href="/group/SunONE-JATO/post?protectID=230075113150035198105038066208231165163158211254234113172006048205015246">fuad.efendi@s...</a>]
    Sent: Saturday, May 18, 2002 12:42 PM
    Subject: RE: [SunONE-JATO] handle...Request() - in different TiledView?
    OK, I solved it (for WML),
    If I use "virtual buttons" on JSP page (within <jato:tiledView.../>
    tag), and this buttons are child of MyTiledView class (which is child of
    MyViewBean), I can use
    <postfield name="MyJspPage.MyTiledView.Append[2]" value=""/>
    for emulation of button.
    I don't use MyViewBean.MyTiledView.Append[2]!
    Next step: I have to understand what to do with index in
    MyTiledView.handleAppendRequest... Code seems harder than putting Button
    and Handler in main MyViewBean...
    [Non-text portions of this message have been removed]

  • Back up iPhoto 08' for the first time (different than last time I did it)

    The last time I backed up my photo library was before I got iPhoto 08'. I know I should have done it a long time ago and backed things up at least once a week but I kinda got busy. Since my last backup I have also upgraded to Leopard, which yes I did back up my hard drive when I did that, but I also had the advantage of having an IT person personally helping me.
    Today when I went to back up my library things were different. Rather than the old "iPhoto Library" folder that use to be in the pictures section, I just see a single file named "iPhoto Library" and when I click it, it launches iPhoto.
    So my question is how do I back up my library now, and what ever happened to the "Original" and "Modified" folders? What I would really like to do is save my current library on an external with everything intact. Events, Albums, the order I added them in, etc. I want to clear iPhoto out completely and then re-import my current library.
    I should probably mention that on the external hard drive right now is a back up of my old library from before my upgrade to Leopard and it still has the old setup of the iphoto folder and then inside that is the "Original" and "Modified" folders. How should I handle this, just delete it?

    With iPhoto 7 (iLife 08) the old iPhoto Library Folder is now a Package File. This is simply a folder that looks like a file in the Finder. The change was made to the format of the iPhoto library because many users were inadvertently corrupting their library by browsing through it with other software or making changes in it themselves.
    Want to see inside? Go to your Pictures Folder and find the iPhoto Library there. Right (or Control-) Click on the icon and select 'Show Package Contents'. A finder window will open with the Library exposed.
    Look familiar? Standard Warning: Don't change anything in the iPhoto Library Folder via the Finder or any other application. iPhoto depends on the structure as well as the contents of this folder. Moving things, renaming things or otherwise making changes will prevent iPhoto from working and could even cause you to damage or lose your photos.
    What I would really like to do is save my current library on an external with everything intact. Events, Albums, the order I added them in
    Simply copy the iPhoto Library from the Pictures Folder to the External. That's it.
    I want to clear iPhoto out completely and then re-import my current library.
    I'm afraid that doesn't make a lot of sense to me. If you back up a library then trash it, then restore the selfsame library, how does that constitute a “clear out”?
    I would delete nothing until I had the Maintenance project finished.
    As an Fyi
    There are many, many ways to access your files in iPhoto:
    *For Users of 10.5 and later*
    You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Command-Click for selecting multiple pics.
    Uploaded with plasq's Skitch!
    (Note the above illustration is not a Finder Window. It's the dialogue you get when you go File -> Open)
    You can access the Library from the New Message Window in Mail:
    Uploaded with plasq's Skitch!
    *For users of 10.4 and later* ...
    Many internet sites such as Flickr and SmugMug have plug-ins for accessing the iPhoto Library. If the site you want to use doesn’t then some, one or any of these will also work:
    To upload to a site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
    This is also true for emailing with Web-based services. However, if you're using Gmail you can use iPhoto2GMail
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    *If you want to access the files with iPhoto not running*:
    For users of 10.6 and later:
    You can download a free Services component from MacOSXAutomation which will give you access to the iPhoto Library from your Services Menu. Using the Services Preference Pane you can even create a keyboard shortcut for it.
    For Users of 10.4 and later:
    Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    You can set Photoshop (or any image editor) as an external editor in iPhoto. (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in Photoshop or your Image Editor, and when you save it it's sent back to iPhoto automatically. This is the only way that edits made in another application will be displayed in iPhoto.
    Regards
    TD

  • Why is the time different on my iphone4 for messages and reminders to the actual time on my phone

    I have had to set the time zone on my phone manually as it is wrong. so now that shows correctly. However when i set a reminder and get messages. They show up as a different time zone altogether. So my reminders are coming through 12 hours too late. How can I fix this? I have tried resetting the time manually and automatically.

    On your iPhone ..
    Reset the device:
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    If that doesn't help, tap Settings > General > Reset > Reset All Settings
    Then tap Settings > General > Date & Time
    Switch:  Set Automatically ON
    No data is lost due to a reset.

  • What Do You Do When Recording Start Time Differs From Show Start Time?

    I record several series.  My problem is that generally the show begins at 10:01 and that is when the DVR is set to record.  Every now and then the network changes an individual episode to begin at 10:00 (one minute early)... or some variation of this.  In this circumstance, the show does not record.  Is there any way to work around this and ensure that the show records? 
    Solved!
    Go to Solution.

    Douga101 wrote:
    I record several series.  My problem is that generally the show begins at 10:01 and that is when the DVR is set to record.  Every now and then the network changes an individual episode to begin at 10:00 (one minute early)... or some variation of this.  In this circumstance, the show does not record.  Is there any way to work around this and ensure that the show records? 
    Set it to record at any time and that should eliminate your problem. 
    I use the following setting for series recordings and they always record, starting at the proper time.
    Episodes:  first run only
    Start:  on time
    End:  1 minute after
    Air time:  any time
    Duplicates:   no
    Channel:  selected channel
    Some shows may need different start and end time adjustments.  But those work for the series I record. 
    Keep, Save, and Delete settings at your preference.

  • Same BI query multiple times, different variable values ...

    Hi all, Im having a problem executing a BI query multiple times, passing different parameters. What I did is drag & drop the query multiple times (from the "Find Data" section) and pass different variable values from the signal-in of the nested iview that contains all of them, everyone has its own chart view. The problem is, only the first occurrence of the query is showing (only the first chart). I dont know if there is a restriction, or if I am missing something.
    Thanks in advance.
    Daniel

    Hi all, forget about this, it was a problem in the query definition not in visual composer. Im closing this thread.
    Regards.
    Daniel

  • Replace one div every time different questions

    Please could anybody help me with the following.
    I have one div (-> course interactions) with one question and several answers  (radio). Now I want that the next question comes in the same div (replace het content of the div). So I don't want a list of questions on the page, but only one div with one question (and every time a different question in the same div). How do I get this? Thanxs already for the help.

    I have the elearning suit (and also DW cs 5) on trail and was hoping that the course interaction (action manager) gives a solution. I want to make a online test with one div for every question with radio buttons (so not a list of questions on one page). With selecting the radio button the div must be replaced/swaped with a different question.

  • Can a job have a start time different from its schedule?

    I have a WEEKDAY schedule defined as follows:
    begin
         dbms_scheduler.create_schedule (
              schedule_name => 'DAILY',
              repeat_interval => 'FREQ=DAILY; BYDAY=SUN,MON,TUE,WED,THU,FRI,SAT; BYHOUR=0;BYMINUTE=1;BYSECOND=0',
              comments => 'Daily'
    end;
    Is there a way to define a job that uses the WEEKDAY schedule, but has a different start time, say 17:00?

    Here is the error I am getting:
    begin
         dbms_scheduler.create_schedule (
              schedule_name => 'WEEKDAY',
              repeat_interval => 'FREQ=DAILY; BYDAY=MON,TUE,WED,THU,FRI',
              comments => 'Weekdays'
    end;
    begin
         dbms_scheduler.create_job(
              job_name => 'JPS_SHOW_INFO',
              job_type => 'EXECUTABLE',
              schedule_name => 'WEEKDAY',
              job_action => '/usr/bin/ksh',
              number_of_arguments => 2,
              enabled => FALSE,
              auto_drop => FALSE,
              comments => 'Display shell information'
    end;
    begin
         dbms_scheduler.set_attribute (
              name => 'JPS_SHOW_INFO',
              attribute => 'start_date',
              value => trunc(sysdate) + (17 / 24)
    end;
    begin
    ERROR at line 1:
    ORA-27488: unable to set START_DATE because SCHEDULE_NAME was/were already set
    ORA-06512: at "SYS.DBMS_ISCHED", line 2806
    ORA-06512: at "SYS.DBMS_SCHEDULER", line 1913
    ORA-06512: at line 2

  • In console under crash reports kernel issues many times different applicati

    I've been dealing with MS Word tech people as to why my MS Word X keeps crashing. I've re-intalled the system. I've re-installed office X. Crashes continue. They noticed in my console under crash reporter that all the different applications that crashed all listed the same or nearly the same issue: Any ideas what to do????? Thank you
    Exception: EXCBADACCESS (0X0001)
    Codes: KERNPROTECTIONFAILURE 0X0002 AT 0X0000000
    OR AT 0xfffffff
    or at 0x0173d000
    For Word crashes it comes up:
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x496d70e7

    com.parallels.kext.prl_vnic     7.0 15104.778994
    com.parallels.kext.prl_netbridge        7.0 15104.778994
    com.parallels.kext.prl_hid_hook 7.0 15104.778994
    org.virtualbox.kext.VBoxNetAdp  4.1.18
    com.parallels.kext.prl_hypervisor       7.0 15104.778994
    org.virtualbox.kext.VBoxNetFlt  4.1.18
    com.parallels.kext.prl_usb_connect      7.0 15104.778994
    org.virtualbox.kext.VBoxUSB     4.1.18
    org.virtualbox.kext.VBoxDrv     4.1.18
    com.logmein.driver.LogMeInSoundDriver   1.0.0
    com.squirrels.airparrot.framebuffer     3
    Uninstall Parallels, VirtualBox, Log Me In and Airparrot and reboot.
    Run like that for some time and see if your problems disappear, if not then run through this list of fixes.
    Step by Step to fix your Mac
    If everything is going fine, then install/update Parallels and run it for some time, then VirtualBox, then the last two which are highly suspect.
    Visit the forums for those softwares and see if there are others with problems.

  • Why is the time different on my Macbook Air and my iPhone?

    Hi All,
    For some reason the time on my iPhone is consistently 7 minutes behind the time displayed on my Macbook Air (Mavericks). Both devices are set to display the time automatically according to my time zone. After checking time.org, it looks like my phone has the correct time. There must be a logical reason why this is happening and some kind of solution, no?
    Thanks for any advice.

    On your iPhone ..
    Reset the device:
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    If that doesn't help, tap Settings > General > Reset > Reset All Settings
    Then tap Settings > General > Date & Time
    Switch:  Set Automatically ON
    No data is lost due to a reset.

  • Final Cut Pro X/Canon Vixia Import Time Different

    Hi,
    I have an annoying issue that I have not been able to figure out. I use a Canon Vixia M41 camera to record family videos in AVCHD. I usually import them directly off the card into Final Cut Pro X by first making an archive to store on another hard drive, and then import the actual clips into the library.
    Everything works fine and seems to have been working fine for a while, but I recently noticed that my import time on all of my clips is off an hour. Now, I first thought, okay, daylight savings time, so I went into my camera and checked the time and date settings. I manually adjust for daylight savings time, so I do not have anything in the camera making the DST change automatically.
    When I looked in the camera, the date and time are perfect. When I look at the clips on the card and click to play them back on the actual camera, the date and time are perfect there too; however, when I import those clips into Final Cut, the time on all of them are off by one hour. They are ahead an hour, so instead of 5 am, it's 6 am.
    I know I can adjust the time in Final Cut, but I would like to know why the time is right on the camera and the clips on the camera, but import wrong when brought into Final Cut. I don't want to have to always check to adjust everything I bring into the application.
    Any ideas? I am willing to test out anything. I have also noticed that it has been doing this for a while now and I didn't notice.
    Thanks!
    Using Final Cut Pro 10.1.1 on 2009 Mac Pro (Nehalem) on OS 10.9.3
    Canon Vixia M41 recording AVCHD

    I've been running FCPX from version 10.0.1 up to the latest, and I spent some time puzzling why the time on imported files from my Panasonic SD700 were always an hour out. I tried several experiments setting the daylight savings on or off and adjusting the set time on the camera but FCPX always got it 1 hour wrong. This was despite the fact that the date/time on the raw video file in Finder was correct.
    In the end I just had to accept that it was always going to be an hour out and either set the camera clock 1 hour back or take a short clip of the time on my phone so I could batch adjust the clips later! I can only assume FCPX gets its time from the metadata in the file structure and that some manufacturers' implementations confuse it!

Maybe you are looking for