Training issues

Currently I am studying from Belgium at a training centre in the UK
The method of training is via recorded classes sent to me via a downloadable file.
I have major issues just getting the training company to send me documentation and the promised recorded files.
What is your experience with the SAP Certification training? Do you have any tips?
Thanks
RIchard

Is this SAP certified training partner? If you go via SAP or Certified training partner you will definitely get the documentation and you also need to go through the exam. Once you pass your exam you should get S number.

Similar Messages

  • End User Training Issues

    Hi All,
    What all issues must be taken into account while creating enduser training materials/documents.
    Also when does the preparation of enduser training material starts typically. I mean at which phase of ASAP.
    Thanks
    Dev

    Enduser documents should contain more screen shots and less explanations so that users will appreciate the functions. The document should explain the important fields to be entered in the screens and give step by step procedure for carrying out periodic processing activities.
    The enduser training should ideally start in the testing phase ( After realisation)
    SIVA

  • Train Issue

    Hello all,
    I need Your help again.
    I have a Bounded Task Flow. There is a jspx page not a fragment. The Task flows has 3 different Page.
    I create also a train to navigate on the Task.
    The page use a tamplate for the Layout.
    Everything works fine except that the Train is duplicated in the Page. I see Two train in the same page.
    This happen only in the second step of the train, on the first and the Last (there are 3 step of the Train) the train is correctly shown on the page.
    Thank You
    JDEV 11.1.1.3.0

    helo Frank,
    Thank You for the reply.
    Here the Train tag
    <f:facet name="top">
    <af:toolbar id="t1">
    <af:panelGroupLayout id="pgl1">
    <af:train value="#{controllerContext.currentViewPort.taskFlowContext.trainModel}"
    id="t4"/>
    <af:commandButton text="#{viewcontrollerBundle.SUMMARY}"
    id="cb5" icon="/Icon/accept-icon.png"
    action="Riepilogo"/>
    <af:commandButton text="#{viewcontrollerBundle.CANCEL}"
    id="cb2" action="roolback"
    icon="/Icon/remove-icon.png"
    immediate="true"/>
    </af:panelGroupLayout>
    </af:toolbar>
    </f:facet>
    Please note that the train is in the stretchLayout, here the start of the page
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:c="http://java.sun.com/jsp/jstl/core">
    <c:set var="viewcontrollerBundle"
    value="#{adfBundle['view.ViewControllerBundle']}"/>
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document id="d1">
    <af:form id="f1">
    <af:pageTemplate viewId="/Template/templatePreventivi.jspx"
    value="#{bindings.pageTemplateBinding}" id="pt1">
    <f:facet name="main">
    <af:panelTabbed id="pt2"
    binding="#{backingBeanScope.backing_List_List.pt2}">
    <af:showDetailItem text="#{viewcontrollerBundle.ARTICLE}"
    id="sdi2"
    binding="#{backingBeanScope.backing_List_List.sdi2}"
    stretchChildren="first" inflexibleHeight="100">
    <af:panelStretchLayout id="psl1" topHeight="80px">
    <f:facet name="bottom"/>
    <f:facet name="center">
    .... and so on... until the train
    The strange behavior is that I have 3 step in the Task. If I switch from the last page to the first and viceversa using the train, everything works.
    From the First page to the second page is OK, only from the last page to the second I have the problem.
    I spend the last 2 weeks with this problem.
    I have not used the latest version, do You think that is a bugs. where I can find a list of bugs solved in the latest version ?
    Thank u again.

  • Can anybody explain what is support for ADF Project and to solve the Issues

    Hi,
    I am new to ADF and i am currently associated to ADF Support Project.
    Can anybody explain what is support for ADF Project and to solve the Issues when the ADF Project is in Live.
    we are getting the Tickets for the Issues.
    Thanks in advance.

    I agree with Timo.
    It depends on the size of the project, user base, technologies, etc. We use lot of technologies in fusion middleware stack. We get tickets in many areas.
    In your case, it could be anything like user training issues (user may not know how to use the some system features), browser issues like blank screen, bugs in code like JBO errors (failed to validate, another user has changed row, failed to lock the record, NullPointerException, IllegalArgumentException etc), business logic issues, page may not render properly, performance issues, partial commit issues, application server issues, authentication issues. If you use web services you might get web services related problems.

  • Closing the Forms Background Page closes the Java-Window as well

    Hi,
    we are running Forms 10g and start the Applet in an separate window. This cannot be changed, because otherwise we lose some size of the Window and the Look and Feel is to different as with Client-Server mode.
    If a User closes the Background-Window or starts a different URL in the Background-Window, the Java Applet is closed directly without any warning.
    This isn't nice for the Users, but they have to live with it.
    But if I'm running a couple of Forms-Sessions in the Applet maybe with Database-Locks as well, and somebody closes the BG-Window, those Forms-Sessions (frmweb.exe) keep running for ~ 5-10 Minutes and the Locks are kept as well.
    Is this behaviour intentional or can it be changed ?
    Any comments are welcome.
    Mark

    Hi Craig,
    in principle I agree that it might be a training issue, but ...
    the default setup for the IE at this customer-site is that Links don't open in a new window. We may change that, but who knows.
    With this setting, the following happens quite normally.
    Forms is started which leeds to the "Background-Window" and the Java-Applet.
    If i minimize all windows and start f.e. Citrix or any other URL-Link, that link is opened in the Background-Window and the Forms-Java-Applet dies.
    In theory this can be avoided by training, but I do not agree, that it is a reasonable behaviour to check all open windows before I start a new URL.
    It just doesn't make sense in my opinion. It might be difficult to solve, but it still doesn't make sense.
    But we've found a solution ourself at least for the accidential closing of the Backgrund-Window :
    In formswegh.cfg we had a line like :
    =======
    HTMLbeforeForm=<_p align=center><_b>nicht schliessen</_b></_p><_p align=center><_b>sonst wird die</_b></_p><_p align=center><_b>Anwendung abgebrochen !</_b></_p>"
    =======
    we added an onBeforeUnload so that it looks like :
    =======
    HTMLbeforeForm=<_BODY onBeforeUnload="return ' Achtung Anwendung wird geschlossen !'"><_p align=center><_b>nicht schliessen</_b></_p><_p align=center><_b>sonst wird die</_b></_p><_p align=center><_b>Anwendung abgebrochen !</_b></_p>
    =======
    This leads to an "Is it OK"-question as soon as the BG-Windows is closed or another URL is called. This prohibits the Users of accident closing. If they still do it, it's their fault and than it is a training question.
    Thanks for your input and maybe this help some others as well.
    Mark
    P.S.
    the underlines before the p's and b's need to be deleted. Just because they are interpreted as HTML otherwise

  • Report prints Saved Data not Refreshed Data

    We were running VS 2005 and using the Basic CR 2005 Basic that comes with it.  We upgraded to use CR 2008 and found MANY issues after we went live in production that were apparent in the development.  This has caused a lot of stress with us as well as our users.  Iu2019ll summarize everything we found, possible workarounds and the open issues including the Printing/Loading of Saved Data.
    First, it was reported that printing changed.  It turns out when PrintMode = u2018PDFu2019 (default setting) it now asks after you choose u2018EXPORTu2019 (use to be u2018OKu2019) that it asks to Open or Save the Adobe.  When our customers were running 20 some reports at a time and we had hundreds of users, this became a nuisance for the heavy reporting users and a training issue in general for us.  With research, I found that we can change the PrintMode to be u2018ActiveXu2019.  This was much better when we were testing.  However, in Production it became a nightmare.  If the user is on a Domain that disallows itu2019s user from installing software or if the user has tight security settings, this became a nightmare.
    The second thing reported was that it was exporting to the wrong format.  It was exporting into RPT format.  It turns out with CR2008, it automatically defaults to RPT and the new pop-up, doesnu2019t isnu2019t clear to the user they even have a choice (the pop-up is much prettier, but it doesnu2019t look like a dropdown anymore).  In addition, they reported it was taking twice as long to export (we think it was related to export file type now).  With CR2005 Basic, it would have no default selection and if the user didnu2019t pick one, it would remind them they need to pick one.  After much research, I found there is no way to customize the operation of the export without writing my own export.  My users 90% of the time want to export to PDF and Excel the rest of the time.  Since we arenu2019t using a CR Server like product, they NEVER will do RPT.  There is no way with CR2008 to limit this list or to default the File Format.  So now, if they forget to select the type, they get the wrong file format instead of being reminded to select one.  Since the new pop-upu2019s dropdown selection isnu2019t easily apparent, this was a BIG issue for us.  Since I have close to 300 reports on 7 websites, this will be a lot of work for me to write my own code and change all the ASPX page to use my own control.
    The third thing reported was that the default name on Exporting was changed.  Export uses the ID property of the Crystal Report Viewer as the default name of a file on export.  When it replaced the viewer on all our pages, it set the ID to CrystalReportViewer1 instead of preserving the original ID.  We now have to go back and change them to what we wanted manually.  BEAWRE of this!  For our power users who wanted to export 40 reports they now have type the name in manually on all of them.  What took minutes now takes over an hour for them to do, until we can fix all the pages.
    Now it was reported that some reports are showing OLD data.  It turns out there shows Saved Data from design time.  In our site, we have a parameter page which getu2019s user selected parameters, save to a session and then load the report page using the session variables, and then redirect them to the report page which on page load we set the reports parameters.  We use the CrystalReportSource using ODBC.  The report has all the connection information.  Well if the user happens to select the same parameters I used at design time, it wonu2019t pull the data from the database.  They see our test data instead which is garbage.  If they select different parameters, display the report and then go back and select the original parameters, they will get the correct data.  This can be catastrophic for us!  So I added at the beginning of the Page Load before setting parameters the following:
         If Not Page.IsPostBack Then
                CRSServiceAlertsReport.ReportDocument.Refresh()
         End If
    This seemed to work.  A pain to add on every report page though when it wasnu2019t necessary before.  But then I just got called this morning and they say when they print, it prited the OLD data.  It seems the refresh pulled new data and updated the display in the viewer but the ActiveX print still used the original Saved Data!  I couldnu2019t find a solution for this.  I found switching PrintMode back to u2018Pdfu2019 worked but now I have the extra click issue again, which I described above.  I tried setting the reports u2018Discard Saved Datau2019 option but it still had the data!
    In the end, had I known about all these issues I would have NEVER upgraded to CR2008.  Iu2019m still looking for help on getting by the following:
    u2022     Stop using Saved Data at runtime (either on Display or Print)
    u2022     Getting the PrintMode=u2019Pdfu2019 to just pull up Adobe in Open mode without prompting the user.
    u2022     Remove File Type options from Export
    u2022     Set the default File Type options to nothing or something I want.
    Another nice feature to have would be the ActiveX control for printing to be part of the .NET Framework so users donu2019t need to download it.  Come on BO is a big company Iu2019m sure they can work with MS.  

    What is that method to clear Saved Data; I looked and couldn't find it.  I never had to call one in the prior version of CR 2005 Basic in .Net.  With the .NET controls, it always refreshed the data before.  This is a change in behavior for me.
    As for the Print using Adobe, with CR2005 Basic, it didn't prompt the user to Open or Save before.  This is new behavior.  It used to just open the report in Adobe in memory before without this specific prompt (it did have the first prompt for All or specific pages, but it would just open after that).  This is a change in behavior from prior versions and it has caused me several issues. 
    Many users don't like change and I didn't know to communicate this to them.  They were taken by surprise.  We'll learn to live it I guess, but I would ask you just to consider, why have an option to "Save" to PDF when you choose to print?  I would think you would use Export if you want to save.  It would never hurt to add an option to allow alternatives either.
    As for including with .NET Framework, it was just an idea.  I know how hard it can be working with third parties.  However, given that CR Basic comes with it, I thought it may be possible to work with them.  The better the integration the better the product is for the developers.  I was thinking the button could call JavaScript/Java to print instead of an ActiveX, or some other method.  Since I donu2019t know how the Control works, I couldnu2019t say.  It just would be nice.  I had a smiley face after that request, it didn't come out right when I saved the post.
    I still don't understand why .Refresh will update the data in the viewer but printing using the ActiveX Control will still print the saved data instead of refreshed data.  Since I never used this in the prior version I don't know what it would of done or not, but it just doesn't seem right it shows one set of data, and prints another.
    In addition, why the designer still saves data with the report when you state not to, I think may be a problem still.
    Edited by: Thomas Johnson on Nov 21, 2008 12:26 PM

  • How do i reposition the timeline to the left margin?

    I dip into FCP Pro X when I have a new project to edit - in between doing other things.  The interface reminds me of the dash on my old Merc A160.  It has very few buttons and they have multiple functions, but to change the time on the clock I always have to consult the manual.  Less is not always more - something Apple struggle to understand sometimes.  If I was using FCP all the time (heaven would be not having several different jobs) I would probably figure it out - but, because there is nothing intuitive about the interface, I have to relearn how to use it every time I come back to it.  Just like the buttons on my Merc.  I have completed a couple of editing projects in FCP.  But I haven't looked at it for some months.  In between I have been using Resolve (because a lot of my footage is shot in Log mode - something FCP doesn't handle at all - and I have to use a LUT to make the clips usable in the editing process).
    I have a wedding to edit.  Three cameras, three audio tracks on the cameras plus the church PA audio and a Roderick recording from a mic work by the groom.  I would like to choose an audio track and sync the video to that - but I learned last time that is not possible (or not easy).
    I looked at multicam sync clips but I can't see how I can use this to fit my workflow - it requires too many decisions up front and I don't have small clips - I have two 1hr "clips" and some smaller ones from the handheld camera.  I don't want to chop up the "master" clip and I can't see how to easily sync everything together in such a way that I can see it all.   Yes I see that I can choose different angles in a different editor, but I don't want to get into that at this stage - I just want to see all my material in a timeline so I can make major edit decisions first.  Oh I wish I had not thrown out FCP 10...
    So what I want to do this morning is just drop clips into the timeline from the main camera, chop it up and remove the bits of the ceremony that I don't want in the final video and then choose clips from the other cameras to replace the main camera. 
    So, I drop a clip in the timeline.  Its the warmup to the wedding.  People are sitting down.  The organ is playing.  I don't want this in this timelines.  So I trim the clip from left to where I want it to start.  Great.  Except...
    ... the timeline now starts halfway across the display and I have a blank black box to the left.  I cannot, for the life of me, see how to move the start of the clip back to the left margin.  Nor can I imagine why anyone at Apple thinks this is a useful thing to do?
    In between all of this I have the usual Yosemite instability issues and, for whatever reason, Preview keeps crashing so using the FCP User Guide is more or less impossible.
    Any clues?
    And don't say use Resolve on Windows instead.  I don't need much persuasion, and I hate Windows.

    I don't agree with you here.  Resolve is much easier to use - I don't have to try and get into the heads of the developers and its is easy to see how my material slots into the editor.
    I am still trying to get my head around the way FCP organises the material.  Events/Projects?  What are they thinking here?  How does this fit into a wedding video?  I can create meaningful "events" (wedding/photoshoot/reception) etc but why would I?.  Is a "project" just a timeline - a "sequence" in normal film editors?  Why not call it that then?  I cannot figure out what kind of environment Apple were imagining when they came up with this way of organising things?  They must have had some kind of job in mind where events and projects make sense.  The manual is silent on where the clips actually go - are they organised within events?  within projects"  or within both?  Whatever it is, it might be easier to understand what FCP is doing if Apple explained what this structure means and why they have adopted it.  I am left to guess.
    What I can't seem to get rid of is the groups (I have no idea what else to call them) which are just a date and under which my clips appear.  I don't want this hierarchy but I can't see how to get rid of it...   Clips that should be together, but were filmed on different dates, are in different places - and I cannot see how to group them together without these dates imposing another level of hierarchy,  I struggled through the last couple of videos not really understanding where my clips were and ended up with multiple copies all over the place.  Right now I don't know if I have all my footage in the library or not - its so hard to construct a meaningful organisation in this crazy interface.  I just deleted 8 copies of a lapel mic audio track - I have no idea how I got 8 copies of that into this library.  Does FCP just import duplicates without warning?  Its so hard to correlate what is in the library with my folder structure on disk...
    To my mind, this is one project - a wedding video.  And this video will include multiple sequences.  But my clips need to be ordered in such a away that makes sense to me - I am not sure how to do that in FCP, but its easy in file manager.  The clips were shot in various locations on multiple occasions.  But this has nothing to do with the finished product, which will have its own order of things, not necessarily related to the order of shooting.  In FCP (or Resolve) I would have the clips in bins and my various sequences which I could then assemble.   Now I guess these are projects?  They aren't "projects" at all - at least to in my mind.  I don't like having to think about this project (the wedding video) in some weird way which only makes sense to the FCP developers.  Maybe they never filmed a wedding!
    Thanks for the advice re multicam clips.  I came to the same conclusion  but there is an awful lot of stuff to synchronise and I am not confident that FCP will do this in one go.  But now I have to learn and get familiar with the different editing environment for multicam clips.  Oh joy!  I am hoping I can add more clips to a multicam clip afterwards - once I sort out how to get my footage into some meaningful structure without all these surplus dates...  The clips have been imported so that the file structure creates keywords - which would be ok, perhaps, except for this extra date-related hierarchy which means I have to keep expanding the tabs to see the clips.
    As for Synchronised clips, if you read the user guide there is nothing to warn you that this is an audio-only sync.  Or which video track you are going to end up with. "For example, if you select two video clips and three audio clips from different sources that were all recorded during the same take, Final Cut Pro automatically analyzes and syncs the clips together into a new clip in the Browser."  Perhaps, when they wrote this manual, they were thinking this would create a multicam clip.  Or maybe its an old manual - I don't suppose they get updated automatically.  Maybe I better go look to see if there is a newer version on Apple's website.
    I seem to spend a lot of my time undoing the default settings in FCP.  I don't want my footage disappearing into an impenetrable amorphous mass in some hidden library somewhere, so I have to remember to change that default - the wording in the inspector is not very clear and sometimes I find that it is importing the material into its library and creating another copy.  I generally only notice when my backup software suddenly starts copying gigabytes of data to tape...
    I don't want to see my footage an in iMovie layout with no tracks either.  Especially my audio tracks, so I always have to unpack them.  I miss the little buttons to turn off different audio tracks - yes I know there is another way to do this, but its not obvious (as with everything else in this software) and means fumbling around in the interface to find how to do it - and its slower if you want to flip between audio tracks to decide which one to use at any given point.  Its the same with synchronising clips.  You expect to select the clip, right click and get a sync option.  But its in a separate menu under Clip.  Why?  If you want to copy a clip to another library its not under a clip menu - but under the file menu?  Why?  I think its a terrible mess - and I think that Apple introduced a level of complexity to this interface with little to show for it.  I am new to Resolve.  It looks complicated with all its colour wheels and stuff, but actually its very intuitive and easy to use.  And its very easy to structure clips and sequences without having to spend hours trying to figure out how Apple think you should do things.  if you use FCP all the time then fine - you get used to it.  But is it truly a better way to work?   I like structure - it helps me to understand my material - but FCP is anti-structure and forces a virtual schema on its users.  If you like that, well and good - but it shouldn't be compulsory.
    I got my head around using keywords - but I hate it - its just extra work for me and I hate the loss of the direct relationship with my material.  Its very hard to see whether I have used all the material or not and how it all fits together.  Now I have duplicated stuff everywhere and lots of things missing - but no real organisation.  And I have to remember how I keyworded clips to find them - not easy in a big project.  And since I have lots of big clips I have to remember not to change the I/O points without first saving the subclip and assigning a keyword.  Extra work and easy to stuff up.  Its a problem too if you edit a subclass without realising it is just a virtual clip so every instance will be edited.  Sometimes thats a good thing, but not always.  The issue is that this happens invisibly so you have to be very careful working with these virtual clips.  Subclips are safer - you always know whats happening - and that's increasingly difficult when you have lots of subclips which are really the same material but grouped separately.
    Its much the same with all Apple's software today - its all written from some other planet.  I have had to take out a subscription to Office 365, use Dropbox and oneDrive instead if iCloud and download Resolve to deal with my Blackmagic camera.  Its a consumer world at Apple now - and an iMovie view of the world.  Apple like to hide half the functionality because they think it makes things look easy.  Their manuals are useless and their online Help worse.
    And yes, thanks for the Shift-Z.  That works, though finding it in the manual is another matter.  But why this behaviour in the first place?  Is there any reason why you would want your timeline to start halfway across the screen?  Why doesn't the clip just snap back to the left as it would in any other editor?  Its little quirks like this that make this a very frustrating experience.  I am not editing all the time - I am just as likely to be in Dreamweaver, Indesign, Illustrator or Photoshop - or working on business projects.  I don't feel I should have to wade through a badly written user guide or ask basic questions in this forum every time I come back to FCP Pro X - that was never the case with the old FCP.  Its just like the clock on my car - daylight saving happens here twice every year and the time has to be changed.  I always need to refer to the manual.  To my mind that is a crap user interface.
    FCP Pro X has some nice new features.  But its hard to justify this when everything else is so hard to use.  Its like connected tracks.  Why is that an improvement?  I always start with an audio track from my master camera - because its on tape and runs for the whole take - but its impossible (or very difficult) to do this in FCP Pro X.  If I have a jumble of clips and its not clear where they fit, I can't assemble them, in sequence on a separate track - I have to connect them, arbitrarily, to an existing track.  And then undo that connection later.  I have to rethink my workflow every time to try and fit in with FCP Pro X.
    In an earlier life I was a software developer.  The golden rule of applications in business was that you built your application to suit the workflow of the user.  You could streamline it, but not change the sequence unless the business had made a decision to do that already.  I wrote quite a few large applications for various areas of the business - I used them to make sure they worked, and I used the existing workflow.  A user could come back from holidays and know immediately how to use the app to do their job.  A new user could use the app without weeks of training.  Its not hard to write intuitive software - but its impossible if you set out to impose a new workflow or method of organisation on a user.
    Apple seem to have missed this altogether.  FCP will always be a dog, for that reason alone.  I have never used Avid or Premiere Pro, but I imagine no-one else has adopted Apple's upside-down way of doing things.  That spells lots of training issues for anyone adopting FCP Pro X.  And now since you have to work with  colour grading apps, like Resolve, users have to work backwards for Apple and forwards for everyone else, in the same project.
    After this project I am going to look seriously at Premiere Pro - but only if I decide I can't use Resolve on its own for everything.  I have been an Apple diehard for 12 years after being a Windows guru for a decade before that.  I am close to giving up on Apple.  Having to buy Office was very difficult - but the Apple apps have been dumbed down (Pages) or were never up to the mark (Numbers).  I can't use iCloud because it doesn't support half my material so I have Microsoft oneDrive which also goes against the grain.  And I am running Yosemite which means crashes at regular intervals and reboots several times a day.
    I am an Apple shareholder too.  But I beginning to think they have lost the plot.  I hope not.

  • Using Configurator to share two iPads with multiple users

    I work in an office where several people want to share two iPads. We require individuals to connect to our secure wireless network with their own username and password. Each user also wants to set up the iPad to connect to their own Exchange account. Each person will also use their own Apple iTunes store ID and download their own apps.
    If I understand the differences between the two applications, Apple Configurator would be the appropriate tool to manage this and not the iPhone Configuration Utility. If I understand how Configurator works, I set up the iPad to connect to Jane's email and to connect to the Apple Store and our wireless using Jane's credentials. Then I back up that profile using Configurator. Next I configure the same device to connect to Jim's email and to connect to the Apple Store and our wireless using Jim's credentials. Then Jim backs up the device to his profile using Configurator.
    Now whenever Jane uses the iPad, she brings it back and plugs it into our Mac to backup her profile changes (her apps, her home wireless network settings, etc.). Jim sits down and "Checks out" the iPad to himself which loads his previously backed up profile. If Jane still has the laptop checked out, Jim can plug in the second iPad and load his profile.
    Is this how it works? It seems like Configurator can do this, but not the Configuration Utility (which means you need a Mac running Lion to use Configurator).
    Thank you,
    Sean

    Thanks gyrhead. Those are some of the better articles I've seen on using Configurator. One of our computer lab managers has been playing with it (I work in the IT department for a university). Basically I can see us using it to manage iOS devices we provide for use in the labs or on a short-term checkout basis, but I don't see Configurator as being a solution for the departments we support who want to share iPads between users. Even if a department has a Mac that can run configurator (many do not), I think it will lead to some bigger support and training issues that we do not have the resources to manage.
    For now we are going to tell our faculty and staff departments that iPads and other iOS devices are meant to be personal devices and are not meant to be easily shared. Until Apple comes up with an easy way to login to different profiles on the device (I have also seen some third party products in development... like this one: http://nowsci.com/userprofiles/) we are going to recommend that departments purchase an iPad for any staff who needs it. If they really want to share one iPad among multiple users, they can set up a single Apple/iTunes account for the device tied to a purchasing card, and then just use Safari for checking email (instead of configuring everything for individuals). Of course if they really want to it is not a big deal to delete your email/calendar settings and then add them each time you use the device, but if it wasn't my own device I would just use Safari to check my email and calendar over the Web.
    Sean

  • Displaying different sheets at run time based on value of the parameter

    Hi,
    I've a query regarding displaying two different sheets at run time in Oracle discoverer based on the value of the parameter that i give.
    I've a parameter Summary_flag.
    If the value of the parameter is 'Y',then it should display a sheet,say for example it should display Sheet1.
    If the value is 'N',then it should display another sheet, say for example it should display Sheet2.
    Is there any way in which i can accomplish this?
    I went through the Format and Tools menus but couldnt find anything regarding this aspect.
    Can you help me out?
    Thanks,

    Having a Disco parameter dictate which worksheet is displayed is not an option that is available. There are a few workarounds, though:
    1. Have a portlet (or some other web interface) accept your parameters, and then call the appropriate worksheet.
    2. Have 2 worksheets, and have it devolve into a training issue (for a summary run this, for all the details run this).
    3. Create calculations that will show or hide column data depending on the parameter selected - the columns will still be there, and you can fill them in with blanks, or a message like "N/A for Summary".
    4. Create a report that will allow the users to drill between the summary and detail data - I'm not sure whether you could use a parameter to then say whether the report should open up summarized or expanded.

  • SIM card not recognised after upgrade to latest IOS apple staff helped reboot lost very treasured photos then backed up compt before trying to find them so say have overwritten back up so now lost forever Is this true Sim blamed on hardware ? True

    I have a DM*******FJ3 iPad
    I put a SIM card in it and it worked beautifully
    I went away the sim does not work abroad and updated the management programme while away
    When I came back the sim wouldn't work and when rebooted after update an error message no SIM appeared and it has been there since
    I booked an Apple review at the shop in lakeside they were unable to find a fault said it was a hardware problem and I would need to buy a new iPad
    I then phoned apple apple help who talked me through a reset
    At the reset a lot of photos of the birth of my granddaughter went missing the albums they were in was missing
    I then booked an appointment at Genius Bar in covent garden
    They backed up the computer on arrival
    Their conclusion was the photos lost forever as the back up had overwritten the backed up photos that hasn't downloaded properly when reinstating backup
    The pins in the iPad drawer for the sim are broken and I need a new iPad
    Apart from being furious that despite apple knowing the problem was about lost photos they have by their actions lost them
    The sim stopped working without the drawer being opened
    The only people to open the drawer since it stopped working are apples employees  so if pins are broken apple has broken them and still haven't identified the more likey software problem that stopped the sim working as it happened afte an update
    It is impossible to visualise the pins in the SIM card slot I have tried with an ophthalmoscope and can't see them so how an Apple employee can see with his naked eye is beyond  me
    This seems to be a problem with this iPad as the net is littered with problems regarding this fault so I'm sure Apple know about it
    My friend with a company use of these iPads has had several develop this problem and they have been replaced as staff have admitted to him it is a known fault
    Wy should so done have one level of truth compared to another
    Staff should not lie just to get someone out of a shop if they really don't know the answer
    I feel I have highlighted several staff training issues and would like some reassurance that action is being taken about this don't seem to be able to find a way to complain to Apple Anyone know how?
    There is an obvious problem with the SIM card comparability in this iPad I believe a software problem and would to know if it is actually being addressed and when a new update comes out will it ever work again or do I really have a useless piece of equipment now?
    Are my photos really lost as staff have been useless at everything else I can't help but hope they don't know a retrieval route for this either
    Any help very grateful
    <Edited By Host>

    Actually, I'm sorry.  I just re-read your post and you were certainly clear.  I somehow got it in my head you set up the new phone from iCloud backup.
    Since you've had the phone one week (I hope I got that right at least?) you are entitled to technical support directly with Apple.  I'd either call them (1-800-MY-APPLE) or schedule a meeting at the Genius Bar at your Apple Store.  I'm sorry I can't be more helpful.

  • GRC 10.0 Mass Role removal

    Hello all,
    we are using GRC AC 10.0 (SP14). Today I found out that the access removal for multiple user is not working. The role removal for one User is working fine. But for multiple user who all have the same role it is not possible to select this existing role. Is it a standard in GRC AC or did I miss some config parameters?
    The  button "ADD" (yellow) is not working, and there is no button "Existing assignements". Please let me know, whether this settings are standard or not.
    Many thanks,
    regards
    Sabrina

    Sabrina,
    Multi user requests have been quite problematic. I encourage you to search for corrections; we had to implement numerous corrections for multi-user requests. Right now, though, multi user requests for role removal using the "Existing Assignment" function are working for us (SP12 with a lot of corrections from  SP13 and SP14).
    I should mention that our Provisioning Log in the closure notification only lists the first user, but all three accounts in my test request just now had the role removed as requested. We have treated that as a training issue with our request submitters for the time being. We implemented Note 1727135 to correct that issue and it made matters worse, so we had to revert.
    Good luck!
    Gretchen

  • Understanding FCP7 (from a Premiere Pro background) - Need help

    Hello all,
    I have spent the better part of the past 5 days doing a couple video edits of projects that I had already completed in Premiere Pro CS4, in an effort to learn Final Cut Pro 7. I have a few observed differences that I am hoping the FCP veterans can help me understand. I am not new at all to video editing but I am neophyte when it comes to FCP7.
    As resourceful as I think I am, I cannot find any references to others who have observed these differences which makes me wonder if the issue is mine entirely.
    *Previewing sequences is time consuming*
    The same project that I completed in PProCS4 works to simply press play in the canvas to see the preview without needing to render. I am using the same elements in both projects. FCP7 will not attempt to play the preview unless I render (which seems to be taking 30 minutes to an hour for the particular project I am working on).
    *Adding graphics or text layers have a two-minute limit in the timeline*
    Unless I am prepared to copy/paste the 2:00 clip numerous times in the timeline or know ahead of time to extend the duration in the preview window before adding it to my sequence, I will be out of luck. I don't seem to be able to simply grab the right handle on the clip and extend it out to match the timeline of my full sequence if I so desire.
    *Imported clips behave differently in each application*
    As you may have read in another thread, I was having troubles with an imported WMV file that works fine in my PProCS4 installation, but required me to use MPEG Streamclip to convert it before I could use it without audio/video sync issues.
    Please don't hear me saying one application is better than the other as I fully expect that they each have their place, but I feel like I am struggling unnecessarily with basic functionality in FCP7. I am sure it's a training issue. I am hoping you all can help me better understand.

    OK...here's where you are making a very basic mistake. Final Cut Pro is a broadcast format based editing system. Meaning that it deals with video that meet video production standards. DV (720x480), Broadcast SD (720x486), HD (1280x720 and 1920x1080) and 2K and 4K (film) standards. Anything that doesn't fall within those standards aren't really well suited for FCP. So your 1024x768 sequence setting, and file type won't be the best way to test out and learn FCP. Those are computer monitor dimensions.
    Premiere might be well suited for what you are currently working on. But if you want to start learning FCP, I suggest waiting until you have a video production based format to work with, and that you capture that footage with FCP, not another NLE.
    Shane
    Message was edited by: Shane Ross

  • Enter key instead of TAB key

    Hi folks,
    I'd like to make the ENTER key behave the same way as the TAB key in
    the system I'm developing. I thought I would be able to do it by setting
    the ENTER as a function key (using Window.SetAsFunctionKey), and
    then after detecting an ENTER key press, request focus on the current
    fieldwidget's 'NextTabField'. However, this attribute defaults to NIL unless
    you override the default TAB sequence. And I don't really fancy setting
    the Next and Prev TabField for every onscreen field.
    Anyone done this before using a simpler method?
    By the way, I don't really want to get into a long thread about whether it is
    good practice to bypass Windows (TM) standards or not. We require
    fast data entry, and keyboard entry is essential for that.
    Cheers,
    Duncan Kinnear,
    McCarthy and Associates, Email: [email protected]
    PO Box 764, McLean Towers, Phone: +64 6 834 3360
    Shakespeare Road, Napier, New Zealand. Fax: +64 6 834 3369
    Providing Integrated Software to the Meat Processing Industry for over 10 years
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Duncan,
    The application we are building will replace legacy application and had similar
    requirements to accommodate the current users. We solved this problem by creating a
    special frame, appropriately named as the "Terminal Frame". It is distributed as
    part of the Scaffolds framework.
    The Terminal frame implements ENTER instead of TAB key. As you know the tabbing
    order in a terminal frame (top to bottom, left to right) is different than windows
    tabbing order (left to right, top to bottom). The Terminal frame solves the tabbing
    problem by constructing a "field traverse list" which includes all the fields in a
    window including nested views ordered according to their X,Y co-ordinates. It is a
    recursive method works on the same lines as described by Sakharov, Nickolay in
    earlier mail. The method also sets the NextTabField, PrevTabField references for
    each field in the traverse list.
    This framework is working very well for us. In a terminal frame world, you still
    have some user training issues as some of the fields (OutlineField, DropList,
    ArrayField, CheckBoxe etc.) behave differently for ENTER and TAB keys. But these
    are minimal compared to a complete change in style.
    Hope this is helpful.
    Good Luck,
    Shirish
    Duncan Kinnear wrote:
    On 22 Jun 99, at 23:47, Jeanne Hesler wrote:
    Do the math on this one. Be sure your users understand the cost and the
    lack of payback. I have no problem going against common practice when
    there is a good reason, but this reason just doesn't add up. Even if it
    did slow them down, which it won't, they would never lose enough time to be
    worth the work that it would take to implement.Jeanne,
    Thanks for your reply (even though it doesn't help me!).
    Don't get me wrong, I'm not advocating we abandon the TAB key
    functionality in favour of the ENTER key. I just want to ADD the ENTER
    key as a navigational aid for our 'legacy' users (and we have many). If it
    is done right, there should be no need to tell the user about it. Their
    transition to the new product would be virtually painless.
    Since I posted my original question I've realised that the cost of
    implementation is actually fairly low. And this is why. I have just
    discovered that the default tab order defined by Forte (left to right, top to
    bottom) is essentially useless for most of the windows we will be creating.
    Therefore, we will need to override it by explicitly setting the
    "NextTabField" and "PrevTabField" attributes of our input fields in virtually
    every window. As I am writing the framework for our new product, I will
    have to implement the facility to do this in the framework itself. And if we
    have our tab order defined, then adding the ENTER key functionality is
    minimal extra effort (see my original post). In fact, if I implement it in my
    "CoreWindow" (the root of my windows framework inheritence tree), then
    no-one will ever have to deal with it again.
    The TAB key is not even much of a windows data-entry standard. Many
    of our customers have defined secondary systems using Microsoft
    Access, and it uses the ENTER key (along with the TAB key) to move
    from field to field. Will these customers not complain that they cannot
    use the ENTER key to move between fields if we don't implement it?
    As we do not have the resources to completely rewrite our existing
    COBOL system (over 2 million lines of code) in one go. We will be rolling
    out the new system module by module. This means that a lot of our users
    will be switching between the new windows interface and the text-based
    unix telnet sessions. When I switch back and forth between windows
    editors and 'vi' on the unix host, I experience first-hand how mixed
    navigational facilities can hamper productivity!
    Anyway, I was just hoping there might be a little setting somewhere in
    Forte to switch this on, but as no-one has pointed it out, it seems unlikely.
    Thanks again for your input, lively discussion is always welcome.
    Cheers,
    Duncan Kinnear,
    McCarthy and Associates, Email: [email protected]
    PO Box 764, McLean Towers, Phone: +64 6 834 3360
    Shakespeare Road, Napier, New Zealand. Fax: +64 6 834 3369
    Providing Integrated Software to the Meat Processing Industry for over 10 years
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>--
    Shirish Kulkarni <mailto:[email protected]>
    Sage IT Partners <http://www.sageitpartners.com>
    44 Montgomery St. Suite 3200 San Francisco, CA 94104
    (925)210-6965 Office (415) 399-7001 Fax
    The Leaders in Internet Enabled Enterprise Computing
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Is "Enter" the only way to let an ABAP OO editable ALV know data's changed?

    In the past two years, I've coded numerous ABAP OO editable ALV's, and once Uwe set me straight about how ti use the canned "handle data changed" methods,. it's been very straightforward.
    But here's my question.
    I have a modal dialog box in a MIGO dialog exit (yes, there is one although it's in a very odd function group - XQSM.)
    In the modal dialog box, I have an editable ALV and an OK pushbutton underneath it.
    If the user enters data into the ALV and then presses OK immediately afterwards (without pressing ENTER first), the ALV doesn't recognize that data has been entered.  So the underlying itab winds up empty.
    What is the right way to handle this?
    Is there a way of forcing the ALV to do its thing from within the PAI that handles the OK pushbutton?
    At my last client, the customers were willing to live with this as a training issue - tell the users to hit ENTER at least once before pressing OK.
    But surely, SAP must have something else in mind here that I'm not yet aware of.
    Thanks for any advice anyone can provide.
    djh

    Hi Vijay -
    Thanks for both answers!
    Regarding your first answer, here's my current code:
    class lcl_event_receiver          definition deferred.
    data:
      o_event_receiver                  type ref to lcl_event_receiver.
    class lcl_event_receiver definition.
    public section.
        methods:
          handle_data_changed
             for event data_changed of cl_gui_alv_grid
                 importing er_data_changed.
    private section.
    endclass.
    And this:
      call method o_grid->register_edit_event
                   exporting
                      i_event_id = cl_gui_alv_grid=>mc_evt_enter.
      create object o_event_receiver.
      set handler o_event_receiver->handle_data_changed for o_grid
    Are you saying that instead of mc_evt_enter, I should use "mc_evt_modified" ????
    Please clarify if you have the time.
    Thanks
    djh

  • Settlement rule in rework process order

    Hello
    When creating a rework process order without material in CORO the system is asking automatically for the settlement rules. Here we can then maintain a cost center order order. This is very nice and perfectly fine to us.
    When now creating in a different case a rework order with material in COR1 (because we plan a goods receipt) the system is automatically taking the material as default settlement rule without asking the user. Would anybody know a way how to customize the system to ask the user in any case for the settlement rules? So the user really has to make a choice and is not always forgetting to update the correct values which are not only the material. (kind of a training issue but maybe the system can do something about that..)
    Thanks

    Hi,
    Please click this link
    http://help.sap.com/saphelp_470/helpdata/en/38/0cf817ed9b11d29fa2080009b0db33/content.htm
    Rework order
    thanks
    krishna

Maybe you are looking for

  • I am receiving error code 65543 while opening what...

    Hello there, I am using nokia asha 501 with latest update from nokia i.e 14.0.4 as per received from nokia. then i have installed whatsapp and now when i try to open a picture then its showing me error code 65543 whit some java application error. can

  • Some hyperlinks not working

    I have a 2-part presentation. The first part consists of a looping set of slides with animations, each including an icon designated as a hyperlink. The hyperlink goes to the second part of the presentation, which is the main slideshow. I find there i

  • Tree selection event in jtree

    hi i'm using a jtree in my gui but im facing a problem jTree1.addTreeSelectionListener(new TreeSelectionListener() {                public void valueChanged(TreeSelectionEvent e)                     jTree1_valueChange(e); as you can see that whenever

  • Updated Quicktime...now Mail won't open

    I updated quicktime yesterday and immedately afterwards Mail would not open anymore. It just bounces (usually just once) and then nothing. Anyone know how to fix this or how to revert to the previous version of quicktime?

  • IPod Touch syncing problem

    I purchased Chris Brown's CD Fortune at F.Y.E. and imported it to my iTunes. After this, I attempted to sync my iPod. The message, "iTunes cannot sync apps to the iPod "Josh's iPod" because the apps installed on the iPod could not be determined." Wha