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?

Similar Messages

  • 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

  • Is there any default calendar which I can use on my form and report

    Hi All,
    Is there any default calendar which I can use on date field on my form and report.
    just by change its property like double click on date field and property calendar = yes
    or any other way.
    thanks
    mohan

    hi
    create a functions something like this.i hope it helps u.
    function call_calender ( f_dtm_set in date default sysdate ) return date is
    l_dtm  date;
    l_list paramlist := get_parameter_list ( 'CALL_CALENDER' );
    begin
    if
      not id_null ( l_list )
    then
      destroy_parameter_list ( l_list );
    end if;
    if
      trunc ( f_dtm_set ) != trunc ( sysdate ) --> if you call the calendar function with a date, the calendar will change to that date
    then
      l_list := create_parameter_list ( 'CALL_CALENDER' );
      add_parameter ( l_list, 'DTM_SET', text_parameter, to_char ( f_dtm_set, 'dd/mm/yyyy' ) );
    end if;
    copy ( null, 'global.calender_date' ); --> create a null global
    call_form ( 'form_name', no_hide, no_replace, no_query_only, l_list );
    if
      not id_null ( l_list )
    then
      destroy_parameter_list ( l_list );
    end if;
    if
      name_in ( 'global.calender_date' ) is not null  --> if the global is not null, give the choosen item back
    then
      l_dtm := to_date ( name_in ( 'global.calender_date' ), 'dd/mm/yyyy' );
    end if;
    erase ( 'global.calender_date' );
    return ( l_dtm );
    end;sarah

  • I can't set up contacts and calendar for iCloud on my PC

    I'm trying to set up iCloud so it'll sync my Mail, Contacts, and Calendar & Tasks between my Windo. However, the iCloud Control Panel won't let me set up the Contacts and Calendar & Tasks. When setting up, it asks me to shut down Outlook (which I do). Then it tells me that I need to restart Outlook with Mail enabled and that I need to add my iCloud account in order to add Contacts and Calendar & Tasks. I have no idea what the former means. I have added my iCloud account although what I REALLY want to sync is the Contacts and Calendar data from the e-mail I use Outlook for (which is also my Apple ID). I have Outlook 2010. Any idea why I'm getting this message and how I can set up iCloud?

    Hi there bakingcountrygirl2011!
    I have a couple of articles here that should help you get iCloud set up on your Windows machine. The first is about activating iCloud mail in Outlook, and can be found below:
    iCloud: Set up iCloud Mail on your devices and computers
    http://support.apple.com/kb/PH2621
    And here are the steps you need to follow:
    Set up iCloud Mail on Microsoft Outlook 2010 or Microsoft Outlook 2007
    Open the iCloud Control Panel, select (to turn on) the Mail, Contacts, Calendars, & Tasks checkbox, then click Apply.
    To open the iCloud Control Panel in Windows 8, move the pointer to the upper-right corner of the screen to show the Charms bar, click the Search charm, then click iCloud Control Panel on the left.
    To open the iCloud Control Panel in Windows 7 or Windows Vista, choose Start menu > All Programs > iCloud > iCloud.
    Your iCloud Mail account is displayed in the left column of Microsoft Outlook.
    To view your iCloud Mail account in Microsoft Outlook, click the disclosure triangle to the left of your iCloud email account.
    If you are still having issues with your contacts after following the instructions in that article, you will want to see this article, about troubleshooting sync issues with your iCloud contacts:
    iCloud: Troubleshooting iCloud Contacts
    http://support.apple.com/kb/TS3998
    You will also probably want to pay special attention to this particular part of that article:
    Ensure the iCloud Outlook Add-in is active within Outlook.
    For Outlook 2010, follow these steps to verify the iCloud Outlook Add-in is active:
    Open Outlook 2010.
    Click the File menu.
    Click Options in the left panel of the Outlook window.
    Click Add-Ins in the left panel of the Outlook Options window.
    Look at the list of add-ins beneath "Active Application Add-Ins," and verify that the "iCloud Outlook Add-in" is listed
    For Outlook 2007, follow these steps to verify the iCloud Outlook Add-in is active
    Open Outlook 2007
    From the Tools menu, choose Trust Center.
    Select Add-ins from the left column.
    Look at the list of add-ins beneath "Active Application Add-Ins," and verify that the "iCloud Outlook Add-in" is listed.
    For additional information about managing Add-ins with Microsoft Outlook, see this Microsoft support document.
    Hope that helps. Thanks for using the Apple Support Communities!
    Regards,
    Braden

  • Contacts and calendar dont sync with outlook 2013 (win8) - working with IPhone 5S and Ipad air

    Dear all,
    i just moved to a new PC (former: Sony Vaio pro with win 7 pro, outlook 10 > new: sony vaio duo with win 8, outlook 13 from office 365 home). i used to sync outlook contacts and calendars with blackberry and iphone and ipad on my old notebook using desktop manager from blackberry.
    Now with my new PC, ipad and iphone are still working fine and they sync with outlook: new entries on outlook calendar and new contacts are added to my mobile and vice versa but when i connect my Blackberry Bold i don get any of the updates. 
    i confirm that i am using the latest version of the desktop manager 7.0.
    my desktop manager organizer is set up to sync both ways for both calendar and contacts
    Any idea please? 
    thank you in advance for your help
    MC
    Solved!
    Go to Solution.

    Hi and Welcome to the Community!
    Unfortunately, you have moved beyond the supported platforms...refer:
    http://us.blackberry.com/software/desktop/desktop-pc/system-requirements.html
    Outlook 2013 is not supported at this time.
    Sorry.
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • After reinstallation of Outlook 2010 on my Laptop, Contacts and Calendar did not appeared while they are exist in my iphone 5 by using icloud. What I should do to get Contacts and Calendars in sync with iphone 5? Thank you.

    After reinstallation of Outlook 2010 on my Laptop, Contacts and Calendar did not appeared while they are exist in my iphone 5 by using icloud. What I should do to get Contacts and Calendars in sync with iphone 5?
    Thank you.

    So you have business contacts that were lost... do you not have these on a Database in some shape or form? Sounds like you need to invest in a RAID1 backup setup for your computer so you dont have this issue in the future.
    As for repairing your problem, sounds like you are going to need to start from scratch at this point or if the data is still on your phone look into a program that can take the information from the phone onto iTunes.

  • Where do i find form and action java files

    I was trying to add a new menuitem to the web console. I have a jsp page like pag1.jsp and has pageForm and pageAction java file. Inside struct.config file I find that form and action files are placed under"com.thortech.xl.webclient.actions.tcAddCommentForm" , but when I search for the tcAddCommentForm, I coundn't find the file. Can u tell me where should I add my form And Action files

    Just what to you mean? The Info pane for the iPod in iTunes allows you to sync the iPod contacts and calendar with other calendars and contacts. There is no contacts or calendar in iTunes.

  • Forms and ipad

    I created a fill-in form in LC in adobe 8 using one of the provided templates.
    It has drop down lists, date fields and 1 sub-total field for user entered expenditures.
    When I export it to an Ipad, the drop downs function perfectly, but the date fields and th sub-total do not function.  The date field doesn't even show the drop down for the calendar to choose a date.
    On an ipad, by email the form is part of the email and cannot be 'opened in' another app.
    Via Dropbox, I have not found a form fill-in app that can read th pdf form and handle the date and subtotal.
    Can anyone suggest a solution to make this fill-I'm form function properly on an Ipad?
    Thanks for your suggestions!

    Tap and hold down on the "picture" of the PDF and you will be presented with an option to "open in". From that "open in" an option you must have a compatible app in which to save the app such as iBooks, Save 2 PDF, Documents to Go so that you can select one of the apps from the "open in" list.
    I have never had any success with PDF files that have fillable form fields on my iPad. The PDF will open and I can save it, I just can't fill the fields in on the iPad.

  • How to get contacts and calendar info from my old palm files

    I used to use a Palm Tungsten T3. I no longer have it but until recently I still used the Palm Desktop. My computer "died" and I was able to copy all the Palm files of of it but now I have no idea how to get the contact and calendar(less important than contacts) info in some form I can use. I do not currently have any Palm software installed on my computer. I have Microsoft Windows XP on my computer now and use Outlook or Outlook Express. Does anyone have any advice for me. Thanks in advance.
    Post relates to: Tungsten T3

    I'm having the same problem.  Desktop 4.1.4 on old PC.  New PC with Win 7.   Loaded 6.2 and when I went to Import 6.2 is looking for .aba files.  Old PC has all .dat files.  How do I import or transfer addresses and other contact info to new PC??  Thanks.

  • Task list and calendar apps cream of the crop?

    whats the best task and calendar app.  I like my notebook app but it freezes.  What works best for you guys?

    Hi,
    You can create your own reports for this purpose using some sql scripting on your application's repository schema. You could pass the below query to an asp/jsp page or to another 3rd party reporting tool. You can then attach the url to the task list of whoever needs to see this. Or simply enough, you can dump the results to an excel file and e-mail it.
    select     o3.Object_Name as UserName,
              o2.Object_Name as TaskListName,
              o.object_name as TaskName,
              case t.Task_Type
              when 0 then 'Task List Header'
              when 1 then 'Documentation'
              when 2 then 'Data Entry Form'
              when 3 then 'Business Rule'
              when 4 then 'Workflow'
              end as TaskType,
              T.DUE_DATE as Due_Date,
              ut.Completed_Date as CompletedDate,
              ut.Alert_Sent_Date as AlertSentDate
    from          hsp_task t
    inner join     hsp_object o on t.TASK_ID=o.OBJECT_ID
    inner join     hsp_object o2 on t.TASK_LIST_ID=o2.OBJECT_ID
    inner join     hsp_user_task ut on ut.TASK_ID=t.TASK_ID
    inner join hsp_object o3 on ut.USER_ID=o3.OBJECT_ID
    Order By o3.Object_Name,o2.Object_Name
    Cheers,
    Alp

  • How do I delete a past user's email and calendar?

    I am brand new to the BB.  I bought a used blackberry and the former owner's email and calendar keep showing up.  I hid his email icon, but I can't get rid of his calendar.  Help!  
    JacquiAnn 
    Solved!
    Go to Solution.

    What do you mean you can't delete it... in the Service Books?
    Highlight one, don't click on it. Press Menu > Delete.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Yesterday, as today's deadline for filing tax returns approached, I was paralyzed by the inability to create new IRS PDF forms and to retrieve archived ones from a year ago. My computer went crazy. 24 hours later, I am still paralyzed. Can you help?

    My computer went crazy yesterday on two occasions involving PDF documents. One dealt with attachments to an email from a bona fide corporation. The other dealt with IRS PDF forms & schedules needed for today's submission.
    As both dealt with PDF and had nothing else in common, I suspected my PC had a virus. When I asked a local store technician, he agreed. I turned to Norton, which protects my PC from viruses, and after a few hours of really thorough searching, the computer was found to have no viruses.
    Before describing what I call "crazy" computer behavior, you need to know that I have long had IE8 as my default browser but a few weeks ago switched to Mozilla Firefox because IE8 had beome incompatible with some websites from which I get information.
    When I received the email from AT&T email service and clicked the first of four icons representing attachments, there was figuratively an explosion on my monitor: a series of new tabs, each called New Tab, burst onto the monitor--but no text or picture. The new tabs appeared faster than I coul kill them. I finally decided just to shut down the computer, hoping they would not reappear when I restarted. I was wrong. After 2 repeats, I decided to forget about the attachments and asked the sender to send them to me by regular mail.
    That was no solution for my IRS PDFs. I wanted to complete filling in the various forms and schedules that I had begun months ago so that I could mail them today to the IRS (without having to copy them all in ink). When I tried to open the first one, BOOM. The same thing happened: the blizzard of New Tabs atop blank pages; my IRS form or schedule did not show up. Did the same shutdown/restart routine with the same results.
    When I looked at the list of current forms that had to be completed, I noticed something very strange: the icons that began the listing of the documents' names were replaced one by one by Mozilla icons. When I moused over them, they said Firefox HTML. Why?
    Starting the day today, I had the same experience. What's more, when I started to retrieve 2012 IRS PDFs from a year ago, the same New Tab tabs appeared and had to be killed, and Mozilla icons replaced whatever icon was there before.
    Assuming that the problem arose with Adobe Reader's reading of the PDFs, I contacted Adobe but got no helpful phone number because PDFs are a free service and was directed to use this Forum to get help.
    What do I have to do to (a) read and use PDFs in the normal way and (b) remove the Mozilla icon from those that have appeared on icon documents. If Mozilla is the source of the problem, shall I go back to IE8? (In my 80s, I want eventually to replace my old computer but for the time being I must continue using it. It will not take an IE9. Anther possible default browser would be Google Chrome, but I have unfavorable impressions of it because of its intrusiveness, loading my PC with stuff I do not need.
    Can you help?

    The problem is absolutely not Reader. The problem is that FireFox has stepped in front of Reader and handles all the PDF stuff - wrongly in your case. FireFox is DESIGNED to take over PDF files. But it is not capable of doing IRS forms!
    To start with go back to IE for these forms. When you save them to disk DO NOT DOUBLE CLICK ON THEM until this is fixed. Just open the in the normal way - start Adobe Reader and use Open from the File menu.

  • Contacts and calendar events disappearing and reappearing

    I have three issues, two of which I think are related.
    1.
    My contacts disappear on my iPhone 3G. I am set up with MobileMe to auto sync and I don't know if that is getting screwed up somehow? The contact are on my Mac lap top when I go look (thank goodness), and I force a sync and they transfer to my phone fine. This has happened twice now. I have copied my contacts as vCards and saved that file in the downloads folder just in case they get lost on both my laptop and my iPhone - I also do a regular full laptop backup to my Time Machine - is there anything else I should be doing to back up my contact and calendar data?
    2. (possibly related to 1.)
    When I am looking at my iCal in the weekly view on my laptop, sometimes several of my appointments are not visible. It is only when I try to put an appointment in that is at the same time as the invisible ones that they suddenly reappear.
    3. One of my contacts will not sync from my iPhone to my lap top? It used to be in both places but for some reason it is now only on my iPhone and even when I sync, it doesn't come into my laptop Address Book.
    Help please!!!

    i am having what i think is a very similar problem in that my Exchange (you seem to use only mobileme) contacts partially disappear. i discover this when i check my sms message list and find that many messages show only the phone number when earlier the name was there. a check of the contacts list shows that some have disappeared.
    i restarted the phone and checked immediately but it was still gone but after a few minutes they came back.
    my theory is that something is going on with messy exchange server syncs with my iphone that could be causing the process to break midway but after a while the phone automatically syncs again.
    this issue appears quite rarely for me but enough to be noticed and to be annoying.

  • Is there a way to allow two users on the same itunes account to see their individual contacts and calendars

    I'm just looking for away to allow my wife and I to see our contacts, emails, and calendars on the macbook pro. We have a single itunes account, with two different iphones. How do we do this? Right now the computer only shows my wifes information.
    Thanks
    Josh

    Thanks GB,
    Ok, so I've gone ahead and setup another Apple ID for my Iphone so now we have two Apple IDs and two Icloud accounts. My Iphone is on my Apple ID, her Iphone, Ipad and Macbook Pro are on her ID.
    Could you give me some direction as to how to add my information to the Macbook Pro.
    - I'd like to be able to see my her and my calendars by clicking on the calendar icon dock.
    - Same with Email, can we see both emails by clicing on the email icon in the dock - I was able to do this on the Ipad but can't figure it out on the Macbook Pro
    - Contact would also be nice but I'm not sure its possible
    I know I could probably setup a second user on the computer, but that would mean logging in and out of user groups all the time which we don't really want to do.

Maybe you are looking for

  • Lineitem level Changes in MIGO

    Hi Experts, I Added new tab in MIGO item level using badi MB_MIGO_BADI, within tab added field Manufacturer for this i need to pick vendor sub-range value from purchase order. for this process i have to check with item number or purchase order item w

  • Getting date in timestamp

    I wanted to get the date in the timestamp format.. witha timezone.. can we do that.. how can we acheive this .. kinely tell me.. sap guru

  • Re: Rebate Process with DebitNote as Output

    Hello friends, Normally at the end of the rebate settlement process, we end up creating a Credit note for the customer. I would like to know the process/settings in the rebate processing in which , if we have to issue the <b>debit note</b> to the cus

  • Replace windows for mac

    I have the adobe photoshop elements 3.0 for windows and am wondering if I can get it replaced for my new mac computer?  Otherwise can I get a discount if I purchase a new elements for the mac?  Thank yo o much.  Lynn Jensen

  • [solved] gnome-shell bad looking after update

    Hi, After update (about two weeks ago) my gnome looks bad. You can see this in screenshots. Very large icons and strange rectangles in gnome shell menu on started applications. Can you help? Last edited by skoczo (2015-05-01 17:27:23)