Copy Problem

In Windows 8.1 I seem to be constantly bewildered. Why is it that when I am not on the internet I can copy a file to the same location and the word copy appears next to the copied item, but when on the internet I cannot copy this way as the computer tells
me there is already a file with that name and do I want to replace it. What is going on?

Unfortunately your post is off topic here, in the TechNet Site Feedback forum, because it is not Feedback about the TechNet Website or Subscription.  This is only one forum among the many that are on the TechNet Discussion Forums, and given
your post, you likely chose the wrong forum.  This is a standard response I’ve written up in advance to help many people (thousands, really.) who post their question in this forum in error, but please don’t ignore it.  The links I share below I’ve
collected to help you get right where you need to go with your issue.
For technical issues with Microsoft products that you would run into as an
end user of those products, one great source of info and help is
http://answers.microsoft.com, which has sections for Windows, Hotmail, Office, IE, and other products. Office related forums are also here:
http://office.microsoft.com/en-us/support/contact-us-FX103894077.aspx
For Technical issues with Microsoft products that you might have as an
IT professional (like technical installation issues, or other IT issues), you should head to the TechNet Discussion forums at
http://social.technet.microsoft.com/forums/en-us, and search for your product name.
For issues with products you might have as a Developer (like how to talk to APIs, what version of software do what, or other developer issues), you should head to the MSDN discussion forums at
http://social.msdn.microsoft.com/forums/en-us, and search for your product or issue.
If you’re asking a question particularly about one of the Microsoft Dynamics products, a great place to start is here:
http://community.dynamics.com/
If you really think your issue is related to the subscription or the TechNet Website, and I screwed up, I apologize!  Please repost your question to the discussion forum and include much more detail about your problem, that could include screenshots
of the issue (do not include subscription information or product keys in your screenshots!), and/or links to the problem you’re seeing. 
If you really had no idea where to post this question but you still posted it here, you still shouldn’t have because we have a forum just for you!  It’s called the Where is the forum for…? forum and it’s here:
http://social.msdn.microsoft.com/forums/en-us/whatforum/
Moving to off topic. 
Thanks, Mike
MSDN and TechNet Subscriptions Support
Did Microsoft call you out of the blue about your computer?
No, they didn't.

Similar Messages

  • 'copy' problem ade 4

    'copy' problem with ade 4
    copy with edit [copy function greyed out] or manual [ctrl+c - even in right sequence] not working on ade publication 'Nuwe Testament en Psalms
    ’n Direkte Vertaling'
    the copy function does work on 'Getting Started With ADOBE DIGITAL EDITIONS 4.0', a book which is part of the program
    pc specs are more than adequate
    urgent help needed here
    thank you!
    in Christ
    gabriel

    hi dominic
    yes, i can do that with this document to
       1. with the copy function from the file tab
       2. by selecting text and right click
       3. manually with ctrl+c
    my problem is with the other publication, 'Nuwe Testament en Psalms'n
    Direkte Vertaling', there the copy option in the file tab is greyed out and
    manually it does nothing - none of the three copy methods work.
    pse see attached jpg
    from gabriël smita child of the Living God through Christ Jesus[?]
    South Africa
    *0823260759"So faith comes by hearing, and hearing by the word of Christ."
    <https://mlj-sermons-mp3-tagged.s3.amazonaws.com/Romans/3260D.mp3>Rom 10:17*
    *https://www.facebook.com/ggsmit <https://www.facebook.com/ggsmit>bugged by
    cockroaches? <http://www.ecozap.co.za>bugged by ants?
    <http://www.cockroaches.co.za/killing_ants.pdf> *

  • File data copying problem

    Hi,
    Im trying to copy the contents fron one file(say abc.txt) to another file(say def.txt)....Whats wrong in the below code...
    package com.home.practise.streams;
    import java.io.BufferedReader;
    import java.io.BufferedWriter;
    import java.io.File;
    import java.io.FileNotFoundException;
    import java.io.FileReader;
    import java.io.FileWriter;
    import java.io.IOException;
    public class CopyOneFileToAnotherFile {
         CopyOneFileToAnotherFile() throws IOException {
              File file = new File("C:\\Documents and Settings\\Harishwar\\Desktop\\abc.txt");
              try {
                   BufferedReader br = new BufferedReader(new FileReader(file));
                   FileWriter fw = new FileWriter(new File("C:\\Documents and Settings\\Harishwar\\Desktop\\def.txt"));
                   BufferedWriter bw = new BufferedWriter(fw);
                   int ch;
                   while((ch = br.read()) != -1){
                        bw.write((char)ch);
                        System.out.print((char)ch);
              } catch (FileNotFoundException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
         public static void main(String[] args) throws IOException {
              new CopyOneFileToAnotherFile();
    }Im not getting the output inside the file "def.txt"...why so?? what might be the problem in the above code??

    Thanks for your reply, dudes...Now I got the output..But i had one small doubt..Why these java soft people didnt write flush() method in predefined streams or readers or writers( say BufferedWriter or some other output stream).Because they're buffered. If they were auto-flushed they wouldn't be buffered.
    Why they gave us a choice to write this flush() expilictly....?So that you can control when the buffer is flushed. For performance and transactional reasons.
    Why wouldn't they have written in these predefined classes(say BufferedWriter) itself?? Because then they wouldn't be buffered. So there wouldn't be any point in them existing, or at least in having those names.
    And another small doubt, when we write explicitly bw.close(), does this mean we are saying GC to collect this variable?No, it means flush and close the stream and release the associated file handle.
    Can't GC collect this variable after complete execution of this program?Of course, but it's a file writer with a local buffer, so you should close it yourself, explicitly, when you have finished writing to it, so that you know that you've flushed and closed it, so that your application doesn't proceed on a false assumption, for example so you don't print any misleading messages saying that you've written all the data when you haven't.
    If you don't want local buffering, don't use it. But then your tactic of reading and writing one character at a time is suddenly going to run several orders of magnitude more slowly. And it's still correct discipline to dispose of external resources immediately you've finished with them.

  • File copying problems

    Copying some files using the Finder results in a dialogue box error message: "The Finder cannot complete the opeeration because some data in +(file name)+ could not be read or written. (Error code -36). The same files copy without error when using SilverKeeper (v.2.0.2) backup program.
    I am also experiencing a problem when quitting SIlverKeeper. A second or so after selecting Quit, and after the program has actually quit, a system dialogue box appears saying that the program has unexpectedly quit and offering choices of Reopen, Report to Apple or Close.
    The system also seems somewhat sluggish.
    Can anyone offer suggestions?

    Hi John, At this point I think you should get Applejack...
    http://www.versiontracker.com/dyn/moreinfo/macosx/19596
    After installing, reboot holding down CMD+s, (+s), then when the DOS like prompt shows, type in...
    applejack AUTO
    Then let it do all 5 of it's things.
    At least it'll eliminate some questions if it doesn't fix it.
    The 6 things it does are...
    Correct any Disk problems.
    Repair Permissions.
    Clear out Cache Files.
    Repair/check several plist files.
    Dump the VM files for a fresh start.
    Trash old Log files.
    First reboot will be slower, sometimes 2 or 3 restarts will be required for full benefit... my guess is files relying upon other files relying upon other files!
    Disconnect the USB cable from any UPS so the system doesn't shut down in the middle of the process.

  • Copy problems

    I have a HP LaserJet M1319f MFP.  The printer seems to work fine when printing from Word, etc.  The problem is copying.  One side of the paper put out is lighter than the other.  Is it a problem I can fix?  Like a new scanner light?  Or what please?
    Tim
    This question was solved.
    View Solution.

    That is very odd that printing from word seems ok, but the scanned print from the pc also seemed to have the same issue.  Are you able to print a Demo page from the printer? 
    On the Printer press the setup button - use the left or right to highlight Reports, press OK, then highlight Demo Page and press OK.  Please post the result from this.
    This is starting to sound more like a toner low, and could be coincidence when it works.
    Thanks,
    Thanks,
    Double-U-Dee
    Don't forget to give Kudos where Kudos is Due - OR - if a Response Resolved your Issue, Click the "Accept as Solution"
    I am an HP employee, but my posts and replies are my own and do not reflect the opinion of HP.

  • HP Officejet 8610 copy problem second tray

    Hi all,
    I have purchased a HP Officejet 8610 for a couple off months.  I have 2 trays and have the following problem. If I make a copy, I want that the printer take the second tray.  I want this to set as default value.
    When I go to the startpage of the printer (EWS)  I can set that the default copy tray is tray 2. This works fine, until the printer is set off.  When I set the printer back on, the setting is back too tray 1.
    Have someone a solution?  It's very annoying because the first tray is special paper....
    Sorry for my bad english.
    Regards

    Hello there! Welcome to the forums @Timoty ,
    I read your post about how the tray selection for copies will revert back to tray one when you restart the printer.
    I could be wrong however, maybe the printer is "disconnecting" and causing the change you selected to revert back to tray one as a default. I would suggest that you assign a static IP to ensure the connection holds the connection and could help in saving your preferences when you change them in the EWS.
    Here is a link that will help you assign a static IP (Solution three): Printer Does Not Maintain Wireless Connection
    Good luck to you! Thank you for posting in the community
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Error 36 and External Drive File Copy Problem & USB Connections

    In attempting to copy a folder with some 200G+ of files from my iMAC, with OSX 10.6.7, to an external portable WD 1Tb HD, newly formatted to HFS+ (journaled), and connected to the iMAC via a USB cable to the USB port on the iMAC keyboard, I kept getting an error message that Finder could not complete the operation as some data couild not be read or written and transfered, and gave the "Error Code -36". After some searching ont he internet for this error code I came across a host forums discussiong the error code BUT all referred to it being the result of MAC OS hidden "dot-underscore" companioned files being created when the MAC OS X file system copies or moves files to a FAT16 or FAT32 volume. This was not the situaion in my case a both drives were OS X formatted HFS+. Eventually I came across a very vague reference to the error also occuring when the cable connection with the external HD was not solid. I reconnected my external HD and attempted the file transfer again - with the same result. Eventually I decided to plug the external HD into a USB pot on the back of the iMA itself, rather than the keyboard set. Sure enough the error issue disappeared - the transfer successfully completed.
    So my question relates to the "usb connection" challenge with iMAC. the iMAC has only 4 USB ports on the back directly. I did have two desktop external HDs plugged into 2 of these USB ports at the back of the iMAC, as well as a WACOM pad device into the 3rd, and an EPSON 3880 printer into the 4th, and so was forced to employ the ports ont he keyboard for portable HD. So - what's the answer in a situation where the 4 are insufficient and it would appear that the keyboard ports seemed to be unpowered?? Any suggestions?

    It's actually a Time Machine backup drive which is formatted in Mac OS Extended (Journaled). I wish I'd copied the exact error message.
    I believe it was something to the effect of "Error 36: The file could not be copied because some of the date could be be read/written" or something along those lines. Next time it comes up I'll copy it. I have Drive Genius running with DrivePulse, but it doesn't ever seem to start.
    My biggest concern is that this is a sign that the drive is failing. When backing up, it also slows, or stops midway through and just hangs there. Though I haven't done a lot of extensive testing on that because if the drive is failing, I don't want to speed that process up any more.
    To add to the complication, there is a second external drive which Time Machine is also backing up for me. There is one particular file, the Virtual Machine file, I was trying to get off the other external drive and it produced the same problem. That's when I went into Time Machine to try and retrieve the file that way and it did the same thing. The other external drive is making some sounds, but it doesn't sound like a distinct clicking, more like a more pronounced version of the normal constipated hard-drive sound. The Time Machine drive, isn't making any obviously strange sounds at all.
    So, I can't tell whether the drives are failing or if it could actually be that particular file itself causing some strange problems.

  • Adobe Acrobat 8 copying problem

    I have tried the Acrobat HELP feature and it wasn't helpful and so
    I turn to you! Problem: When I highlight and attempt to copy a word or phrase
    from a PDF the Acrobat application hiccups and begins to shut down- this has
    only just begun happening. I then get a kindly message from my computer that
    says diagnostics are being run but in the mean time Acrobat succeeds in shutting
    down and my computer comes up with no diagnosis. Irritating to say the least.
    Have any of you  had similar issues with Acrobat -  if so how did you resolve it?  Thanks!

    Updating worked---thank you so much!

  • Itunes and cd copying problem

    hey guys
    just wondering if anyone has had similar problems to me...
    when i put an audio cd in my cd drive (real cds), and try to copy, sometimes on a particular track it gets stuck, and after it gets stuck the cd drive keeps spinning and stopping, then spinning and stopping (etc)... if i try to close itunes it goes into the spinning rainbow and it wont close... usually i have to force quit it, but that doesn't stop the cd from spinning... i then have to either put it to sleep and hope the cd stops spinning, or i have to force a shutdown and turn it back on...
    if i try it again the track does it again... i can copy all the other songs but that one... i dont know if it happens to be that the cd is scratched or something (because the cds i tried to copy i guess arent the BEST condition, but not scratched in a way that wouldnt work on my pc)...
    oh.. actually i just spammed my eject button after force quitting itunes and my cd popped out... bu yeah.. anyone know anything about this? had similar problems or know how i can possibly fix it?
    its happened to two of my cds, and ive copied over about.. hm... 5 cds? any help would be mucho appreciated!

    A good thing to try is to take the same cd's into an apple retail store and attempt the same "rip" there.
    If they encounter the same issue then you know where the problem lies, but if all goes well at the store then you've got more work to do.
    Try playing back the same tracks on your computer to see if there's any skipping when they're played.
    It could be something relating to iTunes, so it may help to try the rip in another user account.
    If it happens in two accounts it might be worth it to attempt a PRAM reset, as I've used it to clear up some weird optical drive issues in the past, but try things in the order I've listed and hopefully you get somewhere.
    PRAM reset: http://docs.info.apple.com/article.html?artnum=2238

  • R/3 Client Copy : Problem in BI.

    Hi All,
    Our Basis team have done the R/3 production copy to R/3 quality recently. These has created the problem in my BI development system.
    We have a working BI development system which is connected to R/3 Quality as well as R/3 development and all standard data sources were succesfully implemented in BI dev from R/3 Quality previously.
    After this Client coply i could not able to see any data source related to R/3 quality in my BI Dev system.
    I have checked the RFC connection and it is OK.
    I have checked the R/3 Quality also. All my CMOD routines have been removed.
    I could not able to see data sources in RSA6 also.
    As per my understanding this should not happen after client copy.
    I do not want to retrasport all the tasks from R/3 dev to R/3 quality again.
    Please suggest .
    Regards,
    Macwan James.

    Hi,
    Once you copy/refresh the R/3 Qty with R/3 Prod you loose all Transports and settings, you need to re-import the TRs from R/3 Dev to R/3 Qty. Before that you need to set all settings between BW qty and r/3 qty.
    See SAP notes:
    How to System Copy in SAP Business Intelligence System Landscapes (NW2004)  "Search Document
    Note 325470 - Activities after client copy in BW source systems
    Note 325525 - Copying and renaming systems in a BW environment
    Note 886102 - System Landscape Copy for SAP NetWeaver BW
    Note 996238 - Dump 'RFC connection error' after BW system copy
    Note 1333302 - Special procedure for BW system copy
    SAP NetWeaver - BI Systemcopy Abap                                                                     "Search Document
    Thanks
    Reddy

  • HP C7280 All in one. Copying problem

    HP C7280 All in one.  When copying with original on glass, copy is fine.  When copying with original fed through paper feeder, a vertical line appears at the same location on every copy produced.  Can it be that some dirt is in that location on the device that "reads" the original document as it passes by?  Any suggestions on how to get in and check this out?
    This question was solved.
    View Solution.

    Hi,
    I would suggest you to follow the steps mentioned the link and check if this helps you out
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00899181&tmp_task=solveCategory&cc=us&dlc=en&la...
    Thanks
     I am an HP employee, these posts are according to my knowledge and HP is not responsible for it.
    Say Thanks by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as Accepted Solution
    I work for HP.

  • SUS PO PDF copy problem

    Hello Everyone,
    We are using SRM 5.0 with ECS.
    vendor gets PO's in SUS, and can see the changes made to a PO on the screens. But when they use the Print or Download buttons to see the PDF copy of the PO, it shows them an old version of the PO, without recent changes to text, items, etc.
    So is there any OSS note related to this problem?
    What should i check to resolve this issue?
    Regards,
    Khushbu.

    Hi Khusbhu ,
    At present how is the PDF copy generated in your org...Is it standard SAP or any Z development is involved...
    Please check whether the changes after approval are reflected in backend , if yes then they will be reflected in PO PDF else not.
    As far as i know the RFC is called to backend to genertae and display PDF.
    Regards
    Ramesh Ch

  • Dynamic ITAB copy problem with field type P

    Hello everyone
    I need to copy the structure of an internal table that is pass by reference into a method.
    Actually everything is fine else than the field type P with decimal is not created properly in the new itab.
    Scenario:
    An internal table is pass by reference to a method. We need to trait the data without modifying the original table. The Idea is to copy the structure and the data of the referenced internal table into an internal table created dymanically in the method.
    Here is what I did and working fine when there are no field of data type "CURR".
    Extract the structure of the reference data.
    Create a dynamic internal table.
    So far so good. Everything seams to work fine. BUT
    when I am trying to copy the data from the reference table to the just created internal table the field with data type "CURR" doesn't work.
    Here is my example:
    FIELD-SYMBOLS: <FS_TABLE> TYPE STANDARD TABLE,
                   <TMP_TABLE> TYPE STANDARD TABLE,
                   <LS_TMP_TABLE> TYPE ANY,
                   <LS_TABLE>     TYPE ANY,
                   <LS_VALUE>     TYPE ANY.
    DATA: lt_data      TYPE STANDARD TABLE OF vbak,
          ls_data      LIKE LINE OF lt_sortfield,
          ref_data     TYPE REF TO data,
          l_structure  TYPE REF TO DATA,
          lv_ltname    TYPE string.               
    select * from vbak UP TO 10 rows INTO CORRESPONDING FIELDS OF TABLE lt_data.
    * --- Assign the reference variable to the table
    * ---- Only use to simulate a parameter that is assign to a reference to a internal table
    unassign <FS_TABLE>.
    lv_ltname = 'lt_data[]'.
    ASSIGN (lv_ltname) to <FS_TABLE>.
    GET REFERENCE OF <FS_TABLE>[] INTO ref_data.
    * --- Assign the reference to the field-symbol
    UNASSIGN <FS_TABLE>.
    ASSIGN ref_data->* TO <FS_TABLE>.
    * --- Create a working area for the reference table to a field-table
    CREATE DATA l_structure LIKE LINE OF <FS_TABLE>.
    ASSIGN l_structure->* TO <LS_TABLE>.
    * --- Retrieve the structure of the field-symbol pointing to the internal table
    DATA: lr_tabledescr   TYPE REF TO cl_abap_tabledescr,   " Internal Table description
          _r_structdescr  TYPE REF TO cl_abap_structdescr.
    lr_tabledescr ?= cl_abap_tabledescr=>describe_by_data( <fs_table> ).
    _r_structdescr ?= lr_tabledescr->get_table_line_type( ).
    * --- Read internal table structure to create dynamic internal table
    data: ls_struc like LINE OF _r_structdescr->components,
          xfc           type lvc_s_fcat,
          ifc           type lvc_t_fcat.
    * --- Why the field (component) NETWR length is now 8 instead of 15?
    LOOP AT _r_structdescr->components into ls_struc.
      clear xfc.
      xfc-fieldname = ls_struc-name .
      xfc-datatype  = ls_struc-type_kind.
      xfc-inttype   = ls_struc-type_kind.
      xfc-intlen    = ls_struc-length.
      xfc-decimals  = ls_struc-decimals.
      append xfc to ifc.
    ENDLOOP.
    DATA:   dy_table      type ref to data,
    * --- Create dynamic internal table
    call method cl_alv_table_create=>create_dynamic_table
      EXPORTING
        it_fieldcatalog = ifc
      IMPORTING
        ep_table        = dy_table.
    * --- assign reference internal table to Field-symbol
    assign dy_table->* to <tmp_table>.
    unassign <ls_tmp_table>.
    DATA: ls_tmp_struc type REF TO DATA.
    CREATE DATA ls_tmp_struc like LINE OF <tmp_table>.
    ASSIGN ls_tmp_struc->* TO <ls_tmp_table>.
    Loop at <fs_table> INTO <LS_TABLE>.
    MOVE-CORRESPONDING <ls_table> TO <ls_tmp_table>.
    APPEND <ls_tmp_table> TO <tmp_table>.
    ENDLOOP.
    * <fs_table>-netwr length is 15
    * <ls_tmp_table>-netwr length is 8
    * ??????????? Why the length is different?
    * ??????????? It should a structure copy and have the
    * ??????????? same length
    I use VBAK as example, and the field NETWR is using data type "NETWR_AK" where it us a data type "CURR" with length 15 and decimal 2.
    When reading the structure, the method get_table_line_type of the class cl_abap_tabledescr return a length of 8 instead of 15.
    Any idea how to get the exact structure of a variable that is refering to a data type?
    Regards
    Daniel

    Hello Everyone
    Thank you for your replies.
    I think I didn't explain myself clearly.
    My goal is to be able to create an exact  structure copy of a "Type ref to data" into a new internal table that is not defined yet.
    Example:
      A method contain a parameter that is a ref to DATA type.
      That parameter is refering to an internal table from the calling program.
      Now I want to create an internal table into the method where this one will be an exact structure copy of the parameter.
      So, lets put some name here.
      parameter: ip_data type ref to data.
      FIELD-SYMBOLS: <FS_REF_DATA> TYPE STANDARD TABLE,
                                    <FS_CP_DATA>  TYPE STANDARD TABLE.
    ASSIGN ip_data->* TO <FS_REF_DATA>.
    " some code to assign the same structure to <FS_CP_DATA> from <FS_REF_DATA>
    " than copy the data from <FS_REF_DATA> to <FS_CP_DATA>.
    <FS_CP_DATA> [ ] = <FS_REF_DATA> [ ].  " This is working if no type P with decimal exist into the structure
    " Than I can play with the data of <FS_CP_DATA> without modifying the data of <FS_REF_DATA>.
    My problem would be solved if I can create dynamically an internal table that has an exact structure copy of the passed parameter.
    Regards
    Daniel

  • [CS3 Server] Page items copy problem

    I'm trying to copy page items from one document to other. I use kCopyCmdBoss command.
    Command processes successfully but extra pages are generated in destination document and InDesign fails after opening it.
    What could be a problem?
    Thanks in advance.

    -- This works in CS4:
    tell application "Adobe InDesign CS4"
    tell document 1
    tell page 2
    set d to duplicate page item "textframe1" -- the text frame labeled "textframe1"
    -- FYI, d has a class of list:
    -- "text frame id 328 of page id 237 of spread id 232 of document "Untitled-2" of application "Adobe InDesign CS4""
    end tell
    move d to page 4 -- moves to 0,0 on pg4
    end tell
    end tell

  • SCM client copy- Problem in CIF

    Hi,
    Recently we done client copy from production system to test system for both SCM as well as ecc system.
    Problem is Master data  is with logical system name of production system in APO.
    We defined only logical system names for ECC and SCM client and kept name of buisness system group naming same as production to avoid this problem.
    But there is problem in resoure external capacity logical system name is same as production only.
    It is not feasible to delete all trasaction data and master data from APO and retransfer.
    How can we change logical system name in resource?
    I came to know that there  isprogram to convert  logical system name in customization as well as master data?
    If this is true can you give name of program in APO as well as ECC if any?
    Regards,
    Santosh

    Hi Santosh ,
    Yes there is a report to change the logical system name from resource.
    Report name is: /SAPAPO/CHANGE_BSG_RESOURCE for which the program  need be included in your system as per code given in Note 924136 - Change of the LOGQS (BSG) for resources.
    This will resolve your requirement...
    Regards,
    Digambar

Maybe you are looking for

  • Cannot Print to Fax Using OfficeJet Pro 8600

    Issue: Cannot print to fax on HP OfficeJet Pro 8600  Setup: Running Mac Mavericks 10.9.4 Steps Tried So Far: Installing updated driver available on support page. No firmware update needed.  What Happens: 1) Document is open 2) Select HP 8600 (Fax) fr

  • How to clear the line items once posted...

    hello experts, i m workiing on Enhancements in fi/co...i m not able to get the actual exit.. How to clear the line items once postings has been done...i.e. once v do postings in f-48 v assign an assignment with special GL a/c as 'A'(one line item gen

  • How do I replace a graphic symbol that contains text ... ?

    How do I replace a graphic symbol ?  It is actually made up of 3 layers including a textbox and bullet.  When I double click on the symbol, I get the Text Properties menu. When I single click on the symbol on the stage, the properties menu shows a Sw

  • How to Upload Many User Profile Photos/Pictures

    Hi everyone. We've been struggling on uploading user profile pictures to our Sharepoint online sites. I have been reading this post http://get-spscripts.com/2010/12/upload-multiple-user-profile.html but it kind of helps but not really. If we rename o

  • Inspection lot for certificates

    Hi Is it possible to generate inspection lots for goods receipt inspection for a purcahse order only on absence of quality certificate . Thanks