Forms 6i Calendar

Hi everyone,
I am trying to create a calendar using Forms 6i, but I'm missing a couple of files which are: calendar.pll and standard.olb. Does any of you guys knows by any chance where can I download these files?
Thanks in advance!!

Solution found

Similar Messages

  • Forms and calendar

    Hello,
    I have created a calendar component from the PortalDB provider and a form which links to the calendar to display events. Added the calendar as a portlet in my page.Now, after i submit the form i need to get back to my page in the portal.
    I know that i need to do this in the additional Pl/sql section of the form using either go or call. My question is how do i get the URL from which any user has come to this form. Or i think i need a way to know the pageid atleast so that i can construct the URL. Someone please help. Thank you very much. Regards,
    --Ganti.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Thank you Charles. I tried to create a web service stub for Forms using JDeveloper but got the following error from the "Web Service Stub/Skeleton" wizard:
    WSDL Validation failed with the following exception:
    oracle.xml.parser.v2.XMLParseException: Start of root element expected.
    This indicates to me that XML is being sent back but not as expected. I was using the following URI:
    http://myocsserver/ocas-bin/ocas.fcgi
    Any ideas?

  • Forms 9i calendar javabean

    I am from a client/server background and new to forms 9i development for the web. Does anyone know of simple step by step documentation for implementing the calendar javabean? I've had a look at the demos but am finding documentation hard to follow.
    Thanks

    Hi,
    no, there are no other documentations
    Frank

  • Error to create link between form and calendar

    I use Portal 3.0.8. I imported tutorial sucessfuly to my database 8.1.7. On step 10 of secetion 3.4.5 on Building Portal documentation. The SQL Query:
    select
    e.event_start_date the_date,
    e.event_title the_name,
    PORTAL30.WWV_APP_MODULE.link?p_arg_names=moduleid&p_arg_values=1185176907&p_arg_names=_event_id_cond&p_arg_values=%3D&p_arg_names=_show_header&p_arg_values=YES' | | E.EVENT_ID | | ' the_date_link, null the_target
    from MY_HLW.HLW_EVENTS e order by 1
    When I press on OK button, I receive following message:
    : Unable to describe SQL statement. Please correct it (WWV-13010)
    Invalid SQL statement: SELECT E.EVENT_START_DATE THE_DATE, E.EVENT_TITLE THE_NAME, PORTAL30.WWV_APP_MODULE.LINK?P_ARG_NAMES=MODULEID&P_ARG_VALUES=1185176907&P_ARG_NAMES=_EVENT_ID_COND&P_ARG_VALUES=D&P_ARG_NAMES=_SHOW_HEADER&P_ARG_VALUES=YES' | | E.EVENT_ID | | ' THE_DATE_LINK, NULL THE_TARGET FROM MY_HLW.HLW_EVENTS E ORDER BY 1 (WWV-13005)
    ORA-01001: invalid cursor (WWV-11230)
    ORA-00911: invalid character (WWV-11230)
    Failed to parse as MY_HLW - SELECT E.EVENT_START_DATE THE_DATE, E.EVENT_TITLE THE_NAME, PORTAL30.WWV_APP_MODULE.LINK?P_ARG_NAMES=MODULEID&P_ARG_VALUES=1185176907&P_ARG_NAMES=_EVENT_ID_COND&P_ARG_VALUES=D&P_ARG_NAMES=_SHOW_HEADER&P_ARG_VALUES=YES' | | E.EVENT_ID | | ' THE_DATE_LINK, NULL THE_TARGET FROM MY_HLW.HLW_EVENTS E ORDER BY 1 (WWV-08300)
    Syntax is exactly same as documentation, the only different is Demeschema, eventFormID.

    Here's the code that works. The tutorial's syntax is incorrect. To
    bad the old forum's weren't available. Remember the leading ' and look at the
    syntax, you have to identify the column - &p_arg_names=jbrevnt_event_id and then the condition
    &p_arg_names=_jbrevnt_event_id_cond&p_arg_values=%3D'
    select
    e.jbrevnt_event_start_date the_date,
    e.jbrevnt_event_title the_name,
    'PORTAL30.wwa_app_module.link?p_arg_names=_moduleid&p_arg_values=1706939281&p_arg_names=_show_header&p_arg_values=YES&p_arg_names=jbrevnt_event_id&p_arg_values='||E.JBREVNT_EVENT_ID||'&p_arg_names=_jbrevnt_event_id_cond&p_arg_values=%3D' the_name_link,
    null the_date_link,
    null the_target
    from jobbank.jbrevnt e
    order by 1

  • Creating Error a link between the form and calendar.

    Could anyone please let me know following message?
    Error: Unable to describe SQL statement. Please correct it (WWV-13010)
    Invalid SQL statement: SELECT E.EVENT_START_DATE THE_DATE, E.EVENT_TITLE THE_NAME,SELECT E.EVENT_START_DATE THE_DATE, E.EVENT_TITLE THE_NAME, PORTAL30.WWV_APP_MODULE.LINK?P_ARG_NAMES=MODULEID&P_ARG_VALUES=1293628239&P_ARG_NAMES=_EVENT_ID_COND&P_ARG_VALUES=D&P_ARG_NAMES=_SHOW_HEADER&P_ARG_VALUES=YES'| |E.EVENT_ID| |' ' THE_DATE_LINK, NULL THE_TARGET FROM MY_HLW.EVENTS E ORDER BY 1 (WWV-13005)
    ORA-01001: invalid cursor (WWV-11230)
    ORA-00936: missing expression (WWV-11230)
    Failed to parse as MY_HLW - SELECT E.EVENT_START_DATE THE_DATE, E.EVENT_TITLE THE_NAME,SELECT E.EVENT_START_DATE THE_DATE, E.EVENT_TITLE THE_NAME, PORTAL30.WWV_APP_MODULE.LINK?P_ARG_NAMES=MODULEID&P_ARG_VALUES=1293628239&P_ARG_NAMES=_EVENT_ID_COND&P_ARG_VALUES=D&P_ARG_NAMES=_SHOW_HEADER&P_ARG_VALUES=YES'| |E.EVENT_ID| |' ' THE_DATE_LINK, NULL THE_TARGET FROM MY_HLW.EVENTS E ORDER BY 1 (WWV-08300)
    I am learning Building advanced Portal with oracle portal release 3.0.
    on the page 3.4.5 of the tutorial book with Building Advanced Portal, i created EVENT_LINK,mynameEvent_CAL and mynameEVENT_FORM.
    At the step 11 , i modified SQL query in the mynameEVENT_CAL application as following :
    select
    e.event_start_date the_date,
    e.event_title the_name,select
    e.event_start_date the_date,
    e.event_title the_name,
    PORTAL30.wwv_app_module.link?p_arg_names=moduleid&p_arg_values=1293628239&p_arg_names=_event_id_cond&p_arg_values=%3D&p_arg_names=_show_header&p_arg_values=YES'| |E.EVENT_ID| |' ' the_date_link,
    null the_target
    from my_hlw.events e
    order by 1
    please let me know for this error message.
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by jonghoon Jung ([email protected]):
    Could anyone please let me know following message?
    Unable to describe SQL statement. Please correct it (WWV-13010)
    Invalid SQL statement: SELECT E.EVENT_START_DATE THE_DATE, E.EVENT_TITLE THE_NAME, PORTAL30.WWV_APP_MODULE.LINK?P_ARG_NAMES=MODULEID&P_ARG_VALUES=1293628239&P_ARG_NAMES=_EVENT_ID_COND&P_ARG_VALUES=D&P_ARG_NAMES=_SHOW_HEADER&P_ARG_VALUES=YES'&#0124; &#0124;E.EVENT_ID&#0124; &#0124;' ' THE_DATE_LINK, NULL THE_TARGET FROM MY_HLW.EVENTS E ORDER BY 1 (WWV-13005)
    ORA-01001: invalid cursor (WWV-11230)
    ORA-00911: invalid character (WWV-11230)
    Failed to parse as MY_HLW - SELECT E.EVENT_START_DATE THE_DATE, E.EVENT_TITLE THE_NAME, PORTAL30.WWV_APP_MODULE.LINK?P_ARG_NAMES=MODULEID&P_ARG_VALUES=1293628239&P_ARG_NAMES=_EVENT_ID_COND&P_ARG_VALUES=D&P_ARG_NAMES=_SHOW_HEADER&P_ARG_VALUES=YES'&#0124; &#0124;E.EVENT_ID&#0124; &#0124;' ' THE_DATE_LINK, NULL THE_TARGET FROM MY_HLW.EVENTS E ORDER BY 1 (WWV-08300)
    I am learning Building advanced Portal with oracle portal release 3.0.
    on the page 3.4.5 of the tutorial book with Building Advanced Portal, i created EVENT_LINK,mynameEvent_CAL and mynameEVENT_FORM.
    At the step 11 , i modified SQL query in the mynameEVENT_CAL application as following :
    select
    e.event_start_date the_date,
    e.event_title the_name,
    PORTAL30.wwv_app_module.link?p_arg_names=moduleid&p_arg_values=1293628239&p_arg_names=_event_id_cond&p_arg_values=%3D&p_arg_names=_show_header&p_arg_values=YES'| |E.EVENT_ID| |' ' the_date_link,
    null the_target
    from my_hlw.events e
    order by 1
    please let me know for this error message.
    <HR></BLOCKQUOTE>
    null

  • Calendar object in Forms 9i

    A number of difficulties using Calendars in forms 9i.
    1). I can't drag/drop from the Standards object library to the forms module. The cursor remains as a cirlce with a diagonal through it.
    2). Can't find Calendar.PLL ; has this been renamed in release 9i ? All I can find is OFGCALL.PLL .

    I use OFGCALL.PLL in Forms6i. It comes with Oracle Designer. In a Key-Listval trigger of item just put:
    BEGIN
    display_calendar;
    END;
    Also you have to put to your form:
    canvases - CALENDAR, CALENDAR_TIME
    window - CALENDAR
    visual attributes - CALENDAR_SELECTED,
    CALENDAR_SELECTED_TODAY,CALENDAR_CURR,CALENDAR_CURR_TODAY
    CALENDAR_OTHER,CALENDAR_OTHER_TODAY,CALENDAR_CURR_DISABLED,
    CALENDAR_CURR_DISABLED_TODAY,CALENDAR_OTHER_DISABLED,
    CALENDAR_OTHER_DISABLED_TODAY
    procedure - DISPLAY_CALENDAR
    and attach OFGCALL.PLL library.

  • "Find Form" calendar is not working after migration

    Hi,
    We have migrated from Oracle 9i to 10g.we have one form ''FormA" and "find form" for that FormA.Calendar functionality is present in both FormA and "Find FormA".if we try to use calendar functionality in "Find formA",its giving error like FRM-40104 - No such block calendar,FRM-40105(unable to resolve reference to item claendar.cell1.........),FRM-41045 (cannot find item - invalid id).Actually this scenario is not working after migrating the FORMS application to 'OAS10.1.2' from 'OAS904' .
    In 'OAS904' ,The calendar item is present in the 'FormA' form, the 'calendar.show' hides the "Find FormA" and appears in the FOrmA and uses FormA's calendar item and after selecting the date,the date s applied to the "Find FormA"
    But after migration, the "Find FormA" is not hiding, so its not able to retrieve the calendar properties.Because the calendar is present in "FormA".
    Any problem with pll files like 'qmslib65','qmsolb65',qmsevh65'??
    please help me by providing suggestions.
    Thanks

    qmslib65','qmsolb65',qmsevh65Are these libraries self-written or from some third-party tool?

  • How to use bean in forms

    i create one form based on emp. then i create beanarea and set its "Implementation Class Property"
    to oracle.forms.demos.Calendar.
    i copied calendar.jar from D:\oracle\ds9i\forms90\demos\jars to this lacation
    D:\oracle\ds9i\forms90\java
    after i write D:\oracle\ds9i\forms90\java\calendar.jar
    in the below registry paths:
    forms90_classpath
    forms90_builder_classpath
    forms90_path
    but not working.i am new in oracle plz help. i want to know how to use bean in forms

    1. \forms\server\formsweb.cfg
    archive_jini=frmall_jinit.jar,FormsProperties.jar
    2. regedit
    HKEY_LOCAL_MACHINE => FORMS_BUILDER_CLASSPATH
    C:\DevSuiteHome_1\forms\java\frmbld.jar;C:\DevSuiteHome_1\jlib\importer.jar;
    C:\DevSuiteHome_1\jlib\debugger.jar;C:\DevSuiteHome_1\jlib\utj.jar;
    C:\DevSuiteHome_1\jlib\dfc.jar;C:\DevSuiteHome_1\jlib\help4.jar;
    C:\DevSuiteHome_1\jlib\oracle_ice.jar;C:\DevSuiteHome_1\jlib\jewt4.jar;
    C:\DevSuiteHome_1\jlib\ewt3.jar;C:\DevSuiteHome_1\jlib\share.jar;
    C:\DevSuiteHome_1\forms\java\frmwebutil.jar;C:\DevSuiteHome_1\forms\java\frmall.jar;
    C:\DevSuiteHome_1\forms\java\FormsProperties.jar;
    3. Untuk Jdev.. include..Libraries [THE WAY I AM CREATING A BEAN..NO NEED TO READ THIS]
    ORacle Forms
    C:\DevSuiteHome_1\jdev\lib\ext\frmjdev_pjc.jar

  • Re-submit a form

    Hey VC experts, I've got the following scenario that I need your help with:
    - One "Input Form" accepts "Calendar Day" as input and executes more than 10 queries which in turn feed data to more than 10 forms each displaying either a "Guage" or a "Progress bar". Each "progress bar" has atleast 3 different conditions for 3 different styles.
    Now everything works just fine in the first go i.e. I punch in the date and I see the Guages and Progress Bars change accordingly. However, on the second attempt, when I re-submit the form ( for the same or a different date ) the output forms hang and go into the "wait" state ( highlighted on the title bar of each form ).
    Why could this happen?! How do I go about debugging this ?

    Make sure in SM50 you can see the Query Process when you re-submit the Date.  Use HTTP watch to trace. Use RSTT and put a trace with your user id.

  • N8 does NOT Search within Calendars

    Rather disappointed today.
    I have three calendars on my N8, shown in this order.
    Personal (empty, permanent, not used)
    N95 (my former main calendar still full with relevant entries for the next months)
    PC Suite (my current main calendar that synchs with PC Suite, not OVI)
    I use the Search app not so often but when I do it saves me from grief. Today I tried to search for an entry entered (forgive my pun) on the N8 (so in the PC Suite calendar) and the results were nowhere to be seen. Tried multiple times with other entries but I only could find old entries from the N95 calendar.
    I figured out the following: S^3 can search up to TWO calendars, the first two ones on the list as it seems, but my current one (PC Suite) camps out of the list and can't be moved up, neither the first empty one (Personal) can be swept away.
    Has anyone come up with a solution ? The best thing I could think of is flattening the calendars with PC Suite desktop application (PC Synch) since the phone isn't able to do that. I haven't any assurance this might work though since PC Suite calendar was not a "user created" one.

    Acqua wrote:
    I need to search words within archived mailboxes (.mbox files created with Mail 3.6). Spotlight seems unable to do searches there.
    that's right and you can't make it search there. the only way to make a searchable archive that I know of is the following.
    put the messages you want to archive in a local mailbox in "On my mac". now go to /users/username/Library/Mail/Mailboxes and copy the mailbox folder corresponding to the mailbox you've just made to a convenient location. You can now delete the mailbox you've made from inside Mail (not from finder) if you like. Spotlight will still search messages in the backup folder in the usual way and you'll be able to open those messages in Mail. also, if you need to you can import the .mbox folder back into Mail.
    Message was edited by: V.K.

  • Bidirectional NLS support in web-enabled forms.

    Is it possible to have bidirectional NLS support in web-enabled forms? That is, can a local user make any settings changes on their workstation that will make (e.g.) Hebrew right-justified for text fields? If this all depends on the environment varible NLS_LANG, then it is set on the AS server and not user-changeable. I know you can change direction programmatically, but it seems odd that it doesn't work automatically. P.S. We are running forms 6i with Application Server 6i on an 8i database. Thanks in advance.

    Frank,
    I am using calendar.pll sent to me by my friend. I will search on OTN if this utility is avaiable on it. If it is there also, then I will download it and test it again.
    Thanks,
    Kiran.
    Vadivelan,
    I am sending simple form and calendar.pll to your mail address. But, remember this works only in windows environment so far. I am finding the solution for Linux/Web.
    Kiran.

  • DateTimePicker in Oracle Form

    I'd like to insert a date type field using Oracle Form. Is There any special component to show list of date which I choose (i.e : DateRimePicker in Delphi)
    Thank's,
    Buntoro

    Have you tried to use Oracle Calendar forms example.
    http://www.oracle.com/technology/sample_code/products/forms/distributions/calendar.zip
    You might have to amend it to make it delphi like, when in pre-text item you might have to stimulate it in such a way that the canvas opens automatically.

  • Run form with javabean

    I tried to take one of demo forms which have javabean and run it.
    The form is calendarpjc and the jar file is calendar.jar.
    1- I put the calendar.jar in e:\devsuitehome_1\forms\java
    2- I appended the formsweb.cfg with the following:
    [CalendarPJC]
    pageTitle=OracleAS Forms Services - Calendar PJC Demo
    IE=jinitiator
    baseHTMLJInitiator=demobasejini.html
    archive_jini=f90all_jinit.jar,calendar.jar
    form=calendarpjc90.fmx
    width=675
    height=480
    separateFrame=false
    splashScreen=no
    lookAndFeel=oracle
    colorScheme=blue
    background=/formsdemo/images/blue.gif
    3- Now I am trying to run the form from formbuilder I find error when open canvas:
    ' Can not find javabean with name oracle.forms.demos.calendar.CalendarWidgetWrapper'
    4- when runing the form and press date button nothing happens .
    where is the problem????

    Just right click on 'My Computer' icon,choose 'properties' menu option,choose 'Advanced' tab,click on 'Environment variables' button,in the system variables,you will find 'CLASSPATH' (one word) envrionment variable in the 'System Variables' section,you will find 'CLASSPATH',if you didn't find it,define one and put in it the path to your jar files.
    For me,every jar I add to my applications,I add its path to this variable.
    If you are going run on three tier,you should do the same on the middle tier.
    Good Luck.

  • Retriving data from Calendar Server

    Hi All,
    I am trying to retrieve data from Sun java Calendar . I know we can do that using WCAP commands. But i need to write a code in C to retrieve the data. i could not find a CSAPI to retrieve the data. Then i learnt that CSAPI's are used to modify and enhance the server functionality.Does that mean we cannot retrieve data like events and todos form the calendar using CSAPI's. If yes Is there any other way to retrieve data from calendar server other than WCAP ?
    Thanks and Regards,
    Eklavya

    Hi,
    lmeenakshy wrote:
    Is there any way of retrieving the data from the calendar server using the HTTP methods.Is GET method an appropriate one to use on the calendar server.GET IS the method. You can see an example here:
    http://en.wikipedia.org/wiki/Web_Calendar_Access_Protocol
    Is there possibility of typing the HTTP request on the URL tab and getting information from the server?Using a web-browser will not get the desired results due to the calendar server port detecting that a web-browser is in use and not responding in the same fashion (providing a calendar express interface instead).
    You can use something like the perl LWP::UserAgent module to send through the necessary commands.
    Could you please tell me the sequence of steps to be followed to for me to use HTTP methods to get the data from the calendar server?(i do not want to use the WCAP commands).I suggest you do some more research. Saying you don't want to use WCAP commands but want to use HTTP methods are contradictory statements.
    Regards,
    Shane.

  • How to bring the calander in a form

    Oracle forms 6i
    Hai All
    If it possible to bring the calander in the form when i press a button using when button trigger In forms 6i
    Regards
    Srikkanth

    Hi,
    Check this link...
    http://otn.oracle.com/sample_code/products/forms/distributions/calendar.zip
    Before posting any thread it is better to find on forum first. you can find many examples.
    -Ammad
    Edited by: Ammad Ahmed on Apr 9, 2010 9:54 AM

Maybe you are looking for

  • Print headings using RSBTCHH0 on ALV grids

    Most reports I have developed use the list processing event top-of-page to print headings for the report listing by calling standard SAP subroutine BATCH-HEADING in program RSBTCHH0 when structure BHDGD has been populated. Field BHDGD-LINES contains

  • Advice on export settings (codecs, sizes, etc.)

    I have a 1-minute iMovie, non-HD, 720x480. It was shot with a basic camcorder. I exported it using the Share > QuickTime > Web preset, and it came out as a 1MB movie, 320x240, and is REALLY grainy and kind of hard to watch. So I tried to experiment w

  • Accessing Old Palm III Data

    I stopped synching to the handheld about 1 year ago and just continued to use the desktop to enter data. I recently moved into a new Visa desktop PC and installed the Palm OS that supported my old setup.  I don't remember the exact way I had my user

  • Why no preview in CSS of custom component

    In css design view of Flex3, if I choose my custom component to be previewed, It said There is no preview available for this style. But it works for general compoents built in Flex 3, like Button, Accordion, etc. So why? and how to show preview of my

  • Premiere elements 9 error [..\...SRC\EMS\WSEMSUTIL.CPP602]

    Premiere elements 9.0 error [..\...SRC\EMS\WSEMSUTIL.CPP602] My computer came preloaded with premiere elements 9 and will not allow me to access the program. I continue to get this error when I click on the shortcut. Basically the elements 9 will not