Calendar-LOV with time

For an item with datatype 'DATETIME' the calendar-LOV contains the following errors:
- if the item contains no value the current time should be displayed. For the hours is this always '1:' instead of the current hour. If the item contains a date and time the right time is displayed.
- the radio group 'AM-PM' contains 4 buttons. Only the radio buttons 'AM' and 'PM' should be displayed (i can't figure out what the purpose is of the others two). The others radio buttons are displayed too. If your running on the web just in front of the hours the radion button is displayed, the label is covered by the hours. But if your running client/server the hours is covered by the label. I think that only the radio buttons 'AM' and 'PM' should be displayed.
I currently working on a workaround. When i'm finished it will follow

I've created the following workaround:
I've changed in the object-library the trigger 'KEY-LISTVAL' for the items 'CGSO$datetime' and 'CGSO$datetime_do' in the following:
declare
     l_cursor_item VARCHAR2(200) := :system.cursor_item;
     l_null_value BOOLEAN := false;
begin
     set_radio_button_property('CALENDAR.AM_PM','CGSO$RADIO_BUTTON',visible,property_false);
     set_radio_button_property('CALENDAR.AM_PM','CGSO$RADIO_BUTTON_DO',visible,property_false);
     if :system.cursor_value is null
     then
     copy(sysdate,l_cursor_item);
     l_null_value := true;
     end if;
qms$calendar.key_listval;
if l_null_value
then
copy(null,l_cursor_item);
end if;
end;

Similar Messages

  • Anyone know of Calendar Component with time picker as well as date picker ?

    Anyone know of Calendar type Component with time picker as well as date picker ?

    Will Ceator (or the visual pack) have a calendar component, not the current datepicker one?
    Thanks

  • Datepicker with time popup

    Is there any way to modifiy the date picker/calendar popup (with time) to allow for different time intervals? I've gotten a request to show the minutes in 15 minute intervals rather than 1 minute intervals.
    Since this is generated out of the wwv_flow_utilities package I suspect the answer is a big fat 'no', but I had to ask. Perhaps a nice little enhancement for a future version? Thanks.
    Earl

    Hi Earl,
    You could ofcourse write your own date-time picker.
    Another solution would be to have a date picker only for the date and build your own time dropdown lists (so instead of 1 field with date-time picker; you would have 3 fields: 1 date picker + 2 dropdown lists)
    Dimitri
    -- http://dgielis.blogspot.com

  • On of the reasons I stayed with android is because I use my google calendar all the time - I love that it syncs with my computer and phone and my daughter's as well so we all know what we are doing. Do you know if the iphone does that?

    One of the reasons I have used Androids , is because I use my Google calendar all the time. It syncs with my computer and phone and my daughter's as well, so we all know what we are doing. Do you know if the iPhone does that?

    Here is the info for syncing google calendars
    http://support.apple.com/kb/HT4372

  • Why is the time in calendar listing  inconsistent with time of event?

    When I put a new event into my iphone calendar it shows up an hour earlier in the calendar.
    The time zone is st correctly as London / GMT.
    I cannot see that there is any setting to change.
    Can you help please?
    PS I get the same issue in my Mobileme calendar which is synchronised with the iphone
    Thanks
    Rob

    Do a search in the forums for "9:41".

  • Time in Calendar LOV.

    Hi,
    we are working on forms 10g, ebs12.1.3. Developed one custom form , put date lov for one filed. it is showing calender normally.
    My requirement is need to select time ( ex. 11:30:00 A.M).
    Please help me to show time in calendar LOV.
    Thanks
    Venu.

    we are working on forms 10g, ebs12.1.3. Developed one custom form , put date lov for one filed. it is showing calender normally.
    My requirement is need to select time ( ex. 11:30:00 A.M).
    Please help me to show time in calendar LOV.Please see old threads -- https://forums.oracle.com/forums/search.jspa?threadID=&q=Calendar+AND+LOV&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • I just got an ipad 2 and I felt in love with it. first time apple user. Thererofe, now I want to repalce all my PC product that I have. Could someone tell me if the IMac is touch screem such the ipad? thanks

    I just got an iPad 2 and I felt in love with it. First time Apple user! Unfortunatelly, now I want to replace all my PCs products that I have. Could anyone tell me please if the I Mac desktop has touchscreem and works like the iPad 2?
    Thanks

    The iMac does not include touch screen capability.
    With an iMac, you can choose between a Magic Mouse or a Magic Trackpad. If you want both, there is an additional cost.
    http://www.apple.com/imac/design.html

  • Calendar not showing time

    Although the datatype of the item calling the calendar is DATETIME, the calendar is not showing the time part. I do notice that the size of the window has been enlarged and buttons been moved in order to show the calendar_time canvas, but it doesn't.
    Has anyone out there faced the same problem?!

    It could be you are running into bug #2497339.
    For an item with datatype 'DATETIME' the calendar-LOV contains the following
    errors:
    - if the item contains no value the current time should be displayed. For the
    hours is this always '1:' instead of the current hour. If the item contains a
    date and time the right time is displayed.
    - the radio group 'AM-PM' contains 4 buttons. Only the radio buttons 'AM' and
    'PM' should be displayed (i can't figure out what the purpose is of the others
    two). The others radio buttons are displayed too. If your running on the web
    just in front of the hours the radion button is displayed, the label is
    covered by the hours. But if your running client/server the hours is covered
    by the label. I think that only the radio buttons 'AM' and 'PM' should be
    displayed.
    Workaround:
    I've created the following workaround:
    I've changed in the object-library the trigger 'KEY-LISTVAL' for the items
    'CGSO$datetime' and 'CGSO$datetime_do' in the following:
    declare
    l_cursor_item VARCHAR2(200) := :system.cursor_item;
    l_null_value BOOLEAN := false;
    begin
    set_radio_button_property('CALENDAR.AM_PM','CGSO$RADIO_BUTTON',visible,property
    _false);
    set_radio_button_property('CALENDAR.AM_PM','CGSO$RADIO_BUTTON_DO',visible,prope
    rty_false);
    if :system.cursor_value is null
    then
    copy(sysdate,l_cursor_item);
    l_null_value := true;
    end if;
    qms$calendar.key_listval;
    if l_null_value
    then
    copy(null,l_cursor_item);
    end if;
    end;
    Regards,
    Lauri

  • Calendar LOV postion(x,y) on forms 6i...

    version : oracle forms 6i
    I am showing calendar on text time using calendar.show functionality. By default its showing calendar all the way on left side of the form..
    How can we specify X,Y coordinates for calendar LOV, so it shows very near by to text item. ...I tried changing X,Y on text item property, LOV section...but no use....
    Thanks...

    ORA_Patel wrote:
    Thanks for the reply ...
    Ok...then it means its oracle forms limitation...There is no way to manually place calendar LOV on the forms 6i...
    No, it's not an Oracle Forms limitation, it's the way Oracle Applications, E-Business Suite is designed to work, it has nothing to do with the Forms' limitations, it's just the way the designers of the calendar wanted it to work.
    I have custom made calendar and I can display it wherever I want. But since you are working with EBS you are bound to use the EBS Calendar.
    Tony
    Edited by: Tony Garabedian on Oct 24, 2008 6:56 PM

  • How can I use different calendars associated with different emails to see appointmen​ts separately​?

    I have 3 emails accounts on my Blackberry curve. I want to use different calendars for different type of reminders/appointments. How can I do that? In calendar I pressed menu key and then clicked on select calendar, choose one email address (email 1) then entered an alarm but now if I go to a different calendar associated with different email ( email 2), it also shows me that alarm which I entered in email 1 calendar. Thanks for help

    Don't have LV handy to open the old code, but I did read through the thread you referenced.  It sounds like the example configured 2 counters to create the variable-freq finite pulse train and configured a 3rd counter to count the # steps generated as verification.   That 3rd counter would be a problem for you as there is no internal timing signal connection between your 2 USB devices.  You would need to run a physical wire connection and change some of the config code to match.  Alternately, you could just delete all the code associated with the 3rd counter for now because it isn't strictly necessary.
    Further advice/questions:  Are you planning on a pure sine wave of frequency such that you oscillate with both positive and negative velocity (example: varying from -1000 to +1000 Hz clockwise)?  Or is there a nominal average frequency with a small sine wave superimposed (example: nominal of 1000 Hz clockwise, variation of +/- 50 Hz)?
    I *think* you may be dealing with more of a continuous pulsetrain situation, which is actually much simpler.  You would only need 1 counter/timer, though you would still perform the freq changes in a timed loop which uses the pulsetrain as its timing source.  You'd just need to keep track of your total elapsed time so you could figure out the right sinusoidal freq value at the moment you're ready to update it.
    Another subtlety to watch out for if you're oscillating about 0 velocity  -- don't try to create a frequency that is lower than the rate at which you need to update.  Also, with steppers you may have mechanical stability issues at low freqs like 10's to low 100's of Hz.    These kinds of things may need to be managed as special cases which force you to deviate from a "pure" sine wave.
    -Kevin P.

  • How can I set up an external harddrive with time machine that already has data on it without losing the data?

    I have an external hard drive that I use to hold photos and other files on that no longer fit on my macbook. I also use the external hard drive for back ups set up with time machine. I don't believe I ever did anything to partition it, I've just always had separate folders (Photos, Music, etc) with one being called "Back Ups" (or Backups.backupdb) that my time machine back ups would automatically go into. Recently, I made the switch from my HDD in my macbook to a new SSD of the same size. I used the back ups on the external hard drive to restore all my content, which all worked out fine. My problem now is in using my external hard drive. When I plug it in, it no longer seems to be working with time machine. Also, I was organizing some files within the external hard drive, and when I dragged one into a folder, it took a while to load. Before, it was instantaneous moving a file already on the external hard drive to another location within it. Can anyone help me in getting the external hard drive to work with my new SSD? I don't want to delete any of the folders or back ups that are already on it, since that's the only place I have some of those files. Please let me know if you need anymore details. Thanks! (sorry if this is posted in the wrong forum)

    First, she has to be logged in to the same iTunes account as she used on the old computer.
    Second, when she plugs the iPhone in to iTunes, right click on the phone name and select transfer purchases.
    Third, enter one contact and one calendar entry into the new computer's addressbook/calendar.
    After that, she should be fine.

  • How to limit data range in a Line chart with Time Refresh Control

    Hi All,
    I have a Line chart with Time Refresh Control and I would like to make some constraints to this navigation.
    For example, I would like to limit the user to navigate in a data range of 8 hours.
    Is this posible?
    Thanks in advance

    Hi Pedro,
    as far as I know, this is not possible using the time controls on an iChart. However, you may have some success by using your own time controls which call JavaScript methods exposed by the applet.
    For example, you could begin by hiding the time and calendar buttons on an iChart, and creating some buttons of your own. For instance, to set the start date of a query (and thus the start date of the iChart using the query), you can use the following:
    document.getElementById("appletID").getQueryObject().setStartDate(<date string>);
    Using code like the above (look into the xMII script assistant and documentation), you should be able to build time controls which satisfy your requirements. The exact format of <date string> in the sample above will depend on the date format defined in the query template this script calls.
    Hope this helps,
    Sascha

  • A series of problems with Time Capsule

    I was an early adopter of Apple's "Time Capsule," which in theory sounds like a great idea but has been a disaster for me in practice. This is the story of my nightmare.
    In theory, Time Capsule is supposed to enable wireless, automatic backups of my hard drive via wifi. I liked the idea because I thought it would save me time and make backups so convenient that they'd be sure to happen.
    In practice, it's been slow, aggravating and buggy as ****.
    After I bought the device, I brought it home and set it up to do the initial backup of my laptop computer. My first mistake, as I learned later, was to try to do the initial backup wirelessly. The Time Capsule has an Ethernet connection that works faster than the wireless connection. (It ought to have a USB or Firewire port, which would be far faster than Ethernet, but apparently the Apple gods decided to save a nickle at the expense of quality and convenience.) It would also have been nice if the manual that came with the thing recommended using Ethernet for the initial backup, but it didn't, so I didn't discover that this was even an option until I had already wasted several days.
    Yes, days. Not hours, but days.
    I started the initial backup on a Wednesday night. My laptop's hard drive had about 130 gigabytes of files on it, and after the initial backup had run for a couple of hours, I did a calculation based on megabytes/minute and figured that it should finish up sometime that weekend. This meant that I couldn't take my laptop away from the house or turn it off, but after I'd already invested a few hours in the process, I figured I'd just let it run until completed.
    Unfortunately, the longer the backup proceeded, the slower the megabytes/minute rate became. By the following Monday morning, it was only 2/3 completed, and the copy rate had slowed to such a crawl that I had no idea when it would finish. I therefore reluctantly interrupted the process, since I had meetings to attend where I needed my computer.
    By that time, I had done some further research online and learned that people were recommending doing the initial backup via Ethernet, so when I got home that Monday night, I decided to do it that way instead of via wifi. However, it was unable to resume the interrupted backup, so I had to start over from scratch. Over the course of several attempts to do this, I discovered moreover that the interrupted backup had corrupted the disk somehow, so eventually I had no choice but to erase the Time Capsule entirely before beginning a new backup. Each of these attempts took a half hour or an hour, so I wasted my Monday evening doing nothing but try and retry to start the backup. (Somewhere in the middle of this I also did a tech support call to Apple, which also meant time on the phone, sitting on hold, etc.)
    Finally, sometime on Tuesday I got the backup started, and by late that evening I had my first incremental backup. Hooray! Or so I thought.
    The thing ran OK for a month or so, and then for no apparent reason I discovered that backups were failing. Why? No idea. I called Apple tech support again. An hour or so on hold, then talking to an operator, then trying various things. Eventually the tech support guy told me I'd have to erase the hard drive again and do a new initial backup. Great. At least I knew by then that I'd need to do it via Ethernet, but of course it took the better part of a day for the backup to run, and starting over meant losing all of the history in my previous backups. But I did it.
    After that, I had a good run for several months...maybe six months. Then, for no apparent reason, the backups started failing again. This time I managed to get the backups working again by unplugging the Time Capsule, plugging it back in, and doing some reset procedures.
    A month later, the Ethernet connection started failing.
    I have an old iMac upstairs that I plugged in to the Ethernet connection so it can access the internet and file-share with my laptop. One day I noticed that the iMac's internet connection was no longer working. After some testing, it turned out that neither the iMac nor my laptop is able to connect anymore through the Ethernet connection. I tried several cables, tried playing around with settings, to no avail. I had a trip to Hong Kong coming up, so I decided I'd worry about the Ethernet connection after I got home.
    On the Saturday before my Monday morning flight to Hong Kong, my laptop died.
    It was working fine on Friday evening. I went to bed, got up, and the screen was black. In a panic, I drove to the Apple store and, after much pleading, got them to look at the thing in a hurry. Their tests showed that the logic board was bad. Fortunately, they had a replacement in stock, so they were actually able to repair the laptop in only two hours.
    Since then, however, I haven't been able to get backups to work at all on my Time Capsule.
    When the laptop died, I figured I might need to restore files from the Time Capsule, so I unplugged it and took it with me on my frantic drive to the Apple Store. After I brought it home and plugged it back in, the laptop recognizes that it exists, but instead of doing an imcremental backup, Time Machine wants to start all over with a backup of more than 140 gigabytes.
    No ******* way.
    My plan at this point is to make an appointment at the Apple Store and take it in to someone at their Genius Bar. Maybe they can figure out why Ethernet isn't working and why the incremental backups aren't happening. In the meantime, I don't know if any of the backups that it has done to date are any good, so it's an uneasy feeling. And, of course, I've wasted more time than I care to think about just tweaking and nursing the thing.
    It just isn't worth it.
    If anyone has any suggestions for what I should be trying at this point, I'd love to hear advice.

    I've got some time here as I wait on my computer (more on that in a moment), so in the meantime I re-read Smokerz's reply to my message. Upon re-reading, I thought I'd respond again.
    Smokerz is saying basically that Time Capsule is great for purposes OTHER than backing up my computer's hard drive: "Make your primary TM backup using an external FW800 drive first. ... I don't do TM on TC but use TC as my internet file server for my family who all lives far from one another and stream movies to my ATV. Much better use of TC, eh?"
    There might be a case for that use of Time Capsule, but the product is advertised and sold primarily as a wireless backup device. The main page for the product on apple.com describes it as "Automatic wireless backup for your Mac. ... Time Capsule is a revolutionary backup device that works wirelessly with Time Machine in Mac OS X Leopard. It automatically backs up everything, so you no longer have to worry about losing your digital life."
    Smokerz is therefore arguing that I should be happy with a product that doesn't work for the purpose for which it is primarily advertised and for which I bought it. I don't have any use for it as an internet file server or to stream movies. To say I should be happy with it for those purposes makes no sense.
    Here's a little update on my experience with this thing. I made an appointment and visited the Genius Bar at the Apple Store yesterday. My appointment was at 10:40. I spoke with *** ****, who by the way is "Lead Genius" at the West Towne story in Madison, WI. I've got no problems with him. Like every other Apple employee I've dealt with locally, he was competent, courteous and and helpful. He quickly fixed my Ethernet problem, but the more important problem -- the failure to connect to my existing backups -- left him stumped as it did me. The problem apparently is that when Time Machine uses the MAC address of your computer's logic board as part of its way of identifying your system. There is a file on the backup drive that stores this information. It's filename consists of a period followed by the old MAC address. There is a procedure for renaming that file and changing some other settings which is supposed to make the backup work again. The procedure is detailed here:
    http://www.macosxhints.com/article.php?story=20080128003716101
    http://discussions.apple.com/thread.jspa?messageID=6893237
    The problem in my case is that the file was missing when I went looking for it. (I hadn't been mucking around on my Time Capsule, so I don't see any way that I could possibly have deleted it.)
    After some scratching his head, *** asked me to leave my computer and Time Capsule with him at the Apple Store and come back at 2:30 that afternoon. When I returned, not much progress had been made. He had found a way to make Time Machine do another initial backup from scratch within the same sparsebundle as my older backups and thought that once that backup completed, there would be a way to connect up with the the older backups. By 2:30, however, the backup had only completed 4 GB out of the 130 gigs on my hard drive. The Apple Store closes at 9 p.m., so I would have had to leave it with them overnight just to get through that stage of the process. I think I mentioned previously that I live an hour's drive from the Apple Store, and since I had already burned another entire day trying to get this thing working, I had *** give it back to me so I could take it home and try to complete the procedure myself.
    Once I got it home, I let the backup run overnight. It took about 12 hours to complete. Now I'm going through the procedure *** gave me, which is documented in a little more detail here on Sean Kelly's blog:
    http://seankelly.tv/blog/blogentry.2008-08-25.8041499927
    I just finished spending an hour waiting for the computer to open my sparsebundle (step three of Sean Kelly's procedure). Only six more steps to go!
    <Edited by Moderator>

  • How to get 10.6 calendar out of Time Machine after a clean install of 10.8

    I recently did a clean install of Mountain Lion on my 2007 2.2GHz Intel, 4GB RAM with 120GB SATA Disk.  First, I backed up all of my files in a 1 terabyte WD external harddrive using Time Machine on Oct. 26; as I used my MacBook Pro during the week Time Machine continued to back up my files as I kept it connected to my laptop.
    On November 1st I disconnected the WDHD and initiated the clean install.  Using a Jonathan Morrison video on YouTube I erased all of my files on Snow Leopard and installed Mountain Lion.  (I only want to import certain data back into my laptop at to keep it free from choking on files and programs that I never or rarely use; I only use it for writing and the calendar and misc: no pictures or movies: I am trying to be gentle with it because of its age.) For the next 9 days I backed up all of my Word docs and files in various cloud storage.
    On November 10th I connected the WDHD again and Time Machine did its backups; as I worked I assumed that iCloud and iTunes was taking care of the internal syncing, of my calendar and notebook, contacts et. al, as I merely connected my phone, signed in to iCloud and opened iTunes and clicked SYNC. After the syncs, I opened Calendar and found none of my events; Notes, likewise, had only 7 notes: on my phone are over 40.
    I began research online and found that the majority of post and responses to the question of retrieving this type of data (Calendar, Notes) was best accomplished by using Time Machine.
    http://chasingaftermoonbeams.blogspot.co.uk/2012/05/restoring-lost-ical-events-a nd.html
    This blog informed me that if I turn off my wifi and erase certain files, I can then restore my calendar from my Time Machine back up.  The only problem is that my Time Machine, while it is in the "Star Wars" mode will not let me access anything beyond November 10th.  I went into my Time Machine user files to access my calender files - and they are there -  and discovered that my old 10.6 drive is separate from my new 10.8 drive.  I did a bit of research and found an article on that subject:
    http://creativetechs.com/tipsblog/access-files-from-other-time-machine-backups/
    This article informed me that one can browse other disks in Time Machine.
    The only problem with this solution, for me, was that my new 10.8 drive was the only drive available to choose in the Time Machine "Choose Time Machine Disk To Browse" dialog box.
    My question is this: How do I retrieve the 10.6 Snow Leopard OS X Calendar files (pre-November 10th) from Time Machine and install them on the 10.8 Mountain Lion OS X Calendar?

    I recently used Migration Assistant to migrate the calendar folders but that only created another user; after I deleted that user I attempted to drag the folders to my desktop but recieved a prompt that I did not have permission to do this.  If anyone has any ideas on this problem I would very much appriciate any advice that might assist me in understanding the concatenating process of what I am attempting to do.  It has been quite curious and vexing.

  • Want date displayed with time on the top banner

    Want date displayed with time on the top banner
    On the top banner, I see signal, network, wifi, time, alarm, Bluetooth and battery. I want to see date and month and year too. How?

    There isn't a way to display the date in a banner..  BUT - The calendar icon does display the date and day. 
    HTH

Maybe you are looking for