Jcombobox used for both LOV as well as navigating row set

Hello,
I'm trying to achieve the functionality where a JCombobox can have both JULOVClientBinding and JUNaviationBinding... If I set both the combobox with both the models I get a BC4J JBO-34004 exception.
The tried just setting up the combox with just the JUNavigationBinding and listen to listenselection events.
to perform the lov functinality.
But it turn out I get the event before the JUNavigation binding has had a chance to move the cursor...so I get the wrong row's data in the view object.
Any ideas on how I may go about achieving this functinality?

These bindings are designed to work independently and not in conjunction in one control!
You may want to provide more details on your usecase so that we may provide suggestions.
One could be to bind using Lov binding and then use the list itemChanged event to also perform navigation.

Similar Messages

  • Can the keynote app for my macbook be used for my iPad as well? or do i need to purchase the iPad app too??

    can the keynote app for my macbook be used for my iPad as well? or do i need to purchase the iPad app too??

    You need to purchase both. They are different apps.

  • I have one apple ID for my MAC and another used for both my iPhone and IPad.  Purchases from iTunes don't appear on either my iPhone or iPad only only the MAC. How do I sync the two IDs?

    I have one Apple ID for my MAC and iTunes account and another that is used for both my iTunes and iPad.  When I purchased music from iTunes using the Mac ID, the music isn't available on my iTunes or iPad.  Neither lets me change my ID so how do I fix this issue so I can play the music on all three?

    Hello chlanli
    You would need to use one Apple ID for purchases in order to get them across all of your devices and computer. If you want you can use one Apple ID for purchases and the other one to sync personal data. The article below will explain further.
    Using your Apple ID for Apple services
    http://support.apple.com/kb/ht4895
    Regards,
    -Norm G.

  • I installed Mountain Lion so that I could sync my notes with my iPhone that already syncs notes with a specific email address I use for school, but during the install it automatically set up Notes to sync w the wrong email addy. How can I fix it?

    I installed Mountain Lion so that I could sync my notes with my iPhone that already syncs notes with a specific email address I use for school, but during the install it automatically set up Notes to sync w the wrong email addy. It looked in Mail, which had 5 email accounts set up in it, and for some reason picked the only one that I no longer use because it is for a school that I no longer attend. How can I fix it so that it syncs with the correct email account for notes and calendar? There don't seem to be any settings available other than to check if you want to use the basic features. It also said during the set up that it was setting up 'find my mac' but if I look on the iCloud website there is nothing showing there for finding my mac.
    At this point I feel like I wasted my money paying for this supposed upgrade. I got nothing for it but frustration. It even automatically set my security settings to allow only downloads from the Mac store so the first time I went to download something I had to stop what I was doing and go correct settings first. I feel like there should be a security setting to block downloads from the Mac store so I don't accidentally end up clicking the wrong thing and being charged.

    iCloud isn't syncing them on your phone.  You simply added the email account to your phone and enabled calendar and notes syncing with the email provider, and the calendar and notes appear in the calendar and notes apps on your phone.  You can do this with Gmail, Yahoo and other IMAP account.  iCloud email is just another IMAP account, but syncs notes with Apple's iCloud server just as Gmail syncs notes and calendars with Google's server.
    iCloud didnt' set up a non-iCloud account on your Mac.  When you check Mail in System Preferences>iCloud, it only creates an iCloud email account.  You can also add other email accounts to your Mac by going to System Preferences>Mail,Contacts,Calendars and clicking on the "+" sign on the bottom of the left sidebar.  If you added these other email accounts to your Mac before you upgraded to Mountain Lion, these were simply maintained on your Mac after you upgraded.

  • Problems saving on a travel drive used for both my mac and pc

    I have both an ibook and a pc laptop, so I use a Memorex travel drive to store many of my documents that I use on both computers. Since I have MSWord for Mac and MSWord on my PC, the majority of the files are Word files.
    However, here's my problem: Many times, I will save a Word document from my Mac to the travel drive, and the next time I open the travel drive (whether on the Mac or PC), there is a 1kb file of whatever the saved document was, with the same name as the actual document, but with a ._ before the text. For example, a 45 kb file named "CrimSummary" is saved as such, but a 1kb file named "._CrimSummary" shows up on the travel drive as well. When I open this 1kb document, it is just 5 or so lines of symbols and such.
    This whole ordeal happends with about half of the documents I save from the Mac onto the travel drive. It usually (maybe always) saves a functional copy of the document, so it does not seem to be saving this 1kb file instead of the actual file, but it makes me feel that there is something wrong with this situation. At first I thought I was ejecting the travel drive incorrectly, but I do not think that is the case - I eject both the travel drive icon and the "U3 system files" that came along with the drive - then pull the drive out. The drive is still lit, but I do not get any error messages, so I believe I am doing it correctly.
    Further, I have a few strange files on the drive that are appearing: ".DS_Store", "Bootex", and a folder called ".trashes".
    I really just want to iron this out, as I save very important documents on the drive and hope that this is not indicative of a larger issue with either laptop. Any help would be greatly appreciated! Thanks!
    ibook G3 w/Airport   Mac OS X (10.3.9)  
    ibook G3 w/Airport   Mac OS X (10.3.9)  

    What you are seeing are hidden resource files which in OS X tell you how the folder/drive will look in Finder.
    In OS X you don't see them, though Windows does pick them up.
    You can safely ignore and delete them without worry.
    It is normal behaviour to see these files.

  • Input of first prompt used for generate LOV second prompt

    Post Author: [email protected]
    CA Forum: WebIntelligence Reporting
    Hi,
    I'm looking for a solution for the following problem:
    I want to create a report with two prompts where the value of the first prompt is used to generate the LOV of the second prompt. For example: with the first prompt the user selects a country, with the second prompt he selects a city of that country (and not all the city's of all country's).
    Is this possible?
    Thanks,
    Gerard

    Post Author: James MacDonald
    CA Forum: WebIntelligence Reporting
    There are two ways you can try this.
    1)  In the universe setup a hierarchy for State to City.  Then build a cascading LOV (Tools;Lost of Values;Create Cascading List of Values) and select State then City as the two objects.  Then create a condition for @Select(Store\City) = @Prompt('Select City:', 'A', 'Store\City', Mono, Constrained).
    Save and export the universe and create a new Webi report selecting State, City and including the condition.  The prompt should list all the states with a plus sign that can be opened and the cities will show.
    This works ok if there are not too many states and cities; but there is no search so if you don't know what state a city is in you have to look in each one.  Also; this type of prompt will be used anytime the 'City' is used as an lov - so if you sometimes want to just list the cities you may need a second LOV.
    2)  Another way is to build a City LOV with an embedded prompt for State.
    In the universe setup a new object 'City Lov' pointing to the City DB column; then use properties to define the List of Values.  In the Conditions panel of the List of Values definition add a 'State in list Prompt ... ' condition which will prompt for one or more States for the City.  Press Run and it should prompt first for a state then when you pick it the city(s) will be listed.  Select the 'Automatic Refresh before use' and 'Export with Universe' options.
    Next create a new condition to prompt for City but using the new 'City LOV' you just created.
    Save and export the universe and create a new Webi report selecting State, City and including the condition.  The prompt should now show City with a second prompt below and indented for state.  You pick the state first then the city will show.  The 'In List' allows you top pick one or more or all States and the search will search for the Cities listed.
    Try this and if you have trouble let me know and I can send you a sample of both.

  • Component material to be used for both MTO and MTS scenario

    Hello All,
    What is the setting required at IMG or at Master data level, in order to use the component for both MTO and MTS scenario.
    Detail description of problem:
    In the system already MTS process is exist. And now business wants MTO scenario, in order to have sales order specific stock.
    So i have made the necessary configuration in requirement class (special stock - E in account assignment field) and the basic requirement is working fine. Meaning when i create prodcution order manually using transaction CO08 with reference to sales order i am able to create it. And no problem in executing GR for the prodcution order. Also noticed that after GR the stock is under the salesorder created.
    But the problem is when i try to do the goods issue for the component to the prodcution order, system is expecting sales order specific stock for components too.
    But business wants to use components from unrestricted stock as of Make to stock scenario.
    Please guide me how to achieve this? This is critical to business so expecing quick recommendations from experts.
    Best Regards,
    Krish

    HI
    For  your component if you dont set indi/collective requirement indicator as 2 collective reqmt MRP 4 view then only system will not allow you to use r special stock E  for sales order
    if you want to make all stock avaliable and PR and PO not sales order wise then maintain above indicator as 2 in MRP4 view.
    Regards
    Anupam Sharma

  • Recommendations for an external hard drive I can use for both the Mac and PC

    Hello,
    I’ve used PC’s for nearly most of my life, and recently Imade the leap to using a Macbook Pro (the 15” Intel i7) as I got tired of theconstant crashes.  Long story short – Ineed to have a common external hard drive that I can use with both the PC’s andthe Mac I own.  Mostly I need theexternal drive to save my Microsoft Office documents, and family photos (aswell as Mp3’s and other programs).  I’vegone to the Mac Store in town, but I keep getting told that you cannot have acommon external hard drive between the two computers.  I’m just having a hard time excepting that,as I keep reading on Apple’s own website making the sales pitch of how PC userswho switch to a Mac wouldn’t have to purchase replacement hardware.  Are there recommended external drives thecommunity could recommend?  Also, wouldit be best to create a network drive to accomplish my goal? Any advice isgreatly appreciated. 

    Only one computer can be connected to one drive at a time without a server being involved or a NAS drive.
    I don't think your needs are along those lines it's too complex.
    Just a external drive formatted exFAT will do between Mac's and PC's.
    Swtich the cable and connect to one or the other as needed or get two drives.
    There are some hacks floating around that create a portable wireless shared storage so anyone with a wif can connect and share files with at like coffee shops.
    Is that what your looking for?

  • What is badi&bapi  whats the use for both

    plz send me reply

    Hi Rajyalakshmi,
    <b>BADI</b>
    Business add-ins are enhancements to the standard version of the system.
    Business Add-In is a new SAP enhancement technique based on ABAP Objects.
    They can be inserted into the SAP system based on specific user requirements.
    Each Business Add-In has:
    • at least one Business Add-In definition
    • a Business Add-In interface
    • a Business Add-In class that implements the interface
    In order to enhance a program, a Business Add-In must first be defined
    Subsequently two classes are automatically generated:
    • An interface with ‘IF_EX_’ inserted between the first and second characters of the BADI name.
    • An adapter class with ‘CL_EX_’ inserted between the first and second characters of the BADI name.
    The Application developer creates an interface for this Add-In.
    There are multiple ways of searching for BADI.
    • Finding BADI Using CL_EXITHANDLER=>GET_INSTANCE
    • Finding BADI Using SQL Trace (TCODE-ST05).
    • Finding BADI Using Repository Information System (TCODE- SE84).
    1. Go to the Transaction, for which we want to find the BADI, take the example of Transaction VD02. Click on System->Status. Double click on the program name. Once inside the program search for ‘CL_EXITHANDLER=>GET_INSTANCE’.
    Make sure the radio button “In main program” is checked. A list of all the programs with call to the BADI’s will be listed.
    The export parameter ‘EXIT_NAME’ for the method GET_INSTANCE of class CL_EXITHANDLER will have the user exit assigned to it. The changing parameter ‘INSTANCE’ will have the interface assigned to it. Double click on the method to enter the source code.Definition of Instance would give you the Interface name.
    2. Start transaction ST05 (Performance Analysis).
    Set flag field "Buffer trace"
    Remark: We need to trace also the buffer calls, because BADI database tables are buffered. (Especially view V_EXT_IMP and V_EXT_ACT)
    Push the button "Activate Trace". Start transaction VA02 in a new GUI session. Go back to the Performance trace session.
    Push the button "Deactivate Trace".
    Push the button "Display Trace".
    The popup screen "Set Restrictions for Displaying Trace" appears.
    Now, filter the trace on Objects:
    • V_EXT_IMP
    • V_EXT_ACT
    Push button "Multiple selections" button behind field Objects
    Fill: V_EXT_IMP and V_EXT_ACT
    All the interface class names of view V_EXT_IMP start with IF_EX_. This is the standard SAP prefix for BADI class interfaces. The BADI name is after the IF_EX_.
    So the BADI name of IF_EX_CUSTOMER_ADD_DATA is CUSTOMER_ADD_DATA
    3. Go to “Maintain Transaction” (TCODE- SE93).
    Enter the Transaction VD02 for which you want to find BADI.
    Click on the Display push buttons.
    Get the Package Name. (Package VS in this case)
    Go to TCode: SE84->Enhancements->Business Add-inns->Definition
    Enter the Package Name and Execute.
    Here you get a list of all the Enhancement BADI’s for the given package MB.
    Have a look at http://help.sap.com/saphelp_nw04/helpdata/en/04/f3683c05ea4464e10000000a114084/content.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/73/7e7941601b1d09e10000000a155106/frameset.htm
    http://support.sas.com/rnd/papers/sugi30/SAP.ppt
    http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/abapindx.htm
    http://members.aol.com/_ht_a/skarkada/sap/
    http://www.ct-software.com/reportpool_frame.htm
    http://www.saphelp.com/SAP_Technical.htm
    http://www.kabai.com/abaps/q.htm
    http://www.guidancetech.com/people/holland/sap/abap/
    http://www.planetsap.com/download_abap_programs.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/content.htm
    <b>BAPI</b>
    BAPI stands for Business API(Application Program Interface).
    I have answered this question before..
    A BAPI is remotely enabled function module ie it can be invoked from remote programs like standalone JAVA programs, web interface etc..
    You can make your function module remotely enabled in attributes of Function module but
    A BAPI are standard SAP function modules provided by SAP for remote access. Also they are part of Businees Objest Repository(BOR).
    BAPI are RFC enabled function modules. the difference between RFc and BAPI are business objects. You create business objects and those are then registered in your BOR (Business Object Repository) which can be accessed outside the SAP system by using some other applications (Non-SAP) such as VB or JAVA. in this case u only specify the business object and its method from external system in BAPI there is no direct system call. while RFC are direct system call Some BAPIs provide basic functions and can be used for most SAP business object types. These BAPIs should be implemented the same for all business object types. Standardized BAPIs are easier to use and prevent users having to deal with a number of different BAPIs. Whenever possible, a standardized BAPI must be used in preference to an individual BAPI.
    The following standardized BAPIs are provided:
    Reading instances of SAP business objects
    GetList ( ) With the BAPI GetList you can select a range of object key values, for example, company codes and material numbers.
    The BAPI GetList() is a class method.
    GetDetail() With the BAPI GetDetail() the details of an instance of a business object type are retrieved and returned to the calling program. The instance is identified via its key. The BAPI GetDetail() is an instance method. BAPIs that can create, change or delete instances of a business object type
    The following BAPIs of the same object type have to be programmed so that they can be called several times within one transaction. For example, if, after sales order 1 has been created, a second sales order 2 is created in the same transaction, the second BAPI call must not affect the consistency of the sales order 2. After completing the transaction with a COMMIT WORK, both the orders are saved consistently in the database.
    Create( ) and CreateFromData! ( )
    The BAPIs Create() and CreateFromData() create an instance of an SAP business object type, for example, a purchase order. These BAPIs are class methods.
    Change( )
    The BAPI Change() changes an existing instance of an SAP business object type, for example, a purchase order. The BAPI Change () is an instance method.
    Delete( ) and Undelete( ) The BAPI Delete() deletes an instance of an SAP business object type from the database or sets a deletion flag.
    The BAPI Undelete() removes a deletion flag. These BAPIs are instance methods.
    Cancel ( ) Unlike the BAPI Delete(), the BAPI Cancel() cancels an instance of a business object type. The instance to be cancelled remains in the database and an additional instance is created and this is the one that is actually canceled. The Cancel() BAPI is an instance method.
    Add<subobject> ( ) and Remove<subobject> ( ) The BAPI Add<subobject> adds a subobject to an existing object inst! ance and the BAPI and Remove<subobject> removes a subobject from an object instance. These BAPIs are instance methods.
    Example Code
    U need to give the step_nr, item_nr, cond_count and cond_type so the correct conditon will be updated. If no condition exists for the given parameters, a new condition will be created.
    U can find these parameters for a particular condition type in table KONV.
    *& Form saveTransactionJOCR
    text
    --> p1 text
    <-- p2 text
    FORM saveTransactionJOCR .
    data: salesdocument like BAPIVBELN-VBELN,
    order_header_inx like bapisdh1x,
    order_header_in like bapisdh1,
    return type standard table of bapiret2 with header line,
    conditions_in type standard table of bapicond with header line,
    conditions_inx type standard table of bapicondx with header line,
    logic_switch like BAPISDLS,
    step_nr like conditions_in-cond_st_no,
    item_nr like conditions_in-itm_number,
    cond_count like conditions_in-cond_count,
    cond_type like conditions_in-cond_type.
    salesdocument = wa_order_information-VBELN.
    LOGIC_SWITCH-COND_HANDL = 'X'.
    order_header_inx-updateflag = 'U'.
    conditions
    clear conditions_in[].
    clear conditions_inx[].
    clear: step_nr,
    item_nr,
    cond_count,
    cond_type.
    step_nr = '710'.
    item_nr = '000000'.
    cond_count = '01'.
    cond_type = 'ZCP2'.
    CONDITIONS_IN-ITM_NUMBER = item_nr.
    conditions_in-cond_st_no = step_nr.
    CONDITIONS_IN-COND_COUNT = cond_count.
    CONDITIONS_IN-COND_TYPE = cond_type.
    CONDITIONS_IN-COND_VALUE = 666.
    CONDITIONS_IN-CURRENCY = 'EUR'.
    append conditions_in.
    CONDITIONS_INX-ITM_NUMBER = item_nr.
    conditions_inx-cond_st_no = step_nr.
    CONDITIONS_INX-COND_COUNT = cond_count.
    CONDITIONS_INX-COND_TYPE = cond_type.
    CONDITIONS_INX-UPDATEFLAG = 'U'.
    CONDITIONS_INX-COND_VALUE = 'X'.
    CONDITIONS_INX-CURRENCY = 'X'.
    append conditions_inx.
    CALL FUNCTION 'BAPI_SALESORDER_CHANGE'
    EXPORTING
    SALESDOCUMENT = salesdocument
    ORDER_HEADER_IN = order_header_in
    ORDER_HEADER_INX = order_header_inx
    LOGIC_SWITCH = logic_switch
    TABLES
    RETURN = return
    CONDITIONS_IN = conditions_in
    CONDITIONS_INX = conditions_inx
    if return-type ne 'E'.
    commit work and wait.
    endif.
    ENDFORM. " saveTransactionJOCR
    BAPI-step by step
    http://www.sapgenie.com/abap/bapi/example.htm
    list of all bapis
    http://www.planetsap.com/LIST_ALL_BAPIs.htm
    BAPI Links :
    http://searchsap.techtarget.com/ateQuestionNResponse/0,289625,sid21_cid558752_tax293481,00.html
    http://www.sap-img.com/abap/interview-question-on-bapi-rfc-abap-objects-tables.htm
    http://www.sap-img.com/fu033.htm
    http://www.sap-img.com/abap/ale-bapi.htm
    Re: bapi
    www.planetsap.com/Bapi_main_page.htm
    www.sapgenie.com/abap/bapi/index.htm
    http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html
    Hope this resolves your query.
    Reward all the helpful answers.
    Regards

  • Infosource to be used for both Direct update and Flexiable update

    Hi,
      I had a Data source 0CUST_SALES_ATTR.
      A infosource is created Direct Update of Master Data from DS:0CUST_SALES_ATTR to 0cust_sales.
    So the Data source 0CUST_SALES_ATTR is being used to load ATTR data of 0CUST_SALES.
    Now as per my requirment created a new Z infoobject to use for Transtive attributes....How can i use the same data source 0CUST_SALES_ATTR to load 0CUST_SALES (Direct Update) and the new Z infoobject using Transfer & Update rules.
    and
    Question:
    Will it be possible to switch the current Infosource with direct update to Flexiable update with out deleting the Transferrules as there are lot of routines in the transfer rules
    Thanks
    Edited by: suser1234 on Oct 5, 2010 11:21 AM

    Hello Sir,
    How did you handle your above problem I am into a compeltely similar situation. Your help would be appreciated if you can share the approach you followed.
    Thanks,
    -Su

  • Asset used for both repairs and asset under construction

    i had doubt for example if we purchase cement bag through po and half of this is used for repairs of old building and remaining half is used for construction of new plant which is to be capitalised how this can be done in sap.
    thanks in advance.........................

    Another solution would be to use WBS elements.
    Have WBS elements for the separate projects.
    Code part of the PO to the construction WBS and part to the expense WBS, if you know in advance that half the bag will require a different account assignment.
    If you do not know until after acquisition that half the bag was utilized for repair, for example, reclassify that amount from investment measure WBS/AuC to expense cost center.  You can do this either before or after Project System settlement into investment measure.
    The audit trail is not perfect however, since the acquisition transaction (PO based materials document) still believes the entire cost amount was to be capitalized.
    Not a problem if immaterial, but maybe consider going back and correcting MM transactions if material and if policy procedure requires.
    Regards

  • Can Time Capsule be used for both Time Machine back-up and a place to store other things?

    I thought I had heard that it was best to keep whatever external drive you use for Time Machine to be exclusive for Time Machine back-ups. Does Time Capsule automatically partition an area for Time Machine. Also, since Time Machine auto deletes some things when the external drive gets full, does it just keep backing up until it fills the Time Capsules 2 TB or whatever the space is? Thanks in advance for help.

    It does not partition the drive but creates a sparse bundle which acts as a sealed directory.
    You can store other things on the TC. Just create a new directory for your stuff.
    The TC needs to have at least 2 or 3 times the space used by your hard disks in all your computers. So it can manage a full backup plus the hourly incrementals.. !! It can take a long time to fill up if you don't change stuff around much.. or it could fill up relatively quickly if you constantly load files in and out.
    Remember though a TC is not a NAS, it has no mirror and if the TC is the only copy of some files you are storing on it, and the TC breaks down, then those files are lost.
    I have seen others suggest it is better to use a USB hdd connected to the TC to store files you want access to. Balance between storage and backup won't be that difficult. If the TC is becoming full, make a decision about where you want to store those other files.

  • Comments and Moderators settings in RoboHelp Server is for AIR files? Or can it used for Pro outputs as well?

    Please explain how comments are enabled for Pro outputs in RH server. Is it only for AIR file, but i understand AIR output is not supported. Then how Moderators setting work for PRo outputs?

    Hi, PraTha
    If I can amplify what Peter has mentioned above. Actually it is just a wordy way of saying what Peter posted in one sentence! Hopefully it will help a bit.
    The relationship of AIR output and how it relates to Rh Server is admittedly confusing. In fact both are mutually exclusive.
    The AIR Help output does indeed support commenting as well as the moderation of those comments by designated people.
    However RoboHelp Server *does not* support commenting at this time. This feature has been requested and perhaps we will see it in a future release.
    Unlike a help system delivered by HTTP from a web server (like RoboHelp Server's WebHelp Pro), the AIR Help output (.air file) is an application which is installed on the end-user's local computer. For security reasons this works well for distributing and updating a help system. Optionally, it also supports commenting but because the comments must be "stored" somewhere outside the local computer, there are serveral options. One is to store them on an internal server (such as a network drive behind a firewall).
    So where might RoboHelp Server come into the picture at all? Here's the answer. Some organizations deploy both output flavors (AIR and RoboHelp Server) for different systems and different audiences. IF the RoboHelp authors *coincidentally* happen to have RoboHelp Server in their organization, then this server can be used to authenticate (usernames/passwords) for the moderation and storage of comments that AIR Help requires.
    The bottom line is that presently RoboHelp Server does not support commenting for its own output, though it can as a convenient "host" for the comments and moderation of a separate AIR Help system.
    John Daigle
    Adobe Certified RoboHelp and Captivate Instructor
    Evergreen, Colorado
    www.showmethedemo.com

  • Can the same I/Os be used for both scan mode and fpga mode

    Hey guys,
    I currently have this project where I want to have the same I/O in both the RT VI and FPGA VI.
    (as in use a C series module on the RT VI and FPGA VI concurrently).
    For the customer's sake, I want to keep using the scan mode for the ease of programming,
    but I want to use the I/Os in the FPGA VI to implement a safe state.
    Is this possible? Thanks.

    Either scan mode or FPGA interface. You can't use both in one project.
    Suggestion
    Setup a safe mode project or double the target in one project.

  • HT201250 can an external portable drive be used for both time machine back ups and for additional storage or to sync files?

    I use a seagate freeagent Go drive to keep a copy of important files.  Files that I use with some regularity.  I sync the drive every few days to ensure I have the latest.  It is a old school method, but works well.  I realize that not all things are "backed up" as they would be with a real back up, like time  machine. 
    Can one device drive do both or should I use two different drives?
    mb pro 2011, 4GB, 500 GB sata disk

    TM performs best on its Own Dedicated External Hard Drive,
    Mac 101  Time Machine
    http://support.apple.com/kb/HT1427
    Time Machine Tutorial
    Time Machine Tutorial
    How do I view or restore selected items?
    Video on Restore From Time Machine
    http://support.apple.com/kb/VI29
    It is recommended that the TM EHD be at least twice the capacity of the Drive(s) it is intending to back up.
    Note:
    If you connect your current EHD to use as TM backup it will be Erased during the TM setup process.

Maybe you are looking for

  • Function-based indexes

    Oracle documentation on "How Function-Based Indexes Work" states that for the creation of a function-based index in the user's own schema, the user must be granted the QUERY REWRITE system privileges. And MUST have the following initialization parame

  • Safari crashes every time I try to enter a URL through keyboard

    It happens consistently every time I type a key (any key) on the keyboard but - it only happens for one of the three users on this computer and it does not happen with links, from email, for example. Any clue, any one of what is going on ? Thanks a l

  • I have lost all my headings, like bookmarks, facebook etc. What happened and how do I get them back?

    At the top of the screen it might say bookmarks, I would click on that and book marks would all be listed. I have lost the top part of my home page with all the things i need like my bank website etc.

  • Syncing iPod with iTunes fails with error (-69) appears

    When syncing my iPod with iTunes an error appears saying syn has failed to "my" iPod due to unknown error (-69). Is there a solution for this problem?

  • Woking process in eclipse

    Hi: I get confused about the process,written in the DEV_DOC, woking in eclipse2.02+KODO2.4.2 plugin and the concept of Enhancer or the process of command line. Normal concept should be "Adding Enhancer" after "compile" , as doing in the command line.