Activationof UPDATEunder shopfloorinformation in implementation tab in OPL8

Hello All,
I have activated the update field in shop floor information in OPL8 transaction under the implementation tab.
Now where can see the impact of change i.e.. like in COOIS reports or else BI reports.
I would like to test the scenario.Kindly help me on this issue.
Thank you in advance.
Regards
Sailendra.M

Hello siva,
I have activated update in implementation tab.Now how will see the impacts in MCP3,MCP1 t-codes.could you explain me in detail.
I m not able to differentiate before and after activation of the Update.
Thanks a lot for your support.
Regards
Sailendra.M

Similar Messages

  • Hide or display Implementation Tab in object the PACKAGE

    Hi!
    How I can hide or display a "Implementation Tab" in object the PACKAGE for other users?
    OWB 11.1.0.7.0
    Thanks!
    Edited by: user12277289 on 7/12/2009 6:20

    You can wrap your code if you dont want anyone to see it.

  • Implementation tab in IDE not seen

    Hi Colleagues.
    I used to work with NW2004s Version IDE to work with java webdynpro.
    To implement a logic in the view/controller I used to do by using Implementation tab.
    Now I installed the IDE for NW CE. I could not see the Implementation tab in either view or controller.
    Is something changed? or how to get the implementation tab?
    Also Im getting "Internet Explrer Script Error" with Object Expected message.
    Could anyone help on this?
    Thanks
    Bala

    Hi Balachander,
                             please refer this thread for ur query:
    [NWDS EHP 1 SP1 with problems]
    to open the controller editor , right click on component controller --> open --> controller and java editor.
    Thanks and Regards

  • Implementing Tab bar ctrl in dashcode

    Hi
    I am developing web application for iphone. Is it possible to implement Tab bar controller in dashcode.
    Is there is any option available for implementing tab bar using dashcode for developing web application.
    Thanks
    mindus

    This is a user to user help forum for users, not for developers with a question regarding web application or 3rd party app development for the iPhone.
    http://developer.apple.com/safari/

  • Clicking on new implemented tab is not navigating to subscreen

    hi alll,
    there are 4 tabstrip in a screen and i have added one tabstrip. i am calling two subscreen one subscreen for all 4 tabstrip and another one for new added tab strip. i have just copied a old subscreen and added in new subscreen which will be used for 5th tabstrip. my problem is that all tab strip is working and navigating but when i click on new added tab nothing is happening...
    please tell me whether i have missed something...??
    screen code is : PROCESS BEFORE OUTPUT.
    Status und Titel setzen
    MODULE GUI_CONTROL.
    Screenattribute setzen
    MODULE MODIFY_SCREEN.
    PBO des Gruppierungen-Subscreens
    CALL SUBSCREEN: GRPG_SUB INCLUDING SYST-CPROG '1100',
                    GRPG_SUB1 INCLUDING SYST-CPROG '1200'.
    PROCESS AFTER INPUT.
    Ausgang direkt ohne Prüfungen
    MODULE EXIT_PROCESSING AT EXIT-COMMAND.
    PAI des Gruppierungen-Subscreens
    CALL SUBSCREEN: GRPG_SUB,
                    GRPG_SUB1.
    Feldprüfungen
       FIELD KONMATGRPT-GRPGTEXT   MODULE CHECK_GRPGTEXT  ON REQUEST.
       FIELD KONMATGRP-GRPGNR      MODULE CHECK_GRPGNR    ON REQUEST.
    Folgedynpro setzen
    MODULE SET_SCREEN.
    FCODE vearbeiten
    MODULE FCODE_PROCESSING.

    yes abhijit,
    but the problem is that, i have to do changes in standard screen(T code vbg123) and there are no screen exit so we have to add tabstrip in standard screen. i have copied that program screen in zobject and trying to make changes... but after adding the 5th tabstrip i am not able to navigate and even i am not able to see the places where i can add screen number like this code
    T_TABSTRIP-ACTIVETAB = G_T_TABSTRIP-PRESSED_TAB.
      CASE G_T_TABSTRIP-PRESSED_TAB.
        WHEN C_T_TABSTRIP-TAB1.
          G_T_TABSTRIP-SUBSCREEN = '2410'.
        WHEN C_T_TABSTRIP-TAB2.
          G_T_TABSTRIP-SUBSCREEN = '2420'.
        WHEN C_T_TABSTRIP-TAB3.
          G_T_TABSTRIP-SUBSCREEN = '2430'.
        WHEN C_T_TABSTRIP-TAB4.
          G_T_TABSTRIP-SUBSCREEN = '2440'.
    the code for screen 1000 where tabstrip is added:
    PROCESS BEFORE OUTPUT.
    Status und Titel setzen
    MODULE GUI_CONTROL.
    Screenattribute setzen
    MODULE MODIFY_SCREEN.
    PBO des Gruppierungen-Subscreens
    CALL SUBSCREEN GRPG_SUB INCLUDING SYST-CPROG '1100'.
    PROCESS AFTER INPUT.
    Ausgang direkt ohne Prüfungen
    MODULE EXIT_PROCESSING AT EXIT-COMMAND.
    PAI des Gruppierungen-Subscreens
    CALL SUBSCREEN GRPG_SUB.
    Feldprüfungen
       FIELD KONMATGRPT-GRPGTEXT   MODULE CHECK_GRPGTEXT  ON REQUEST.
       FIELD KONMATGRP-GRPGNR      MODULE CHECK_GRPGNR    ON REQUEST.
    Folgedynpro setzen
    MODULE SET_SCREEN.
    FCODE vearbeiten
    MODULE FCODE_PROCESSING.
    and code which i am doing after copying in z object:
    PROCESS BEFORE OUTPUT.
    Status und Titel setzen
    MODULE GUI_CONTROL.
    Screenattribute setzen
    MODULE MODIFY_SCREEN.
    PBO des Gruppierungen-Subscreens
    CALL SUBSCREEN: GRPG_SUB INCLUDING SYST-CPROG '1100',
                    GRPG_SUB1 INCLUDING SYST-CPROG '1200'.
    PROCESS AFTER INPUT.
    Ausgang direkt ohne Prüfungen
    MODULE EXIT_PROCESSING AT EXIT-COMMAND.
    PAI des Gruppierungen-Subscreens
    CALL SUBSCREEN: GRPG_SUB,
                    GRPG_SUB1.
    Feldprüfungen
       FIELD KONMATGRPT-GRPGTEXT   MODULE CHECK_GRPGTEXT  ON REQUEST.
       FIELD KONMATGRP-GRPGNR      MODULE CHECK_GRPGNR    ON REQUEST.
    Folgedynpro setzen
    MODULE SET_SCREEN.
    FCODE vearbeiten
    MODULE FCODE_PROCESSING.

  • WPF: What is simple way to implement Tab control

    Our application uses WPF.
    One Window includes TabControl. Each tab header includes image and text.
    When the tab is selected, we need to show different image and text in different color.
    One way is to create a customized control which include image and textblock. And one of dependency property is "Select".
    When Select is true, use different image and set different Foreground for textblock.
    Our question, could we use style to achieve this? thx!
    JaneC

    >>Our question, could we use style to achieve this? thx!
    Yes, you could add a DataTrigger to the HeaderTemplate that binds to the IsSelected property of the TabItem and changes any properties of any element within the DataTemplate.
    Here is an example that changes the Foreground colour of a TextBlock from Red to Green and the Source of an Image from 1.png to 2.png when the TabItem is selected:
    <TabItem Header="1">
    <TabItem.HeaderTemplate>
    <DataTemplate>
    <StackPanel>
    <TextBlock x:Name="txt" Text="{Binding}" Foreground="Red"/>
    <Image x:Name="img" Source="1.png" Width="10" Height="10"/>
    </StackPanel>
    <DataTemplate.Triggers>
    <DataTrigger Binding="{Binding IsSelected, RelativeSource={RelativeSource AncestorType=TabItem}}" Value="True">
    <Setter TargetName="txt" Property="Foreground" Value="Green"/>
    <Setter TargetName="img" Property="Source" Value="2.png"/>
    </DataTrigger>
    </DataTemplate.Triggers>
    </DataTemplate>
    </TabItem.HeaderTemplate>
    <TextBlock>First...</TextBlock>
    </TabItem>
    Hope that helps.
    Please remember to mark helpful posts as answer to close your threads and then start a new thread if you have a new question.

  • How can I implement multiple windows/tabs in my Main-Menu?

    I don't really know how to explain it. As an example, Skype has roughly 20 windows bundled with it, that are switched to when you click things like "Skype-Home" and "Profile". The layout changes too drastically to change the way it looks through just code, and it's not a new window being opened, it stays in the same window, the same main-window. I was wondering if this is possible through Cocoa-Applescript, and if so, what are the necessary steps to achieve this.
    Taking it one step further, and if the above is possible, how could I implement a "tab" system in the application? The image below is an example of what I mean.

    AppleScriptObjC can use pretty much everything in the Cocoa API, so yes, it is possible.
    Note that a view is not the same as a window, and a window can have multiple views. There are also many ways to implement "tabs";  take a look at some of Apple's applications - they use various mixtures of toolbars, checkboxes, and radio buttons, for example.  An application such as this will be a lot more involved than what you have done so far though, using custom classes and subclassing existing ones, so be prepared to do a lot of reading and researching.

  • JEST table and status change document OPL8

    Hi Experts,
    1. I created a prod order and released it and saved. went to AUFK and got the object number to pass in JEST  table. System shows no values found.I was expecting a record for the same. do I need to do something to populate JEST table?
    2. In OPL8 under implementation tab, there is something called status change documents. do I need to configure OCM to use these change documents? if the answer is no, then what is the difference between these change documents and OCM change documents?
    thx in advance

    swathi.rege wrote:
    2. In OPL8 under implementation tab, there is something called status change documents. do I need to configure OCM to use these change documents? if the answer is no, then what is the difference between these change documents and OCM change
    The settings in OPL8 will just determine if system should write the change logs of status to table tables CDHDR and CDPOS (for audit trail). Entries will appear here CO03 >> Header >> Status changes
    I think you opened up different windows of different boxes (DEV, QAS etc) and probably created in production order in DEV and checking status in QAS.
    Edited by: Jeevan Sagar on Feb 12, 2012 10:09 PM

  • How can I have multiple WINDOWS (NOT tabs) with INDEPENDENT content?

    How can I have multiple '''windows''' (''not ''tabs) with '''independent''' content?
    I used to be able to open separate windows with Firefox, and the content could be completely different in each window. No matter what I did in any window, no OTHER window open at the time, nor any of the content therein, was affected. This is no longer the case and it is extremely frustrating for me.
    I do ''not ''like tabs and do not use them. I prefer multiple windows plus I am so used to using them, for so many years now! But with v9.0.1 I suddenly can no longer do what I've always done with my browser without this aggravating problem constantly reminding me that I can't have what I want in firefox anymore.
    Or can I? Does anyone have a solution I don't realize exists?
    Thanks,
    Sowelu

    AppleScriptObjC can use pretty much everything in the Cocoa API, so yes, it is possible.
    Note that a view is not the same as a window, and a window can have multiple views. There are also many ways to implement "tabs";  take a look at some of Apple's applications - they use various mixtures of toolbars, checkboxes, and radio buttons, for example.  An application such as this will be a lot more involved than what you have done so far though, using custom classes and subclassing existing ones, so be prepared to do a lot of reading and researching.

  • Best approach -Tabs based ADF Tree left side navigation with Dynamic Regions with out UI Shell

    Hi,
    Somebody can help for the best approach to implement the following requirement.
    Req: When the user select the ADF Tree left side navigation menu, each menu will open as multiple tabs(Dynamic Tabs) in right side content area with out UI Shell Template.
    I completed the
    Step-1: From the Model project, I can able to render ADF Tree in the using view and view links. I can get the adf tree which is having 3 menu items. Each menu item having 2 sub menu's.
    I took each menu item as one(1) taskflow, each taskflow will have two(2) fragments.
    Total I have 3 task flows as Menu Items and 6 fragments for sub menu's.
    Step-2:  My question is How do I implement Tab based the ADF tree navigation (left side area to dynamic regions in content area) through dynamic regions? Please provide the steps in view layers.

    Than ks for your response.
    This is working fine for ADF Tree navigation with dynamic regions if the taskflow having only one fragment. if the taskflow having more than one fragments, this will not work. The following conditions are always satisfies one page fragment of either "employees" or "departments" task flow.  If the "employees" task flow have 2 page fragments, it's not work even you pass parameters through routers.
    public TaskFlowId getDynamicTaskFlowId() {
    if (currentTaskFlowID == null ||
    currentTaskFlowID.equalsIgnoreCase(“employees”)) {
    return TaskFlowId.parse(employeetaskFlowId);
    if (currentTaskFlowID != null &&
    currentTaskFlowID.equalsIgnoreCase(“departments”)) {
    return TaskFlowId.parse(departmetaskFlowId);
    return TaskFlowId.parse(employeetaskFlowId);
    My question is "Same use case with Dynamic Tabs" when the user click on any adf tree node.

  • TAB functionality(next page) in BDC recording process?

    Hi,
    I am trying to record a transaction using SHDB for BDC,
    in recording process I am selecting records in popup screen and that screen will be having 9 records all the time and after selecting 9 records when I press tab(for going into second page) that TAB functionality is not recording.
    Can any one please let me know how I can implement TAB(going to next page in recording process)
    Thanks for ur time...(waiting for valuable answers)

    Hi Rich,
    sorry i forgot to answer .,.
    I am using BP transaction and selecting business partner and ship to address tab i am trying to add address records to ship to address tab.
    P+ did not work .. its not going to next page.
    thanks..

  • Creating tabs in web application designer 3.x

    Hi,
    I working with a client how is only on 3.1 platfrom.
    They want to create a web template with mulitple queries in.
    For this I would like to split the queries into different tabs.
    The tab functionallity as standard, doesn't come until nw04s.
    Is there anyone who has implemented tabs in 3.1 and could give me some directions.
    Kind Regards,
    Rasmus

    Please see the link below
    http://help.sap.com/saphelp_nw04/helpdata/de/65/c54a7e1a1b584589d238ba188df053/content.htm
    The example shows the script to create tabs.
    Regs
    Gopi
    Assign points if it  helps.

  • Using Tabs for Master-Detail

    Hi.
    I've been searching some possibilities to navigate between pages having a master-detail relationship. One possible way is to use Breadcrumbs. Very easy to implement, but not very stylish. I thought about using tabs, but, is there a way to implement tabs for a specific set of pages? I mean, I use a tree menu to call my pages, but one specific page would have a tab set, each tab calling a detail page from the previous one, like the beradcrumbs work.
    I couldn't figure out how to do this, IF it is possible to do.
    Any ideas?
    Thanks in advance.

    Hi,
    Have you thought about creating a list and using the Tabbed Navigation list template? Not quite full-blown tabs but one up from breadcrumbs, perhaps?
    Andy

  • Vala texteditor with tabs

    Hi all,
    I've been cooking up a new text editor written in Vala in the line of Leafpad, but I want mine to have Tabs support. The problem is that implementing Tabs with Vala is not easy (at least for me), so any help from you vala gurus would be extremely apreciated.
    Multipad - A simple Gtk text editor with tabs
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    GNU General Public License for more details.
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
    MA 02110-1301, USA.
    Written by António Godinho (buyapentiumjerk_AT_gmail.com) using Vala 0.11.2
    Compile with valac --pkg gtk+-2.0 multipad.vala
    using Gtk;
    class MainWindow : Window
    //public DocumentTab tab {get; set;}
    //public DocumentTextView view {get; set;}
    private DocumentNotebook note_book;
    private FileChooserDialog file_chooser_dialog;
    private File file_name {get; default = null; set;}
    construct
    /* TODO - Fallback defaults go here */
    stdout.printf ("MainWindow constructed\n");
    private MainWindow ()
    title = "Multipad";
    position = WindowPosition.CENTER;
    set_default_size (700, 500);
    note_book = new DocumentNotebook ();
    var h_box_main = new HBox (false, 0);
    h_box_main.border_width = 6;
    var v_box_body = new VBox (false, 0);
    v_box_body.pack_start (create_menu_bar (), false, true, 0);
    v_box_body.pack_end (h_box_main, true, true, 0);
    h_box_main.pack_start (note_book, true, true, 0);
    add (v_box_body);
    note_book.add_tab ("123");
    private Widget create_menu_bar ()
    var menu_file = new Menu ();
    var image_menu_item_new = new ImageMenuItem.from_stock (Stock.NEW, null);
    image_menu_item_new.activate.connect (on_new_clicked);
    menu_file.add (image_menu_item_new);
    var image_menu_item_open = new ImageMenuItem.from_stock (Stock.OPEN, null);
    image_menu_item_open.activate.connect (on_open_clicked);
    menu_file.add (image_menu_item_open);
    var image_menu_item_save = new ImageMenuItem.from_stock (Stock.SAVE, null);
    //image_menu_item_save.activate.connect (on_save_clicked);
    menu_file.add (image_menu_item_save);
    var image_menu_item_save_as = new ImageMenuItem.from_stock (Stock.SAVE_AS, null);
    //image_menu_item_save_as.activate.connect (on_save_as_clicked);
    menu_file.add (image_menu_item_save_as);
    var separator_menu_item = new SeparatorMenuItem();
    menu_file.add (separator_menu_item);
    var image_menu_item_quit = new ImageMenuItem.from_stock (Stock.QUIT, null);
    //image_menu_item_quit.activate.connect (on_quit_clicked);
    menu_file.add (image_menu_item_quit);
    var menu_item_file = new MenuItem.with_mnemonic ("_File");
    menu_item_file.set_submenu (menu_file);
    var menu_bar = new MenuBar ();
    menu_bar.add (menu_item_file);
    return menu_bar;
    public void on_new_clicked ()
    note_book.add_tab ("321---2nd");
    private void on_open_clicked ()
    file_chooser_dialog = new FileChooserDialog ("Open file", this, FileChooserAction.OPEN, Stock.CANCEL, ResponseType.CANCEL, Stock.OPEN, ResponseType.ACCEPT);
    if (file_chooser_dialog.run () == ResponseType.ACCEPT)
    file_name = file_chooser_dialog.get_file ();
    //document_text_view.text_buffer.open_file (file_name);
    file_chooser_dialog.destroy ();
    public static int main (string [] args)
    Gtk.init (ref args);
    var window = new MainWindow ();
    window.destroy.connect (Gtk.main_quit);
    window.show_all ();
    Gtk.main ();
    return 0;
    class DocumentTextBuffer : TextBuffer
    public DocumentTab tab;
    private File file_name {get; default = null; set;}
    construct
    /* TODO - Fallback defaults go here */
    stdout.printf ("DocumentTextBuffer constructed\n");
    public DocumentTextBuffer ()
    /* TODO - send file_name to update tab label with new file_name */
    notify["file-name"].connect (() =>
    stdout.printf (file_name.get_uri () + "\n");
    /* TODO - Use GIO instead (File.load_contents ()) */
    public void open_file (File file_name)
    this.file_name = file_name;
    try
    string text;
    FileUtils.get_contents (file_name.get_basename (), out text);
    this.set_text (text);
    catch (Error e)
    stdout.printf ("ERROR: %s\n", e.message);
    /* TODO - Use GIO instead (File.replace_contents ()) */
    public void save_file (File file_name)
    try
    string text;
    TextIter start_iter, end_iter;
    this.get_bounds (out start_iter, out end_iter);
    text = this.get_text (start_iter, end_iter, true);
    FileUtils.set_contents (file_name.get_basename (), text, -1);
    this.file_name = file_name;
    catch (Error e)
    stdout.printf ("ERROR: %s\n", e.message);
    class DocumentTextView : TextView
    construct
    /* TODO - Fallback defaults go here */
    stdout.printf ("DocumentTextView constructed\n");
    public DocumentTextView (DocumentTextBuffer doc = new DocumentTextBuffer ())
    this.buffer = doc;
    class DocumentTab : HBox
    public Label label_notebook;
    public Button button_notebook_close;
    private Image image_button_notebook_close;
    public signal void on_button_notebook_close_clicked ();
    construct
    /* TODO - Fallback defaults go here */
    stdout.printf ("DocumentTab constructed\n");
    public DocumentTab (string tab_label)
    Gtk.rc_parse_string ("""
    style "my-button-style"
    GtkWidget::focus-padding = 0
    GtkWidget::focus-line-width = 0
    xthickness = 0
    ythickness = 0
    widget "*.my-close-button" style "my-button-style"
    button_notebook_close = new Button ();
    button_notebook_close.set_relief (Gtk.ReliefStyle.NONE);
    button_notebook_close.name = "my-close-button";
    image_button_notebook_close = new Image.from_stock (Stock.CLOSE, Gtk.IconSize.MENU);
    button_notebook_close.add (image_button_notebook_close);
    button_notebook_close.tooltip_text = (" Close document ");
    button_notebook_close.clicked.connect (() => this.on_button_notebook_close_clicked ());
    label_notebook = new Label (tab_label);
    this.pack_start (label_notebook, true, true, 0);
    this.pack_end (button_notebook_close, true, true, 0);
    this.show_all ();
    class DocumentNotebook : Notebook
    public DocumentNotebook ()
    this.set_tab_pos (PositionType.TOP);
    this.set_scrollable (true);
    this.page_added.connect (() =>
    stdout.printf ("NB: New Page added: " + (this.get_n_pages () -1).to_string () + "\n");
    this.page_removed.connect (() =>
    stdout.printf ("NB: Page removed: " + (this.get_current_page () + 1).to_string () + "\n");
    this.switch_page.connect ((page, page_num) =>
    stdout.printf ("NB: Page switched: " + (this.get_current_page () + 1).to_string () + "\n");
    this.page_reordered.connect (() =>
    stdout.printf ("NB: Page reordered to: " + this.get_current_page ().to_string () + "\n");
    public void add_tab (string tab_label)
    var tab = new DocumentTab (tab_label);
    var view = new DocumentTextView ();
    tab.on_button_notebook_close_clicked.connect (() => this.on_button_notebook_close_clicked ());
    var v_box_text_editor_body = new VBox (false, 3);
    var scrolled_window = new ScrolledWindow (null, null);
    scrolled_window.set_policy (PolicyType.AUTOMATIC, PolicyType.AUTOMATIC);
    scrolled_window.shadow_type = ShadowType.ETCHED_IN;
    scrolled_window.add (view);
    v_box_text_editor_body.pack_start (scrolled_window, true, true, 0);
    var v_box_notebook_body = new VBox (false, 0);
    v_box_notebook_body.border_width = 2;
    v_box_notebook_body.add (v_box_text_editor_body);
    this.append_page (v_box_notebook_body, tab);
    this.child_set (v_box_notebook_body, "tab-expand", false, null);
    this.set_tab_reorderable (v_box_notebook_body, true);
    this.show_all ();
    this.set_current_page (this.get_n_pages () - 1);
    public void on_button_notebook_close_clicked ()
    var note_book_page = this.get_nth_page (this.get_current_page());
    note_book_page.destroy();
    Many thanks,
    spook

    Luca,
    The edittext control is very limited, it doesn't really live up to its name. It would be hopeless to attempt to do an editor in ScriptUI.
    Peter

  • How to make Tab jump the proper way?

    Hi,
    I have different components on a panel - JComboBoxes, JTextFields, JCheckBoxes, etc.
    I'd like to make Tab first jump only on JTextFields and on other components after all JTextFields have been visited.
    Could anyone please direct me where I should look for API or tutorial on how to implement Tab jump direction??

    http://java.sun.com/j2se/1.4.1/docs/api/java/awt/event/FocusAdapter.html

Maybe you are looking for

  • Problems with iCal and Picasa: related to system battery?

    Just over the past two days, iCal has been repeatedly showing alarms at 5 past the hour, and Google Update has been repeatedly (much more often than hourly) asking for me to update Picasa, even though I successfully updated the first time the dialog

  • Creating goods receipt with refernce to PO number using BAPI_GOODSMVT_CREAT

    Hi Gurus, I have a requirment where in, I need to create a goods receipt with reference to a PO number which has been created by BAPI_PO_CREATE1, using another BAPI BAPI_GOODSMVT_CREATE.  How can I do this? what are all the values that I need to fill

  • I was restoring my Iphone 4S and the touch screen function is disabled and I cannot use my Iphone anymore

    I was using my wife's account on my Iphone. I wanted to separate and tried to restore my Iphone with my new account and wanted to restore. The touch screen function stopped working. It does not let me start the set up.

  • My iPhone 5c will not slide to unlock.

    I have tried a hard reset and still nothing. I have it connected to my iMac to try to restore it but it won't let me do that until I turn off "find my iPhone" which I can't do because I can't unlock it!

  • Multiple ODM's

    I have one ODM which contains my current group & user settings. With Podcast Producer I had to set up a second ODM on the PcP server. Is there anyway to access and use my users and groups from my first ODM on the second? For example, can I add a user