Attach Custom Fax Cover  Page using Object class Cl_BCS

Hello,
Scenario: To attach a custom fax cover page to the faxing functionality. The standard fax cover page is not needed.
Method Used: Fax is initiated in the ABAP code via the function module SO_NEW_DOCUMENT_ATT_SEND_API1
had to change the code to use object class CL_BCS , because of the subject line length limitation.
I want to get rid of the SAP standard cover page that gets generated and attach a custom cover page
By applying SAP OSS Note 553113 - I am able to deactivate the standard fax cover page.
But I haven't found a way of attaching a custom fax cover page(not sure what the original SApscript layout is)
else would have modified the same.
Any help in the matter would be appreciated.
Thanks for your help.
Almas.

Hi Hasan,
I have similar requirement. I see your post is pretty old and hope you would have found the solution at that time.
Could you please share it with me?
Thanks
Puneet

Similar Messages

  • Configuring a custom fax cover page to send via SMTP

    Hi,
    Does anyone know how we can configure  a custom fax cover page in the case of sending fax via SMTP, for instance in the process of sending the payment advice, associated with transaction F110? I have a situation where a fax cover page that clearly was developed (maybe SAPSCRIPT) is being sent along with the document (wich was created as an attachment to the email), but don´t understand where it came from and i want to inhibit it from being sent.
    Thanks,
    Bruno

    Hi Hasan,
    I have similar requirement. I see your post is pretty old and hope you would have found the solution at that time.
    Could you please share it with me?
    Thanks
    Puneet

  • SAP R/3 4.7 custom Fax Cover Page default setting in Workplace Fax Entries

    How can we implement a custom Z form SAP fax cover page as the default fax cover page in SAP workplace, it makes you enter the Z form name in fax cover page entries when we tested it each time you do a fax, Iu2019m sure the users arenu2019t going to want to do that.   Research Iu2019ve done on SAP seems to say you change the Default SAP fax cover page form in transaction SO41 the OFFICE-TELEFAX form which had the From: company name and address hardcoded with SAPu2019s German company name and address which we don't want to use.

    We decided to use Z fax cover created from OFFICE-TELEFAX and when you enter the Z fax cover name in fax detail entries it keeps the entry in field in SBWP we've found so you don't have to retype it in and we hardly do any user controlled fax of reports right from SAP, mostly email of reports they do thru SBWP SAP Office.  And auto fax, auto email of documents with NACE records thru SCOT, SOST transaction to an Esker Deliveryware fax server.

  • Define attachment name for PDF document using ABAP class CL_BCS

    Hi,
    I am using the ABAP class CL_BCS to send an email with a PDF attachment. The issue I have is that although I am specifying the attchment name when receiving the email the attachment is called 'MESSAGE'PDF'.
    I can view the attachment in SOST and the correct attachment name appears.
    I need to use this class as I am sending multiple attachments, whereas the FM only allows 1 attachment .
    Has anyone had this issue before with a PDF attachment.
    Thanks
    Martin

    Hi Hasan,
    I have similar requirement. I see your post is pretty old and hope you would have found the solution at that time.
    Could you please share it with me?
    Thanks
    Puneet

  • Don't want to send Fax Cover page

    Hi Gurus,
    When we send Dunning letter and Customer Statement by Fax it's printing Fax cover page. We don't need fax cover page to be send out.
    Can you please advise me on what settings needed to stop faxing Fax cover pagee for Dunning and Customer Statement?
    Thanks in advance

    Is it the SAP default fax cover page or from your fax server.  If it's SAP 4.7 you can look for the SAP Note that shows how to stop using the fax cover page.  Or if you are manually faxing with SAP Workplace you can uncheck the Fax cover page setting in Go to fax entries screen each time.

  • How to embed jnlp file into html page using object tag

    hi everyone,
    i have written one jnlp file like this.
    <?xml version="1.0" encoding="utf-8" ?>
    <!-- JNLP file for Demo applicaion -->
    <jnlp spec="1.0+" codebase="http://localhost:9080/base/" href="SampleExample.jnlp">
         <information>
              <title>Demo Application</title>
              <vendor> </vendor>
              <description>Sample Demo Application</description>
              <offline-allowed/>
         </information>
         <security/>
         <resources>
              <j2se version="1.3+" />
              <jar href="common.jar" main="true" download="eager" />
              <jar href="classes12.jar" download="eager" />
              <jar href="toplink.jar" download="eager"/>
              <package name="com.applet.*" part="applet" recursive="true"/>
         </resources>
         <applet-desc name="grid" main-class="com.applet.PriceGrid" width="1000" height="300"/>
    </jnlp>
    i am trying embed that jnlp file using object tag like
    <OBJECT
    classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH="1000" HEIGHT="300" NAME="grid">     
    <PARAM NAME="jnlp" VALUE="http://localhost:9080/base/SampleExample.jnlp">
    </OBJECT>
    but i am not able to load the applet using Web Start.
    Can anyone please help me. This is very Urgent for me.
    Thanks & Regards,
    Shiva.

    thanks.
    i am giving my problem clearly. i have one applet. Previously i am loading the applet in my html page using object tag like this...
    <OBJECT
    classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" WIDTH="1000" HEIGHT="300" NAME="grid">
    <PARAM NAME="CODE" VALUE="com.adp.base.applet.PriceGrid.class" >
         <PARAM NAME="ARCHIVE" VALUE="common.jar,classes12.jar,toplink.jar" >
         <PARAM NAME="NAME" VALUE="grid" >
    <PARAM NAME="type" VALUE="application/x-java-applet">
    <PARAM NAME= "cache_option" VALUE ="no">
    </OBJECT>
    now what i need to do is
    i need load the applet only first time using web start and when ever the applet code changes in the server i need to reload the applet.
    for that i kept all the applet resources in .jnlp file.i want to cache all the resources which are in .jnlp file and applet must be displayed within a web page within a browser.
    Webstart always open a new application windows.
    I need to run an Applet embedded within a web page within a browser.
    Is there a way to still use Webstart?

  • SAPSCRIPT Fax cover Page

    Hi All,
            This is About Medruck Transaction.
            I want to print a Fax Cover page. I have used Command 'Cover Auto', However I want to Add Purchase Order Number to the Fax Cover Page. How do I see the Auto Template OR How do I add PO Number to the Fax cover Page that gets printed when we create a PO.
    Thanks in Advance

    Hi This Link is still Active. Please Revert back for the Query

  • TOP-OF-PAGE using Object Oriented model

    Hi all,
    (1)  I hve a doubt reg the top-of-page using Object oriented concept . While iam creating the top-of-page iam using a class called ' cl_dd_document' , wht is the purpose of that class ?
    (2) I have displayed a text in the top-of-page container . I want to display another text in a new line in the same container below the first text . How can i do it . plz send me a sample code for it .
    Vighnesh ,

    1. this class cl_dd_document is used to define the properties of the text used in top of page...to change the fonts of texts , to add space between texts, to add a new line and so on..
    2.  to add new line , use this
    CALL METHOD document->new_line.

  • Creation of Disctribution Model view using Distribution using object classe

    Hi All ,
             Can anybody tell me how to create distribution model through  Distribution using object classes option in SALE transaction(Path : SALE - > Modelling and implementing Business processes - > master data Distribution - > Distribution using object classes).What is the difference between normal distribution model creation through BD64 and creating in the above way?
    Please help me its urgent.Thanks in advance.
    Regards,
    Rakesh.

    Hi All ,
             Can anybody tell me how to create distribution model through  Distribution using object classes option in SALE transaction(Path : SALE - > Modelling and implementing Business processes - > master data Distribution - > Distribution using object classes).What is the difference between normal distribution model creation through BD64 and creating in the above way?
    Please help me its urgent.Thanks in advance.
    Regards,
    Rakesh.

  • How to deal with the rule that do not use "object" class to declear a class

    I run my flex project in sonar. And there is a rule "Do not use Object class ".
    I just want to know how to deal with this problem.
    I mean, when I try to write a base class, I don't know which kind of class will be transfered in by reference, which type I can declear instead of "object"?

    Check out this example:
    The moment I put in the code >> box1.addItem("hello"); << and run the application, the BusNameListener is fired. Hope this makes sense.
    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.ActionListener;
    import java.awt.event.ActionEvent;
    public class JFrameExample {
    private JComboBox box1;
    public JFrameExample() {
    box1 = new JComboBox();
    box1 .setMinimumSize(new Dimension(300, 24));
    box1 .setPreferredSize(new Dimension(300, 24));
    box1.addActionListener(new BusNameListener());
    box1.addItem("hello");
    JFrame f = new JFrame("This is a test");
    f.setSize(400, 150);
    Container content = f.getContentPane();
    // content.setBackground(Color.white);
    content.setLayout(new FlowLayout());
    content.add(box1);
    f.setVisible(true);
    class BusNameListener implements ActionListener {
    public void actionPerformed(ActionEvent e) {
    JComboBox cb = (JComboBox) e.getSource();
    String item = (String) cb.getSelectedItem();
    if (item != null) {
    JOptionPane.showInputDialog(null,
    "Specify...", "File Import",
    JOptionPane.OK_CANCEL_OPTION);
    }

  • Custom fax cover sheet

    Hello,
    My scenario is this:
    I need to send a custom smartform or sapscript cover sheet in the same output process of faxing smartform PO's, Quotations, Invoces and several other documents.  I don't see anywhere in configuration where something like this can be done.  Does anyone have any ideas on how to accomplish this?
    Thank you,
    JR

    Time for a little give-back from me....
    Having just worked on this same issue and not finding a solution from SDN (which was unusual) I thought I'd better let you know what I have found..
    Transactions SO41,SO42 and SO43 show the default SAP fax cover sheets.
    They are kept in client 000 and you need to use SE71 (SAPScript forms) to copy the required form (and rename to Z...), then you are free to modify it as required (Add a logo etc).
    Make sure you classify the form as a SAP office form, there are instructions for doing this in the SAP library.
    You can test it in SO01 without sending the fax anywhere, create a fax to recipient GB 1234567 or any other fake number, double click on the sender and you will get a popup of the fax details (sender info, receiver info and the cover sheet to use).
    or you can use SO_OBJECT_SEND, make sure the recevicers-recextnam field is populated using the SADRFD structure.
    and here's the subroutine I use to send a list as a fax with a custom cover sheet :
    and below that is a similar subroutine to send emails...
    *&      Form  send_fax
       Send Fax of internal table GT_MAIL_LINES TYPE soli
    FORM send_fax using my_company_name TYPE name1_gp.
      DATA: ls_object_hd TYPE  sood1,
            ls_receivers TYPE  soos1,
            lt_receivers TYPE STANDARD TABLE OF soos1,
            l_lines      TYPE  i,
            ls_sadrfd    TYPE sadrfd.
      CLEAR:  ls_object_hd, ls_receivers.
      REFRESH lt_receivers.
      ls_object_hd-objla  = sy-langu.
      ls_object_hd-objnam = 'NOTE'.
      ls_object_hd-objdes = 'Fax subject line in here'.
    Calculate size of table
      DESCRIBE TABLE gt_mail_lines LINES l_lines.
      READ TABLE gt_mail_lines INDEX l_lines INTO gs_mail_lines.
      ls_object_hd-objlen = ( l_lines - 1 ) * 255 + STRLEN( gs_mail_lines ).
    Set Fax control structure
    Fax number in structure must have no leading zero
    as this is added by SAPOffice from the country code
      ls_sadrfd-rec_fax = gs_address-fax.
      shift    ls_sadrfd-rec_fax left deleting leading '0'.
      condense ls_sadrfd-rec_fax no-gaps.
      ls_sadrfd-rec_street = gs_address-street.
      ls_sadrfd-rec_town   = gs_address-city.
      ls_sadrfd-rec_name1  = gs_address-name.
      ls_sadrfd-rec_state  = gs_address-country.
      ls_sadrfd-form_langu = gs_address-langu.
      ls_sadrfd-fax_form   = 'Z_FAX_COVER'.
      ls_sadrfd-send_comp  = my_company_name.
      ls_sadrfd-send_immi  = 'X'.
      IF ls_sadrfd-form_langu is initial.
        ls_sadrfd-form_langu = sy-langu.
      endif.
      ls_sadrfd-send_nam = sy-uname.
      ls_sadrfd-send_date = sy-datum.
      ls_sadrfd-send_time = sy-uzeit.
    Convert Receiver information to char field
      CALL FUNCTION 'C147_WORKAREA_TO_CHARFIELD'
        EXPORTING
          I_WORKAREA  = ls_sadrfd
        IMPORTING
          E_CHARFIELD = ls_receivers-recextnam.
      ls_receivers-recesc = 'F'.
      ls_receivers-mailstatus = 'E'.
      ls_receivers-sndart = 'FAX'.
      ls_receivers-sndpri = '1'.
      APPEND ls_receivers TO lt_receivers.
    Send fax
      CALL FUNCTION 'SO_OBJECT_SEND'
        EXPORTING
          object_hd_change = ls_object_hd
          object_type      = 'RAW'
          owner            = sy-uname
          originator       = g_originator
          originator_type  = 'B'
        TABLES
          objcont          = gt_mail_lines
          receivers        = lt_receivers
        EXCEPTIONS
          OTHERS           = 01.
    The function doesn't commit so we must
    do it if successful.
      IF sy-subrc = 0.
        COMMIT WORK AND WAIT.
      ELSE.
        WRITE: / 'Fax failed RAISE ERROR '(012).
      ENDIF.
    ENDFORM. "send_fax
    *&      Form  send_email
       Send Email of internal table GT_MAIL_LINES
    FORM send_email USING      pi_email_address TYPE ad_smtpadr.
      DATA: ls_object_hd        TYPE  sood1,
            ls_receivers        TYPE  soos1,
            lt_receivers TYPE STANDARD TABLE OF soos1,
            l_lines      TYPE  i.
      CLEAR:  ls_object_hd, ls_receivers.
      REFRESH lt_receivers.
      ls_object_hd-objla  = sy-langu.
      ls_object_hd-objnam = 'NOTE'.
      ls_object_hd-objdes = 'Email title in here'.
    get size of text table to be sent
      DESCRIBE TABLE gt_mail_lines LINES l_lines.
      READ TABLE gt_mail_lines INDEX l_lines INTO gs_mail_lines.
      ls_object_hd-objlen = ( l_lines - 1 ) * 255 + STRLEN( gs_mail_lines ).
      ls_receivers-recextnam = pi_email_address.
      ls_receivers-recesc = 'E'.
      ls_receivers-mailstatus = 'E'.
      ls_receivers-sndart = 'INT'.
      ls_receivers-sndpri = '1'.
      APPEND ls_receivers TO lt_receivers.
    NB: G_originator is a SAP user ID with the email address that you want any
    replies to go to - its useful to have this not as sy-uname so any replies can go to
    a central email address like [email protected]
      CALL FUNCTION 'SO_OBJECT_SEND'
        EXPORTING
          object_hd_change = ls_object_hd
          object_type      = 'RAW'
          owner            = sy-uname
          originator       = g_originator
          originator_type  = 'B'
        TABLES
          objcont          = gt_mail_lines
          receivers        = lt_receivers
        EXCEPTIONS
          OTHERS           = 01.
      IF sy-subrc = 0.
        COMMIT WORK AND WAIT.
      ELSE.
        WRITE: / 'Email failed RAISE ERROR '(010).
      ENDIF.
    ENDFORM.                    " send_email

  • Stop printing email cover page using 8100 pro with eprint

    I'm using an Officejet 8100 pro eprinter, and would like to disbale  printimng of the emaol cover page that accompanies the attachment. Would also like to be able to print 2 copies of the attachment.

    Hi Pedro, in the print preferences you should have an option for which specific pages you want to print (so you can print say Page2->5 and print two copies)
    Although I am an HP employee, I am speaking for myself and not for HP.
    Twitter: @Ciara_B_HP

  • Customizing FD01 and FB70 using PS Class and Characteristics

    Hello SAP Experts
    I have the following issue:
    My client has a requirement where we need to customize the Customer Master  (FD01) screen and the Invoice Posting Screen (FB70). A few additional fields have to be added by creating a separate tab. I was intending to take Abaper's help and do this using user exits but I have been suggested by the cleint to use SAP PS Class and Characteristics feature to do this. Can someone please throw some light on this feature and how can i create custom fields on FD01 and FB70 screens. Is there a way we could customize these screens using PS class and characteristics. Your opinions would be much appreciated.
    Please kindly give your suggestions. Thanks in advance
    Regards,
    Nik

    Joao Paulo,
    Thank you for the response. I have tried to obtain some info from OSS but no luck. Tried all means but there is limited information available.
    Nik

  • How to use Object Class:orclDbServer in OID

    Not sure if i have posted in the correct forum, I am quite new to OID
    I am planning to use orclDbServer Object Class, but not sure how to use, i have searched in Google, and Oracle Documentation, there are so little information about this, there are only:
    Object Class: orclDbServer
    Description: Defines the attributes for database service entries
    Attributes: orclNetDescName, orclVersion
    Below is the ldif file i created for add one entry with object class orclDBServer:
    dn: cn=orclDBServer_test, cn=OracleContext, dc=ldapcdc, dc=lcom
    changetype: add
    objectclass: top
    objectclass: orclDBServer
    cn: orclDBServer_test
    orclNetDescName: (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=10.182.114.121)(PORT = 1521))(CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = oh112)))
    after i use below command to add this entry:
    ldapadd -h localhost -p 389 -D "cn=orcladmin" -w welcome1 -f test_add.ldif
    then use ldapsearch to search:
    ldapsearch -h localhost -p 389 -b "dc=lcom" "objectclass=orclDBServer"
    the result is like below:
    cn=orclDBServer_test, cn=OracleContext, dc=ldapcdc, dc=lcom
    cn=orclDBServer_test
    orclnetdescname=(DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=10.182.114.121)(PORT = 1521))(CONNECT_DATA = (SERVER = DEDICATED)(SERVICE_NAME = oh112)))
    objectclass=top
    objectclass=orclDBServer
    objectclass=orclService
    It seems it added a line for me:
    objectclass=orclService
    Is there anything wrong with my ldif file when i want to use orclDbServer?
    Edited by: ening on Jan 5, 2010 9:31 PM

    Hi,
    if you are having main controller and sub-controller then you may need to use below coding to use application class reference.
    *Data declaration
      DATA:  obj_cntrl        TYPE REF TO cl_bsp_controller2,
             obj_sub_cntrl   TYPE REF TO z_cl_sub_cntl,
             application TYPE REF TO z_cl_application.
    *Get the controller
      CALL METHOD obj_main_cntrl->get_controller   "obj_main_cntrl is the object of main controller
        EXPORTING
          controller_id       = 'SUB'   "Controller ID
        RECEIVING
          controller_instance = obj_cntrl  .
      obj_sub_cntrl ?= obj_cntrl  .
      application ?= obj_sub_cntrl ->application.
    or simply use below code in your controller method.
      application ?= me->application.
    Thnaks,
    Chandra

  • Silverlight application (example.xap) doesn't run when call in other pages using "Object tag"

    Hi!
    I have silverlight 3 installed with Visual studio 2008. installation is fine.
    I have created a  silvelight application including a test page.
    In my test page I used the "object tag" to call my application as it is suggested since silverlight 3:
    <object type="application/x-silverlight-2"
    data="data:application/x-silverlight,"
    width="450" height="220">
    <param name="source" value="MySilverlightApplication.xap"/>
    </object>
    At the run time, using the test page my application runs as expected. But when i call the same application in another page i have created, nothing happens: the web page is blank. I wonder why it works with the test page created at the same time with the
    silverlight application ( i have checked the radio button that required the test paged creation during the process of the silverlight application) and why it doesn't work with a page created separately.
    Thank you for your help!
    Joel

    Hi Andy!
    Hi Qimin!
    Thank you for your helps. But i want to let you know that the html code i wrote in my post is just an example so I will complete my post with more information.
    0- I have visual studio 2008 installed with silverlight 3.
    1- I have created a web project with a master page (my master page has a content page )
    2- I added a silvelight application: carousel.xap (during its creation I've accepted to add a test page: carouselTestPage.aspx)
    3- I added a main page Home.aspx: which inherits from the master page created in step 1, then I call my silverlight application in this content page using the object tag.
    Result of the tests during run time:
    My silverlight application carousel.xap works fine when I test it with the
    carouselTestPage.aspx.
    But my silverlight application carousel.xap doesn't work with the main page I added to my web project. the web content page is blank.
         Here below the script of the carouselTestPage.aspx
    and for the Pages_Home:
    carouselTestPage.aspx code
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" >
    <head>
    <title>carousel</title>
    <style type="text/css">
    html, body {
    height: 100%;
    body {
    padding: 0;
    margin: 0;
    #silverlightControlHost {
    height: 100%;
    text-align:center;
    </style>
    <script type="text/javascript" src="Silverlight.js"></script>
    <script type="text/javascript">
    function onSilverlightError(sender, args) {
    var appSource = "";
    if (sender != null && sender != 0) {
    appSource = sender.getHost().Source;
    var errorType = args.ErrorType;
    var iErrorCode = args.ErrorCode;
    if (errorType == "ImageError" || errorType == "MediaError") {
    return;
    var errMsg = "Unhandled Error in Silverlight Application " + appSource + "\n" ;
    errMsg += "Code: "+ iErrorCode + " \n";
    errMsg += "Category: " + errorType + " \n";
    errMsg += "Message: " + args.ErrorMessage + " \n";
    if (errorType == "ParserError") {
    errMsg += "File: " + args.xamlFile + " \n";
    errMsg += "Line: " + args.lineNumber + " \n";
    errMsg += " + args.charPosition + " \n";
    else if (errorType == "RuntimeError") {
    if (args.lineNumber != 0) {
    errMsg += "Line: " + args.lineNumber + " \n";
    errMsg += " + args.charPosition + " \n";
    errMsg += "MethodName: " + args.methodName + " \n";
    throw new Error(errMsg);
    </script>
    </head>
    <body>
    <form id="form1" runat="server" style="height:100%">
    <div id="silverlightControlHost">
    <object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%">
    <param name="source" value="ClientBin/carousel.xap"/>
    <param name="onError" value="onSilverlightError" />
    <param name="background" value="white" />
    <param name="minRuntimeVersion" value="3.0.40624.0" />
    <param name="autoUpgrade" value="true" />
    <a href="http://go.microsoft.com/fwlink/?LinkID=149156&v=3.0.40624.0" style="text-decoration:none">
    <img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style:none"/>
    </a>
    </object><iframe id="_sl_historyFrame" style="height:0px;width:0px;border:0px"></iframe></div>
    </form>
    </body>
    </html>
    2. Home.aspx code:
    <%@ Page Title="" Language="C#" MasterPageFile="~/MasterPages/MyMasterPage.master" AutoEventWireup="true" CodeFile="Home.aspx.cs" Inherits="Pages_Home" %>
    <asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
    </asp:Content>
    <asp:Content ID="Content2" ContentPlaceHolderID="MyContent" Runat="Server">
    <object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%">
    <param name="source" value="~/ClientBin/carousel.xap"/>
    <param name="background" value="white" />
    <param name="minRuntimeVersion" value="3.0.40624.0" />
    <param name="autoUpgrade" value="true" />
    <param name="enableHtmlAccess" value="true" />
    <a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration: none;">
    <img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none"/>
    </a>
    </object>
    <iframe id="_sl_historyFrame" style="visibility:hidden;height:0px;width:0px;border:0px">
    </iframe>
    </asp:Content>
     so the application source is correctly supplied in the object tag description. so I wonder why it doesn't work with a separate content page in the same web project and work with this embedded Silverlight Test page.
    Thank you for your helps.
    Joël

Maybe you are looking for

  • When I try to bookmark a page, the choose option dies not display any of the folders in my bookmark menu

    Question When I try to bookmark a page, the choose option dies not display any of the folders in my bookmark menu I have a new computer and download of Mozilla Firefox, but imported bookmarks from older computer. Could that be the problem?

  • Msging anyone online makes them go offline and pen...

    I am having a problem where I am sending msgs to people that are online and everytime i do it shows the person go from online to offline and then pends. Also my old msgs are not showing up. I know that these people are online because my phone skype w

  • Recover to new disk maverick MacBook pro

    hello, i have restore my Mac from time machine to new disk (solid state 1TB), I thought of performance increase in turn it takes long time to boot system . on each reboot the system show apple logo and loading .the system comes up eventually . earlie

  • Rookie needs help please!

    Hi guys! I'm trying to crop out the HP in the hp logo . I want the hp to have straight edges not curved following the circle but rather the white square around it. I'm not really sure how to do this. I tried using the magic wand and magnetic lasso, b

  • Adobe Flash Player 11.8 Crashing CONSTANTLY

    I am irritated beyond belief with this. Whenever Adobe flash player is needed for practically ANYTHING on the internet, it crashes and the only way I can continue on the website is to turn off the plugin, practically rendering the website unaccessabl