Full Calendar display on form

 

Vedant wrote:
Hi,
Full year calendar display is my project requirement . Basically what i have to do is full year calendar display on the page and when i click on any date of the month,Opportunities corresponding to that date will display as a report on next page. This is my project requirement.
Thanks & Regards
VedantYou can use the built-in jquery with some custom code and achieve this
1. Create a empty div on your page:
<div id="fullyear"></div>2. Create a text field lets say P1_DATE
3. Add the below code to page header > JavaScript
$(function() {
    $("#fullyear").datepicker({
      numberOfMonths: [3,4],
      //you can set the year using page item for example replace 2013 with &PX_ITEM.
      defaultDate: new Date(2013, 1 - 1, 1),
      onSelect: function(date) {
            //on select populate date into a page item
            $s('P1_DATE',date);
            //submit page
            apex.submit({request:"ANY_REQUEST",showWait: true});
});http://apex.oracle.com/pls/apex/f?p=46417:46

Similar Messages

  • Calendar display item form - wrong value in datetime

    Hi,
    I've created a new Displayform for a calendar. But it doesn't show the Start- and End-time correctly - not adjusted for local time. The default DisplayForm shows correct time. What am I missing? 
    jik

    Hi,
    For your issue, you can change the format of the Start Time and End Time fields in your custom  DispForm.aspx page(display form), you need to open the DispForm.aspx page via SharePoint Designer 2013,
    then find and change the code line from:
    <xsl:value-of select="@EventDate" />
    to
    <xsl:value-of select="ddwrt:FormatDate(string(@EventDate) ,2057 ,'13')"/>
    Change the code line from
    <xsl:value-of select="@EndDate" />
    to
    <xsl:value-of select="ddwrt:FormatDate(string(@EndDate) ,2057 ,'13')"/>
    Here are two articles about custom date formats in SharePoint XSL, see more below:
    http://blogs.msdn.com/b/joshuag/archive/2009/03/25/custom-date-formats-in-sharepoint-xsl.aspx
    http://blog.amtopm.be/2011/06/21/format-xslt-date/
    Best Regards,
    Lisa Chen
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Outlook Calendar Appointment Custom Form Finding Contacts

    I have an Outlook Calendar appointment custom form with a button to enter contacts. When the user presses the button, it brings up a window that starts in the user's own contact folder. Since the user of this application is supposed to use contacts in
    a designated public folder instead of their own personal contacts, they have to drill down through public folders to get to the right place. Is there a way to have the window open up pointing to the folder I want them to use, so they don't have to drill down
    each time? Thank you in advance to anyone who can help.

    Hi Linda,
    I cannot find a way to achieve this. However, if you just want to click the Contacts button to select the attendee, we can just add the Address Book button to the Quick Access Toolbar. To do this, go to File > Options > Quick Access Toolbar, select
    All Commands and find out Address Book, then click Add button.
    Now, when you create an appointment, you can just click the Address Book button from the QAT to open the contacts. (First, please make sure you have adjusted the display order as my first reply)
    Regards,
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Jinitiator can't display the forms

    Hi GUYS!
    I HAVE SOME PROBLEM TO DISCUSS WITH YOU AND MAYBE YOU CAN HELP ME WITH IT.
    I HAVE:
    OS: WINDOWS 7 ULTIMATE 64-BIT
    ORACLE DB: ORACLE DATABASE 11GR2
    ORACLE DS: ORACLE DEVELOPER SUITE 10G
    JINITIATOR: JINITIATOR 1.3.1.22
    BROWSER: GOOGLE CHROME AND MOZILLA FIREFOX
    PROBLEM/S: - CAN'T DISPLAY THE FORMS ON CHROME AND FIREFOX
    - THERE'S NO PLUGIN (ACCORDING TO CHROME/FF) FOR THE JINITIATOR
    WHAT SHOULD I DO TO MAKE IT WORK?

    Yes I followed all what you said...
    But still i can't run the forms.
    check this.. (sorry it's very long)
    # $Id: formsweb.cfg 15-apr-2005.13:17:30 pkuhn Exp $
    # formsweb.cfg defines parameter values used by the FormsServlet (frmservlet)
    # This section defines the Default settings. Any of them may be overridden in the
    # following Named Configuration sections. If they are not overridden, then the
    # values here will be used.
    # The default settings comprise two types of parameters: System parameters,
    # which cannot be overridden in the URL, and User Parameters, which can.
    # Parameters which are not marked as System parameters are User parameters.
    # SYSTEM PARAMETERS
    # These have fixed names and give information required by the Forms
    # Servlet in order to function. They cannot be specified in the URL query
    # string. But they can be overridden in a named configuration (see below).
    # Some parameters specify file names: if the full path is not given,
    # they are assumed to be in the same directory as this file. If a path
    # is given, then it should be a physical path, not a URL.
    # USER PARAMETERS
    # These match variables (e.g. %form%) in the baseHTML file. Their values
    # may be overridden by specifying them in the URL query string
    # (e.g. "http://myhost.mydomain.com/forms/frmservlet?form=myform&width=700")
    # or by overriding them in a specific, named configuration (see below)
    [default]
    # System parameter: default base HTML file
    baseHTML=base.htm
    # System parameter: base HTML file for use with JInitiator client
    baseHTMLjinitiator=basejpi.htm
    # System parameter: base HTML file for use with Sun's Java Plug-In
    baseHTMLjpi=basejpi.htm
    # System parameter: delimiter for parameters in the base HTML files
    HTMLdelimiter=%
    # System parameter: working directory for Forms runtime processes
    # WorkingDirectory defaults to <oracle_home>/forms if unset.
    workingDirectory=
    # System parameter: file setting environment variables for the Forms runtime processes
    envFile=default.env
    # Forms runtime argument: whether to escape certain special characters
    # in values extracted from the URL for other runtime arguments
    escapeparams=true
    # Forms runtime argument: which form module to run
    form=test.fmx
    # Forms runtime argument: database connection details
    userid=
    # Forms runtime argument: whether to run in debug mode
    debug=no
    # Forms runtime argument: host for debugging
    host=
    # Forms runtime argument: port for debugging
    port=
    # Other Forms runtime arguments: grouped together as one parameter.
    # These settings support running and debugging a form from the Builder:
    otherparams=buffer_records=%buffer% debug_messages=%debug_messages% array=%array% obr=%obr% query_only=%query_only% quiet=%quiet% render=%render% record=%record% tracegroup=%tracegroup% log=%log% term=%term%
    # Sub argument for otherparams
    buffer=no
    # Sub argument for otherparams
    debug_messages=no
    # Sub argument for otherparams
    array=no
    # Sub argument for otherparams
    obr=no
    # Sub argument for otherparams
    query_only=no
    # Sub argument for otherparams
    quiet=yes
    # Sub argument for otherparams
    render=no
    # Sub argument for otherparams
    record=
    # Sub argument for otherparams
    tracegroup=
    # Sub argument for otherparams
    log=
    # Sub argument for otherparams
    term=
    # HTML page title
    pageTitle=Oracle Application Server Forms Services
    # HTML attributes for the BODY tag
    HTMLbodyAttrs=
    # HTML to add before the form
    HTMLbeforeForm=
    # HTML to add after the form
    HTMLafterForm=
    # Forms applet parameter: URL path to Forms ListenerServlet
    serverURL=/forms/lservlet
    # Forms applet parameter
    codebase=/forms/java
    # Forms applet parameter
    imageBase=DocumentBase
    # Forms applet parameter
    width=1024
    # Forms applet parameter
    height=768
    # Forms applet parameter
    separateFrame=false
    # Forms applet parameter
    splashScreen=
    # Forms applet parameter
    background=
    # Forms applet parameter
    lookAndFeel=Oracle
    # Forms applet parameter
    colorScheme=teal
    # Forms applet parameter
    logo=
    # Forms applet parameter
    restrictedURLparams=HTMLbodyAttrs,HTMLbeforeForm,pageTitle,HTMLafterForm,log,allow_debug,allowNewConnections
    # Forms applet parameter
    formsMessageListener=
    # Forms applet parameter
    recordFileName=
    # Forms applet parameter
    serverApp=default
    # Forms applet archive setting for JInitiator
    archive_jini=frmall_jinit.jar
    # Forms applet archive setting for other clients (Sun Java Plugin, Appletviewer, etc)
    archive=frmall.jar
    # Number of times client should retry if a network failure occurs. You should
    # only change this after reading the documentation.
    networkRetries=0
    # Page displayed to Netscape users to allow them to download Oracle JInitiator.
    # Oracle JInitiator is used with Windows clients.
    # If you create your own page, you should set this parameter to point to it.
    jinit_download_page=/forms/jinitiator/us/jinit_download.htm
    # Parameter related to the version of JInitiator
    jinit_classid=clsid:CAFECAFE-0013-0001-0022-ABCDEFABCDEF
    # Parameter related to the version of JInitiator
    jinit_exename=jinit.exe#Version=1,3,1,22
    # Parameter related to the version of JInitiator
    jinit_mimetype=application/x-jinit-applet;version=1.3.1.22
    # Page displayed to users to allow them to download Sun's Java Plugin.
    # Sun's Java Plugin is typically used for non-Windows clients.
    # (NOTE: you should check this page and possibly change the settings)
    jpi_download_page=http://www.oracle.com/technetwork/java/javase/downloads/index.html
    # Parameter related to the version of the Java Plugin
    jpi_classid=clsid:CAFEEFAC-0016-0000-0045-ABCDEFFEDCBA
    # Parameter related to the version of the Java Plugin
    jpi_codebase=http://java.sun.com/update/1.6.0/jinstall-6-windows-i586.cab#Version=1,6,0,43
    # Parameter related to the version of the Java Plugin
    jpi_mimetype=application/x-java-applet;jpi-version=1.6.0_43
    # EM config parameter
    # Set this to "1" to enable Enterprise Manager to track Forms processes
    em_mode=0
    # Single Sign-On OID configuration parameter
    oid_formsid=%OID_FORMSID%
    # Single Sign-On OID configuration parameter
    oracle_home=C:\JASEL_ORA\Dev_Suite
    # Single Sign-On OID configuration parameter
    formsid_group_dn=%GROUP_DN%
    # Single Sign-On OID configuration parameter: indicates whether we allow
    # dynamic resource creation if the resource is not yet created in the OID.
    ssoDynamicResourceCreate=true
    # Single Sign-On parameter: URL to redirect to if ssoDynamicResourceCreate=false
    ssoErrorUrl=
    # Single Sign-On parameter: Cancel URL for the dynamic resource creation DAS page.
    ssoCancelUrl=
    # Single Sign-On parameter: indicates whether the url is protected in which
    # case mod_osso will be given control for authentication or continue in
    # the FormsServlet if not. It is false by default. Set it to true in an
    # application-specific section to enable Single Sign-On for that application.
    ssoMode=false
    # The parameter allow_debug determines whether debugging is permitted.
    # Administrators should set allow_debug to "true" if servlet
    # debugging is required, or to provide access to the Forms Trace Xlate utility.
    # Otherwise these activities will not be allowed (for security reasons).
    allow_debug=false
    # Parameter which determines whether new Forms sessions are allowed.
    # This is also read by the Forms EM Overview page to show the
    # current Forms status.
    allowNewConnections=true
    # EndUserMonitoring
    # EndUserMonitoringEnabled parameter
    # Indicates whether EUM/Chronos integration is enabled
    EndUserMonitoringEnabled=
    # EndUserMonitoringURL
    # indicates where to record EUM/Chronos data
    EndUserMonitoringURL=
    # Example Named Configuration Section
    # Example 1: configuration to run forms in a separate browser window with
    # "generic" look and feel (include "config=sepwin" in the URL)
    # You may define your own specific, named configurations (sets of parameters)
    # by adding special sections as illustrated in the following examples.
    # Note that you need only specify the parameters you want to change. The
    # default values (defined above) will be used for all other parameters.
    # Use of a specific configuration can be requested by including the text
    # "config=<your_config_name>" in the query string of the URL used to run
    # a form. For example, to use the sepwin configuration, your could issue
    # a URL like "http://myhost.mydomain.com/forms/frmservlet?config=sepwin".
    [sepwin]
    separateFrame=True
    lookandfeel=Generic
    # Example Named Configuration Section
    # Example 2: configuration forcing use of the Java Plugin in all cases (even if
    # the client browser is on Windows)
    [jpi]
    baseHTMLJInitiator=basejpi.htm
    # Example Named Configuration Section
    # Example 3: configuration running the Forms ListenerServlet in debug mode
    # (debug messages will be written to the servlet engine's log file).
    [debug]
    serverURL=/forms/lservlet/debug
    # Sample configuration for deploying WebUtil. Note that WebUtil is shipped with
    # DS but not AS and is also available for download from OTN.
    [webutil]
    WebUtilArchive=frmwebutil.jar,jacob.jar
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    archive_jini=frmall_jinit.jar
    archive=frmall.jar
    lookAndFeel=oracle
    Edited by: Jiel on May 21, 2013 7:42 AM

  • Problem with Loader Components, can not display my forms properly

    Here is the problem (my God, my customer waiting for his web
    site:( ... ) I have a form made in CoffeeCup Flash Form Builder
    (Nice one...).Now this form with fields like name, sec name age,
    etc I want it to apear into my main screen when I press the button
    "Reservation" and then the customer could fill the fields and sent
    it to my mail. I tryed with the Loader Component, I mean when I
    press the button then starts "playing" the form.swf. BUT the Loader
    can not display the form properly specialy thinks like drop down
    menus in the form, or check boxes....It just show me the
    form....The Flash Form Builder gives me 4 files like: form.swf,
    form.html, form.php and form.xml. Any solution on how my customers
    complete this form with no problems?
    THANK YOU A LOT!

    Dear,
    You have to following these step to run form on firefox,
    Run the following file,
    1) C:\DevSuiteHome_1\jinit\jinit.exe
    2) jvm.dll copy this file to the following path,
    C:\Program Files\Oracle\JInitiator 1.3.1.22\bin\hotspot
    3) And firefox connection settiong with 'No-Proxy'
    The above setting it will help full you to run your form on firefox.
    Thank you,

  • Error when displaying xellerate form

    Hello,
    I have the following error when displaying the form of any xellerate users :
    ERROR,03 May 2011 10:40:56,273,[XELLERATE.APIS],Class/Method: tcFormDefinitionOperationsBean/getFormFieldPropertyValue encounter some problems: Property 'Column Names' has not defined for the form field '-19'
    All is working fine, just this error that is diplayed each time I want to display a user form. In my formMetadata.xml, I have the following definition for the field -19, it is the manager :
    <Attribute name="-19" label="global.label.managerid" displayComponentType="LookupField" variantType="long" dataLength="50" map="Users.Manager Login">
    <ValidValues lookupColumnNames="User ID,Last Name,First Name" lookupQuery="SELECT usr.usr_key,usr.usr_last_name,usr.usr_first_name,usr.usr_login FROM usr, ugp, usg WHERE ugp.ugp_name = 'PROF_MANAGER' AND ugp.ugp_key = usg.ugp_key AND usr.usr_key = usg.usr_key AND usr.usr_status = 'Active' AND usr.usr_emp_type = 'Employee'" displayColumns="Users.User ID,Users.Last Name,Users.First Name" selectionColumn="Users.User ID"/>
    </Attribute>
    What is the problem with my attribute definition ?
    Thanks for your help,
    Kind regards,
    mdadikn

    Hello,
    I'm new to OIM. I am a new hire to a group that had a contractor setup the whole system. I'm finding a similar issue on our system here. I've looked through the database and cannot seem to find the issue. Error happens when from the webapp clicking on "Create IT Resource".
    From the Error Log:
    Class/Method: tcFormDefinitionOperationsBean/getFormFieldPropertyValue encounter some problems: Property 'Column Names' has not defined for the form field '-82'
    Line with issue from FormMetaData.xml:
         <Attribute name="-82" label="global.label.itresourcetype" displayComponentType="LookupField" variantType="String" dataLength="255" map="IT Resources Type Definition.Server Type" useInRule="true">
              <ValidValues lookupQuery="select svd_svr_type from svd" selectionColumn="svd_svr_type"/>
    </Attribute>
    Please let me know any additional information/questions. From what I can tell everything should be correct. Sorry again if the answer is obvious, I'm only 3 days into OIM.
    Thank you,
    Ryan

  • Display Request Form is not triggering in Standard SAP WDA : FITE_REQUEST

    Hi Guru's,
    In our Travel Scenario in NWBC, Once the employee finish the Travel Request he is unable to take print out by clicking on Display Request Form. Nothing is happening when we click on "Display Request Form".
    The Form I am using is FITP_REQUEST_FORM. It is displaying perfectly when I execute via SFP. The problem I am facing is nothing is happening when I click on "Display Request Button" in WDA
    Application:
    FITE_REQUEST
    Application Component:
    FI-TV
    Component:
    FITE_VC_REVIEW
    Window:
    VC_WINDOW
    View:
    REVIEW_VIEW
    Application Component:
    FI-TV
    Give me some lights to solve this issue
    Thanks,
    Namsheed.

    Hi Samuli,
    Issue is solved. It was Program Error from SAP side.
    Now All the buttons are working fine and I am able to print PDF also.
    Solution is implement the note 2031585 - SAP NWBC ABAP Runtime Patch 40.
    System Details : ECC 6.0 NetWeiver 7.4 ,
                                EHP 7 , SP-Level 06
    Thanks a lot for all your suggestions.
    Regards,
    Namsheed.

  • Is there a way to default the monthly calendar display so that the current day always shows on top?

    Is there a way to default the monthly calendar display
    so that the current day always shows on top? ie, I want to always be able to see what's in the future 3-4 weeks, not what's in the past 3-4 weeks. The default monthly display is archaic--only allows you to see through the last day of the month. Suddenly today
    is Oct. 30th, and I have a ton of projects lined up in November, but because I haven't been scrolling down every day, I haven't been aware of them every day. I realize there are other tools in Microsoft to help me stay on task, such as reminders and such,
    but it would be helpful if I could always have the current day display on top of the monthly view so I can quickly scan what's coming up in the next few weeks. 

    Thank you!
    Right, I already have it in Month view. My question is a little more specific--I'd like for the current day to always display at the top. For example, today is Oct. 31st, so the current day is at the bottom of the calendar since it is the last day of the month.
    I can view everything in October that I've already completed. What I can't see are the future weeks because we haven't hit November yet. I'd like for the current day to always display at the top of my calendar so I can always see what's coming in the following
    three - four weeks (whether they're a part of that month or not). I've been to other forums trying to find the answer, and have come across the same exact question from frustrated users--but there seemed to be no solution. So I'm posing the question myself
    in this forum. Do you know if this is possible? What I found from other forums is that Outlook defaults to a physical 'desk' type calendar format--so just as I'd use a paper calendar at my desk, I wouldn't be able to see the following weeks unless I either
    flip the page to that month or I come to the first day of the next month, thereby tearing the the old month off and now only able to see the current month. That format is just so...paper...and archaic! Essentially I want the calendars to loop so it doesn't
    even really matter what month it is--I just always want to see what lies ahead without having to scroll down. With our being in the Technology Age, I'd assume this is a logical expectation, but we may be stuck with the replica version of the paper-desk-calendar
    format until Outlook programmers add this Technology Age feature in newer versions.  
    See, this month kind of messed me up because I have so many projects for November that start tomorrow and next week, but I haven't seen them until this week. I would have been better quipped--at least expecting them--had I been able to see all of those projects
    since last week or the week prior.  
    If there is no solution to this answer, would you know how I can contact Outlook to provide feedback? I'm guessing a newer version is on its way...
    Thanks again in advance!

  • Calendar displays 24 hours versus 12 hours

    I somehow inadvertinly changed my daily and weekly calendar display to 24 hours.  In day or week view, there are 24 hour segments.  Does anyone know how to change back to a 12 hour display?

    Hi Bob
    Ok Try this one, now if a time was specified, it should be used:
    $SiteCode = Read-Host -Prompt "SiteCode"
    $SiteServer = Read-Host -Prompt "Servername (FQDN)"
    $CollectionsToChange = (Get-WmiObject -Namespace "root\sms\site_$SiteCode" -Class "SMS_Collection" -ComputerName $SiteServer | Select Name, __PATH |Out-GridView -OutputMode Multiple)
    foreach ($collectionObj in $CollectionsToChange){
    try{
    $collection = [wmi]"$($collectionObj.__Path)"
    $collection.RefreshType = 2
    if($collection.RefreshSchedule -ne $null){
    $interval = ($collection.RefreshSchedule)[0]
    $Interval.HourSpan = 12
    } else {
    $IntervalClass = Get-WmiObject -List -Namespace "root\sms\site_$SiteCode" -Class "SMS_ST_RecurInterval" -ComputerName $SiteServer
    $Interval = $IntervalClass.CreateInstance()
    $Interval.HourSpan = 12 #Update after 12 hours
    $collection.RefreshSchedule = $Interval
    $collection.put()
    Write-Host -ForegroundColor green "$($collection.Name): $($collection.CollectionID)"
    } catch {
    Write-Host -ForegroundColor red "ERROR: $($collection.Name): $($collection.CollectionID): $($_.Exception.Message)"
    Cheers,
    Thomas Kurth
    Netree AG, System Engineer
    Blog:
    http://netecm.netree.ch/blog | Twitter:
    | LinkedIn:
    | Xing:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Help! My calendar displays Hindu months.  How can I get it back to American?

    My calendar displays Hindu months.  I'm not sure how that happened but I need to fix it back to English/American months.  Can anyone help me?

    Go to Settings>General>International>Calendar and set it to Gregorian.  Or is this happening on your Mac?  If so, go to System Preferences>Language & Region and choose Gregorian from the Calendar drop-down list.

  • Calendar display incorrect

    Hi,
    I created a crystal report that requests the user to select a date range from a calendar however the calendar  doesn't display properly.
    it displays the calendar but with code inserted into some of the boxes...and the calendar display looks strange
    the code that displays is:
    function(){ this.length=0; return this;}
    Can anyone help?

    I had the same issue, I changed the time zone to something other than the correct zone. Saved it. Then went back in and changed it back to correct timezone and this resolved my issue.

  • Calendar display off by two days

    My phone calendar displays all events as two days earlier but each entry when opened has the correct date e.g. all todays events 8th Nov show as Sat 6th Nov. When i hit the today button it shows the 6th not the 8th but shows the 8th events.
    Confused? So am I

    i guess we have the same problem...my mac & me account are synching properly but when it comes to my IP the bdate is 2 days ahead of the actual date.
    can anybody has the solution for this
    thanks

  • Calendar display issues for "All Day Events" coming from Exchange Server

    My problem is with the display of All Day events. I'm running a 3gs, Outlook 2007 on winxp, connected to a Exchange 2007 server. When an all day event is put in for multiple days the phone calendar displays it as starting at midnight going to midnight, and sometimes wont display the event on the list view on the phone. I can correct the display by editing it on the phone and making it all day there, but then the category I assigned the event in outlook goes away in outlook. All day single day events work just fine. Any suggestions?

    Sort of same issue:
    All day events scheduled from Entourage display incorrectly on iPhone/iPad as non-all-day events (which block out entire day/multiple days)
    All day events scheduled from iPhone/iPad show up correctly in Entourage as all-day events, but incorrectly with an *extra day* added.

  • Calendar display issues

    Hi all,
    i have an iphone 3s and have it syncing with exchange nicely. i have found that on some days in my calendar when i go to that day the iphone cancels the calendar and takes me back to the homepage. i have deleted my exchange account on the iphone and reconfigured it and still have the same problem. does anyone have any ideas?

    Sorry Tattsy I am not going to offer help here but your situation is somewhat similar to mine and I thought why not throw our problems together maybe someone can help us both.
    My problem is with the display of All Day events. I'm running a 3gs, Outlook 2007 on winxp, connected to a Exchange 2007 server. When an all day event is put in for multiple days the phone calendar displays it as starting at midnight going to midnight, and sometimes wont display the event on the list view on the phone. I can correct the display by editing it on the phone and making it all day there, but then the category I assigned the event in outlook goes away in outlook. All day single day events work just fine. Any suggestions?

  • IOS 6 calendar display jumps to different dates????

    iOS 6 calendar display jumps around. On my iPod touch 5, iOS 6, after editing an event, the display jumps to random list dates before ending up on the correct date.  These gyrations take several seconds and will dwell on the wrong date for a while.

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup
    - Restore to factory settings/new iOS device.

Maybe you are looking for

  • Apple ID with Expired Email address and no password

    I recently purchased a new macbook pro. For the past few years i have been using a me.com Apple ID. But prior to that, like 15 years ago, I had an account with eartlink.net as the email address in the ID. I no longer have an account with earthlink. 

  • HP Photosmart 6520 - shows offline and has stopped rotating printing for short-edge binding

    I have suddenly had some issues with my HP Photosmart 6520 printer. I use a wireless connection with my Macbook Pro (OSX 10.9.5) First problem is that the printer icon in the dock has recently shown to be offline/not connected. The printer would prin

  • Twitter App Not Loading Please Fix

    You guys better get fixing the Twitter App that has not been working right since April 12 as people are now rating it 1 star in App World. When you launch it at present it just spins. Hope you get it fixed quickly. Thanks.

  • Initialising an applet with some parameters

    I have an applet that I want to initialize with somthing from the HTML Each HTML page I have has a different parameter I want the applet initialized with can I initialise the applet then call a method in it from the HTML page? or is there a way to pa

  • Synching my Zen Micro: two glitc

    I'm new both to posting on a forum and to MP3 players, so please be patient with me! I'd like advice on two problems that even Creative's telephone and email support staff haven't been able to help me resolve... a) Why, when I change the order of tra