Oracle's Calendar built-in

Hello fellow developers,
We are developing our first system in Oracle and we wanted to use
the built-in Calendar to make dates easier for the user. We
incorporated a dynamic drop down list into the
same program, and now there is a conflict when we try to populate
the date field with the calendar. The error - 'Cannot populate
list from record group' keeps displaying. When we eliminate the
calendar and enter the date fields manually the error does not
appear. Has anyone had this problem using the calendar with a
dynamic list? If so, how did you fix it?
null

Hi Paul,
When i came across the same situation, I had created an
activeX control ( Monthview or DatetimePicker) to get the date,
These two activeX controls can give the calender as a drop down
window.
The .ocx files should be present in c:\winnt\system32 directory
Jiji
Paul (guest) wrote:
: Hello fellow developers,
: We are developing our first system in Oracle and we wanted to
use
: the built-in Calendar to make dates easier for the user. We
: incorporated a dynamic drop down list into the
: same program, and now there is a conflict when we try to
populate
: the date field with the calendar. The error - 'Cannot
populate
: list from record group' keeps displaying. When we eliminate
the
: calendar and enter the date fields manually the error does not
: appear. Has anyone had this problem using the calendar with a
: dynamic list? If so, how did you fix it?
null

Similar Messages

  • How can I see the whole week with calendar built-in app ?

    How can I see the whole week with calendar built-in app ? My husband has an ipad and he can see the whole week and the whole year... is it possible with iphone 4 ?

    What you see is what is available.
    Turning the iPhone into landscape mode with Month, Day, or List view selected provides the closest thing to seeing an entire week.

  • HT201272 How can I see the whole week with calendar built-in app ?

    How can I see the whole week with calendar built-in app ?  My husband has an ipad and he can see the whole week and the whole year... is it possible with iphone 4 ?

    You have posted in the itunes store forum.  This has nothing to do with the itunes store.

  • Oracle ADF Calendar Component Customization

    Hi,
    I am starting my journey to learn ADF. I am using Oracle ADF Calendar component as read only calendar. We need to further customize the calender to incorporate CUD operations. I am using ADF BC @ business layer and which in turns talk to DB for Calendar entries.
    I am able to implement UI facets (like Hover effect, Detail Calendar Entry, Delete Entry) but I am not clear about how to implement the corresponding events (like delete event, edit event etc).
    I am using Dialog and which refers to a managed Bean component for listeners (e.g Delete Dialog refers to dialogListener="#{CustomCalendarBean.deleteListener}").
    My Question is,
    In the bean, to implement the listener, i would need to make use of Delete operation available in my Data Control (Exposed by ADF BC VO). I am not sure how to do the same. My managed bean is POJO and not sure how it can call Delete operation available in data control.
    Appreciate your help.
    Thanks, Mihir Parekh

    I am able to achieve this functionality with Operation Binding.

  • Question about Oracle Demo - calendar PJC

    Hi all.
    I using Forms 11g Rel2.
    Can the Oracle Demos calendar PJC be display in a language other than English?.
    Thanks in advance ...!

    Any comments on this ...?

  • Oracle Linux Calendar 9.0.4.2/10 and Fedora Core 5

    Hi folks --
    I recently migrated from FC4 to FC5 (did a fresh install), and to my chagrin, the Oracle Calendar linux client install is now broken. This was running fine under both FC4 and RHEL 4. Here is the error I receive on any of the installs (silent/text/graphical):
    [root@pcalarco OracleCalendar_inst]# sh silent_install.sh
    Preparing to install...
    Extracting the JRE from the installer archive...
    Unpacking the JRE...
    Extracting the installation resources from the installer archive...
    Configuring the installer for this system's environment...
    awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    Launching installer...
    grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /tmp/install.dir.23852/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    I know Fedora Core isn't officially supported, but does anyone have a solution for this? Are these just path errors for the JRE as in previous problems with Fedora?
    Also, does Oracle Calendar 10 run any better in FC5?
    Many thanks in advance!
    - pascal
    >
    Pascal V. Calarco, MLIS
    Head, Library Systems & Economics Subject Liaison
    University Libraries of Notre Dame/
    Michiana Academic Library Consortium
    Notre Dame, IN USA 46556-5629
    e-mail: [email protected] tel.: 574-631-3409
    --------------------------------------------------

    I did some searching, and found that this is a common problem with many applications migrating from FC4 to FC5. This problem is caused due to incompatibility of the installer's Java Run-time Environment with certain system libraries.
    In order to solve this, run these commands on the {OracleCalendar_install/cal_linux_904 file:
    $ cp cal_linux_904 cal_linux_904.bak
    $ cat cal_linux_904.bak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > cal_linux_904
    $ rm cal_linux_904.bak
    Now the installers work fine.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Oracle 10g Calendar Access to Query

    My understanding is that CF is unable to set up a datasource
    to Oracles "Bolt On" Calendar solution.
    Because the calendar runs a Unison dB.
    Anyone have any experience w/ connecting//reading/writing to
    Oracles' Calendar?
    --- In any shape, form, or manner!!!!

    Hi,
    Could you please provoide us the details of the dsn
    configuration parameters, driver that you used to make this
    connection? Also, if you are getting any exception message, please
    post the stack trace.
    Thanks & Regards,
    Dipanwita

  • Oracle Dates (calendar months or 30-day months)

    hi guys,
    how would we distinguish if oracle will pick up calendar months or a specific 30-day months?
    is add_months(sysdate, n) will use n calendar months (either it will hit a 30-day, 31-day or 28-day month) or a specific 30-day month calculation?
    thanks

    thanks for all the responses! iam really having some confusions re oracle dates.
    last thing, if i add_months for today's daye, 11/21/2007 what would i get here:
    add_months(sysdate, 3)
    a. Feb 21st -- the date at the beginning of the fourth calendar month from Nov 21
    b. Feb 20th -- the date at the end of the third calendar month from Nov 21
    c. Feb 18th -- the date that is 90 days after Nov 21
    thanks again

  • Oracle Graphics: OG Built-Ins

    What is the OG Built-In to Hide/Show the Data Value Labels the appear above each bar of the bar chart ?
    I do not mean the X-Axis labels.
    I mean the numeric values that appear above the bars of the bar chart.

    If you created the bar chart in reports 9i, you can disable/enable "Show data labels on bars" of plot area panel in the graph wizard to hide/show the label.

  • Integrating Oracle Apps Calendars with Outlook

    From Oracle Apps example :Oracle Learning Management you can schedule a resource (instructor) , many clients are asking for the ability to consolidate this scheduling with with the Outlook. Is there any known solution?
    Thanks in advance

    Hi Naresh,
    Thank you very much for the reply... we have overall description of the scenario but not detailed one... which goes like:
    1) We have to develop a java program to generate password and give it out as an output parameter (the input parameters will be name, age and a character as required by user), the program will use internally date time stamp to make the password generation process more riggid ... which is already in place!
    2) There is a program running in Oracle apps which will process file we provide along with the password (generated for each record using java program mentioned above).
    3) We understand this can be done without SOA/BPEL ... but there are many things coming up which will be added later ... for now what we need is the Oracle program (it will be a procedure that can be run as a concurrent program or called from anywhere) should be integrated with Java program for password using BPEL/SOA (as the java program is lying with third party and we cannot have the code or even the executable).
    In simple words ... a program lying at third party server is accessed to generate password ... a file is accessed from third party server to process the data from it and push the same in Oracle Apps table!
    Regards,
    KPR

  • Calendar Built in Syncml support or Free Connector

    Hello,
    Since we are facing a lot of bugs with the Sun Java Com Sync Connector i'am looking for a (better) synchronization tool (too many duplicates events after sync, compatibility problems, etc.)
    It seems only synchronica is providing a JES connector for SyncML synchronization.
    Do you know if there is a Syn4J(funambol) connector or any other "gateway" or connector that works well with JES Calendar ?
    Regards

    Hi,
    Since we are facing a lot of bugs with the Sun Java
    Com Sync Connector i'am looking for a (better)
    synchronization tool (too many duplicates events
    after sync, compatibility problems, etc.) There is a beta version currently being evaluated which hopefully helps with a lot of these issues.
    It seems only synchronica is providing a JES
    connector for SyncML synchronization.
    Do you know if there is a Syn4J(funambol) connector
    or any other "gateway" or connector that works well
    with JES Calendar ? This has been discussed in earlier forum threads already. The other company that provides an over-the-air solution is notifylink:
    http://www.notifycorp.com/imap4_solutions/sun/index.htm
    Regards,
    Shane.

  • Which version of JDeveloper 11 was Oracle EM 12c built with?

    I would like to know which version of JDeveloper/ADF 11g was used to build EM 12.
    Thanks,
    Wes

    FWK.H (11.5.9 or 11.5.10 base release)
         You need JDeveloper from Patch 4045639 (9IJDEVELOPER WITH OA EXTENSION ARU FOR FWK.H)
    --Shiv                                                                                                                                                                                                                                                                                   

  • Modifying Oracle AS Portal In built packages

    Hi,
    Is there any way to access the oracle portal in built packages and also can we modify that?

    Hi,
    1. The Packages are "Wrapped" - meaning that you cannot see the code & hence you cannot change it.
    2. You should never change the standard objects in your MetaData Repostiry - this will put your Product in what the Oracle Support popularly terms as the "Unsupported Mode". Hence, you should not do it.
    Regards,
    Sandeep

  • Invitations not being sent out on Calendar Server 6.3

    We would be grateful for any help on this. We can give further details if needed, please just let us know.
    Thanks very much.
    Issue:
    To our customers the calendars server appears to be fully operational and without error. However, when a customer creates a new event and invites other people to attend, no invites are sent out. The event creator, however, believes all is in order as no error messages appear and the list of invitees appears on the event. This was working recently. We have looked for things which have changed (e.g. disk space, size of files, corruption, recent patching, licenses expiring, etc) but have not yet found anything that has changed.
    Some details of our system:
    ./cal/sbin/csversion
    Oracle Communications Calendar Server 6.3-27.01 (built Feb 15 2011)
    SunOS xxxx 5.10 Generic_142909-17 sun4u sparc SUNW,Sun-Fire-V440
    In /var/opt/SUNWics5/logs/watcher.log , we get these notices and errors when we restart the service.
    [20/Feb/2012:12:35:56 +1300] (Notice) Received request to restart: store admin http
    [20/Feb/2012:12:35:56 +1300] (Notice) Connecting to watcher ...
    [20/Feb/2012:12:36:00 +1300] (Notice) 7698
    [20/Feb/2012:12:36:00 +1300] (Notice) Stopping http server 7704 ..... done
    [20/Feb/2012:12:36:02 +1300] (Notice) Stopping http server 7705 ... done
    [20/Feb/2012:12:36:02 +1300] (Notice) admin server is not running
    [20/Feb/2012:12:36:02 +1300] (Notice) Stopping store server 7700 ............................................................... timeout
    [20/Feb/2012:12:37:03 +1300] (Error) Cannot stop server store with SIGTERM, now retrying with SIGKILL
    [20/Feb/2012:12:37:03 +1300] (Notice) Stopping store server 7700 ..... done
    [20/Feb/2012:12:37:05 +1300] (Notice) Starting store server .... 7718
    [20/Feb/2012:12:37:05 +1300] (Notice) Checking store server status ..... ready
    [20/Feb/2012:12:37:07 +1300] (Notice) Starting admin server ....Watched 'csadmind' process 7725 exited abnormally
    7725
    [20/Feb/2012:12:37:08 +1300] (Notice) Starting http server ....[20/Feb/2012:12:37:08 +1300] (Notice) Received request to restart: store admin http
    [20/Feb/2012:12:37:08 +1300] (Notice) Connecting to watcher ...
    ... 7727
    [20/Feb/2012:12:37:13 +1300] (Notice) 7698
    [20/Feb/2012:12:37:13 +1300] (Error) store failed twice in 600 seconds, will not perform restart
    Watched 'csadmind' process 7844 exited abnormally
    What we've done:
    We have run db_verify and csdb -v check on the databases. ics50deletelog.db did have corruption, so we fixed that by using db_dump and db_load to export then import the databases.
    We also purged the ics50deletelog.db database using cspurge afterwards when the dump and load didn't seem to have had an effect.
    We tried putting the log level up in the /opt/SUNWics5/cal/config/ics.conf , but didn't get any more details when restarting the service (through /etc/init.d/sunwics5 restart)
    Before we did the db_dump, db_load and purge:
    Calendar database version: 4.0.0
    Sleepycat Software: Berkeley DB 4.2.52: (December 3, 2003)
    Total database size in bytes: 1465503744
    Total number of calendars: 14964
    Total number of events: 830842
    Total number of tasks: 17351
    Total number of alarms: 57181
    Total number of gse entries: 9
    Total number of master component entries: 24100
    Total number of deletelog entries: 1779967
    Total logfile size in bytes: 79262
    Session database version: 3.0.0 [BerkeleyDB]
    Total database size in bytes: 0
    Total logfile size in bytes: 0
    Counter database version: 1.0.0 [Memory Mapped Files]
    Total database size in bytes: 0
    After the db_dump, db_load and purge:
    Calendar database version: 4.0.0
    Sleepycat Software: Berkeley DB 4.2.52: (December 3, 2003)
    Total database size in bytes: 1201864704
    Total number of calendars: 14964
    Total number of events: 830845
    Total number of tasks: 17351
    Total number of alarms: 55116
    Total number of gse entries: 9
    Total number of master component entries: 24100
    Total number of deletelog entries: 1779967
    Total logfile size in bytes: 5251612
    Session database version: 3.0.0 [BerkeleyDB]
    Total database size in bytes: 0
    Total logfile size in bytes: 0
    Counter database version: 1.0.0 [Memory Mapped Files]
    Total database size in bytes: 0
    Thanks again.

    Sounds like we talking about 'Event Invitations Notifications'. These are the notifications that gets sent when some one invite you to an event. Whether you receive the notification or not depends on your preference that is stored in ldap. This can be set using the Convergence by navigating through Options-> Calendar -> Notifcations (Check "Notify me via email of new invitations or invitation changes"). The actual ldap attributes that gets stored in user's entry is below.
    icsExtendedUserPrefs: ceNotifyEnable=1
    icsExtendedUserPrefs: ceNotifyEmail=[email protected]
    In the following cases, the user (attendee) will not get notifications even if the above preference is set.
    a> Creating an event with attendees in the past. CS6, by default, suppresses notifications for past events. You can enable notifications for past events by setting the config "ine.pastnotification.enable" to "yes" in ics.conf
    b> If the client creating the event requests server not to send notifications. (smtpNotify wcap param for storeevents.wcap). Outlook Connector uses this wcap param, so you won't get server notifications for the events invited using Outlook Connector. Outlook Connector sends it's own notifications directly.
    I think, you are looking for these kind of notifications. The process responsible for sending these notifications is "csadmind" on the Frontend. So, you need to check admin.log on the Frontend to see if it is sending notifications or not.
    Edited by: dabrain on Feb 21, 2012 9:26 AM

  • Mozilla Lightning shared Calendar

    Can I use shared calendars with Mozilla Lightning? If so, how is the url?
    Calendar Server Version:
    Oracle Communications Calendar Server for CALDAV Clients version: 7u1-3.14 (built 2011-04-14T12:15:44-0700)

    Hi,
    One way :
    You have to create a new calendar on the same server and want to subscribe to [email protected] :
    Settings :
    - on the network
    - CALDAV
    - Location : http(s)://calServer:calPort/dav/home/[email protected]/calendar/ (the same aurl as yours, except the mail)
    -Authentication : your own login and password.
    The user has to share their calendar first.
    This link might be useful : http://wikis.sun.com/display/CommSuite/Configuring+CalDAV+Clients+for+Calendar+Server+7
    Edited by: user13722792 on 25 nov. 2011 06:30

Maybe you are looking for