Problems while saving the tax values in a Draft Document to AP Invoice

Hi All
I have an interface .net where I use a DIAPI to enter values in B1 2007 B (8.60.039) PL 15.
I have the following cases:
First case
- I create a document type oPurchaseInvoices, where I set the tax values for IRPF, INSS, ISSQN (Brazil).
  When i execute the code that inserts this A/P Invoice in SAP, it works perfectly, including by setting the values of the taxes correctly.
Second case
- I create a document type oDrafts, and say that this draft is the type oPurchaseInvoices.
  After that I follow the same steps to launch a note entry, laying the tax values(IRPF, INSS, ISSQN) and everything else.
  When i execute the code that inserts this values in the draft, the tax values are not entered and that everything else works perfectly. 
You can tell me whether the taxes really are not inserted when I issue a draft or I'm leaving to score some parameter.
I am in the look of your response
Regards
Luis Felipe

Hi Gordon.
You can see below the part of the code to add the Draft Document.
oAPInvoice = oCompany.SapCommand.GetBusinessObject(BoObjectTypes.oDrafts)
oAPInvoice.DocObjectCode = BoObjectTypes.oPurchaseInvoices
With oAPInvoice
    .Lines.TaxLiable = BoYesNoEnum.tYES
    .Lines.ItemCode = Itemcode
    .Lines.Quantity = Quantity
    .Lines.UnitPrice = Unitprice
    .Lines.TaxCode = Taxcode
    .Lines.WTLiable = BoYesNoEnum.tNO
    .Lines.Usage = "Consumo"
    If oDTO.IRRF > 0 Or oDTO.INSS > 0 Or oDTO.ISSQN > 0 Then
        If oDTO.WtLiable = "Y" Then .Lines.WTLiable = BoYesNoEnum.tYES
        Add tax values
        For i As Int16 = 1 To 3
            vlrImposto = 0
            addTax = False
            If IRRF > 0 And Not addIR Then
                codImposto = CodeIRRF   (tax code)
                vlrImposto = IRRF             (tax value)
                addIR = True
                addTax = True
            ElseIf INSS > 0 And Not addINSS Then
                codImposto = "F501"  (tax code)
                vlrImposto = INSS       (tax value)
                addINSS = True
                addTax = True
            ElseIf ISSQN > 0 And Not addISSQN Then
                codImposto = CodeISSQN  (tax code)
                vlrImposto = ISSQN            (tax value)
                addISSQN = True
                addTax = True
            End If
            If addTax Then
                (If include more one tax then add line)
                If i > 1 And vlrImposto > 0 Then .Lines.WithholdingTaxLines.Add()
                .Lines.WithholdingTaxLines.WTCode = codImposto                     (tax code)
                .Lines.WithholdingTaxLines.TaxableAmount = Unitprice              (base value calculation)
                .Lines.WithholdingTaxLines.WTAmount = vlrImposto                   (tax value)
            End If
        Next
    End If
    .CardCode = Cardcode
    .CardName = Cardname
    .HandWritten = BoYesNoEnum.tNO
    .DocDueDate = DueDate
    .DocDate = DocDate
    .TaxDate = TaxDate
    .SequenceCode = -2      '-1=Manual  -2=External
    .SeriesString = "RCB"
    .SequenceModel = 37
    lRetCode = .Add()
End With
Regards
Luis Felipe

Similar Messages

  • Problem While saving the Invoice

    Dear Experts,
                      I am facing the Problem while Saving the Invoice, In invoice, We assigne the Output as RD00 and Medium as 6 (EDI).
    When we are saving the Invoice, it getting as ' Updated Terminated'. When i found where the Error is coming in SM13, it showing in as Function Module "RV_MESSAGE_UPDATE' & Error Details is 'EAN11 not found for Material'.
                     But in Invoice whatever we enter the Material number, we maintain the EAN11 code. This EAN11 code is seen in MARM & VBRP Table. Unable to find the what the exact error is.
                   please help me to sort this issue, Its business complicated.
    Thanks in Advance,
    Srini

    Hi Asik,
              Thanks for your valuable Message.... I run as you suggested, but the dispatch time i kept as 1 or 2. because the program RSNAST00 is picking the values only for 1 or 2. so i run manually,, as of now the issue is, in the invoice number, for one material number, the Billed quantity is zero, so the UOM is getting as initial. From those vaues we are picking the EAN11 from maram table.
    So, i modify that and run the EDI manually. As of now its working...
              Thanks for your reply,,,
    Regards,
    Srini

  • Problem while updating the forecast value in m.master by direct input menth

    Hi All
      Good Day
      I am updating the forecast value in material master by direct input method.
    my program is working fine when I am running it online.
    but when i am runnig in back ground I am getting one error which is mentioned below
                                                                                    Job ZM_OPTIMIZA_UPLOAD: Data does not match the job definition; job terminated    BD    078     E    
    Please anyone can help ne in above case.
    Thanks in advance.
    Cheers
    Vallabhaneni

    Hi Hakim
    How are you
    Thanks for your valuable suggestion.
    I am executing my program in background with bmv0 transaction with variant, in development I can run this job in background with out any logical errors but in QA I am getting errors.
    Can you please help me in the above case.
    In Bmv0 transaction first I defined the job and in  program rmdatind (execute) screen first I mentioned the Max. no of logical errors as 500 and Transactions per commit unit as 500 and I run the program in background in bmv0 transaction and I am getting the message background job terminated immediately
    Because of this again I changed the Max. no of logical errors 500 to 99999 and transaction per commit unit 500 to 999999 and then i scheduled my program in background.
    Alomost it ran for 27 hours and then it has given the message background job terminated.
    Job log entries are as follows.
    22.12.2008  11:19:46  A system error has occurred while locking                                 
    22.12.2008  11:19:46  Transaction 0000040840; material number SUJ82J8400; error gravity E       
    22.12.2008  11:19:46  Transaction 0000040840: Taxes for sales org.  cannot be transferred       
    22.12.2008  11:19:46  A system error has occurred while locking                                 
    22.12.2008  11:19:46  Transaction 0000040841; material number SUJ84G3001; error gravity E       
    22.12.2008  11:19:46  Transaction 0000040841: Taxes for sales org.  cannot be transferred       
    22.12.2008  11:19:46  A system error has occurred while locking                                 
    22.12.2008  11:19:46  Transaction 0000040842; material number SUJ84G3002; error gravity E       
    22.12.2008  11:19:46  Transaction 0000040842: Taxes for sales org.  cannot be transferred       
    22.12.2008  11:19:46  A system error has occurred while locking                                 
    22.12.2008  11:19:46  Transaction 0000040843; material number SUJ86G0100; error gravity E       
    22.12.2008  11:19:46  Transaction 0000040843: Taxes for sales org.  cannot be transferred       
    22.12.2008  11:19:46  A system error has occurred while locking                                 
    22.12.2008  11:19:46  Transaction 0000040844; material number SUJ86G0300; error gravity E       
    22.12.2008  11:19:46  Transaction 0000040844: Taxes for sales org.  cannot be transferred       
    22.12.2008  11:19:46  A system error has occurred while locking                                 
    22.12.2008  11:19:46  Transaction 0000040845; material number SUJ86G0900; error gravity E       
    22.12.2008  11:19:46  Transaction 0000040845: Taxes for sales org.  cannot be transferred       
    22.12.2008  11:19:46  A system error has occurred while locking                                 
    22.12.2008  11:19:46  Transaction 0000040846; material number SUJ86G9600; error gravity E       
    22.12.2008  11:19:46  Transaction 0000040846: Taxes for sales org.  cannot be transferred       
    22.12.2008  11:19:46  A system error has occurred while locking                                 
    22.12.2008  11:19:46  Transaction 0000040847; material number SUJ86G9601; error gravity E       
    22.12.2008  11:19:46  Transaction 0000040847: Taxes for sales org.  cannot be transferred       
    22.12.2008  11:19:46  A system error has occurred while locking                                 
    22.12.2008  11:19:46  Transaction 0000040848; material number SUJ86J0000; error gravity E       
    22.12.2008  11:19:46  Transaction 0000040848: Taxes for sales org.  cannot be transferred       
    22.12.2008  11:19:46  A system error has occurred while locking                                 
    22.12.2008  11:20:54  Transaction 0000040848 completed Mat. no.  No. of log. errors 0000040848  
    22.12.2008  11:21:30  ABAP/4 processor: TSV_TNEW_PAGE_ALLOC_FAILED                              
    22.12.2008  11:21:30  Job cancelled      
    I know it has taken long time to process the job  because of I changed the transactions per commit unit (500 to 999999) it kills the system
    But I am supposed to provide some number < 999999 in transactions per commit unit
    actually I haven't tried like I said above < 999999 because i don't have any hopes.
    Please look at this problem and help me in this case.
    Thanks in advance.
    Vallabhaneni

  • Problem While Saving the editable ALV GRID

    Dear Experts,
    I have a scenario in which i am display the ALV(using class) with some data in the custom container of module pool screen in the non-editable mode.Also i have save and edit buttons.If i click the edit button i have written the code to edit the some columns in the ALV grid, it is working fine.After editing it,when i click the save button then ALV has to refreshed with edited data and then it should go to non editable mode but it is not working.I have written the code for changing the editable ALv to non editable mode as follows :
      call method c_alvgd->set_ready_for_input
        exporting
          i_ready_for_input = 0.
    *****Row and column of the alv are refreshed after changing values
      stable-row = 'X'.
      stable-col = 'X'.
    *REfreshed ALV display with the changed values
    *This ALV is non editable and contains new values
      call method c_alvgd->refresh_table_display
        exporting
          is_stable = stable
        exceptions
          finished  = 1
          others    = 2.
      if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
               WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      endif.
    Could you Suggest me solution for this issue ?
    Thanks & Regards,
    R.Dhineshraj.

    Dhinesh,
    I suppose that you are able to get your changes values on screen but not able to get your field in DISPLAY mode from editable mode, let me know if this is not your problem.
    When you press SAVE, after the PAI, again PBO will run and hence the editable code for that field will overwrite which will keep it editable.
    So, do something like this.
    data: gv_edit value 'X'.....  "global variable in TOP include
    PBO....
    loop at ...
    if gv_edit = 'X'.
    CALL METHOD lo_alv->set_ready_for_input
      EXPORTING
        i_ready_for_input = 1.
    else.
    CALL METHOD lo_alv->set_ready_for_input
      EXPORTING
        i_ready_for_input = 0.
    endif.
    endloop.
    PAI.
    when 'SAVE'.
    gv_edit =  space.
    When 'EDIT'.
    gv_edit = 'X'.
    Regards,
    Diwakar

  • Problem while inserting the same value on a primary key column

    hi all ,
    in my application there is a block with a pat_id column "primary key" ,
    if the user inserts the same value in this column , a message appears asking me if i want to save the changes or not ,
    i do not know what changes is the message asking about , and sure i do not want this message to appear to the user
    when he insert the same values by mistake ?
    thanks

    as a primary key field dont fill this with manually try use db seq.
    Use pre-insert trigger .

  • Accessing the tax value of a marketing document row before it is written to

    I am creating sales invoices using the DI and I need to check the valu of the tax as calculated by the system so that I can compare it to the value supplied on the data provided and check for rounding errors.
    My problem is that none of the fields in document lines that hold the value of tax e.g. priceaftervat, nettaxamount seem to be updated before the record is written. It looks like the value is calculated as the record is written.
    Does anyone know if this is the case or am I missing something?
    Regards
    Gordon

    Yes, this is the case. If you want to check it before adding, create invoice draft first, then with getbykey load it to document object, check the values you want and if is everything ok, create invoice from the draft.

  • Problem while setting the selected value of h:selectOneMenu to bean

    Hi all,
    I am new to JSF. I am working on application where i have combo boxe on the page. I am setting some values to the combobox from database using <f:selectItems> tag and one value using <f:selectItem> tag. The value combobox value selected by user is set to the bean property which is String. I am able to display all the values in the combobox but when clicked on button (present at the end of form) i am getting following error-
    ERROR HtmlRendererUtils:354 - Error finding Converter for
    component with id interviewStageOneForm:acceptanceChannelList
    I am setting the combobox selected value to the to the bean property which is String and the value selected in also String. Then which converter it is asking for. I am not able to find out what is the problem.
    Your suggestions will be really appreciated.
    Here is my code snippet:-
    JSF:-
    <h:selectOneMenu id="acceptanceChannelList"
         value="#{interviewStageOneBean.index}">
         <f:selectItem itemValue="Select" itemLabel="#{Message.combo_select}" />
         <f:selectItems value="#{MasterDataBean.acceptanceChannelList}" />  <!-- The list coming from database-->
    </h:selectOneMenu>Bean:-
    public class InterviewStageOneBean {
         private String index;
         public String getIndex() {
              return index;
         public void setIndex(String index) {
              this.index = index;
    }

    Hi!
    First I would try next:
    Try to leave out
    <f:selectItem itemValue="Select" itemLabel="#{Message.combo_select}" />
    line. And check if it works after that. If it didn't repeat step but you leave in message selectItem and dump out database selectItem line.
    Second:
    I would check acceptanceChannelList creation and what type of objects you put while doing setValue and setLabel on UISelectItem
    Probably selectItem value has been assigned an object of type the engine doesn't know how to convert from String to it.

  • Problem while updating the forecast value in m.master by direct input metho

    Hi Hakim
    Thanks for your prompt response.
    Yeah, I can see the same in St22 as you said, If I contaced the basis team for memory extension
    is my problem can get solved?
    and I will change the Transactions per commit unit to 100 again.
    Is there anything else is causing the background job termination
    really I couldn't find anything wrong in my program and it is running successfully in development client
    and it is giving the message completed and
    Job name Last update Current status
    ZM_OPTIMIZA_FORECAST 23.12.2008 09:18:47 C Completed: job executed w/o logical errors
    ZM_OPTIMIZA_FORECAST 19.12.2008 11:22:31 C Completed: job executed w/o logical errors
    ZM_OPTIMIZA_FORECAST 19.12.2008 11:21:20 C Completed: job executed w/o logical errors
    and the job log is as follows in development client.
    23.12.2008 09:18:47 The field MARA-FORMT is not ready for input and was therefore not initialized
    23.12.2008 09:18:47 The field MARA-KUNNR is not ready for input and was therefore not initialized
    23.12.2008 09:18:47 The field MARA-MEINS is not ready for input and was therefore not initialized
    23.12.2008 09:18:47 The field MARA-PRZUS is not ready for input and was therefore not initialized
    23.12.2008 09:18:47 No changes made
    23.12.2008 09:18:47 Transaction 0000000004; material number 2210017320; error gravity W
    23.12.2008 09:18:47 Transaction 0000000004: Taxes for sales org. cannot be transferred
    23.12.2008 09:18:47 Not possible to transfer tax data
    23.12.2008 09:18:47 The field MARA-BEGRU is not ready for input and was therefore not initialized
    23.12.2008 09:18:47 The field MARA-BMATN is not ready for input and was therefore not initialized
    23.12.2008 09:18:47 The field MARA-FERTH is not ready for input and was therefore not initialized
    23.12.2008 09:18:47 The field MARA-FORMT is not ready for input and was therefore not initialized
    23.12.2008 09:18:47 The field MARA-KUNNR is not ready for input and was therefore not initialized
    23.12.2008 09:18:47 The field MARA-MEINS is not ready for input and was therefore not initialized
    23.12.2008 09:18:47 The field MARA-PRZUS is not ready for input and was therefore not initialized
    23.12.2008 09:18:47 No changes made
    23.12.2008 09:18:47 Transaction 0000000005; material number 6777295J01; error gravity W
    23.12.2008 09:18:47 Transaction 0000000005: Taxes for sales org. cannot be transferred
    23.12.2008 09:18:47 Not possible to transfer tax data
    23.12.2008 09:18:47 The field MARA-BEGRU is not ready for input and was therefore not initialized
    23.12.2008 09:18:47 The field MARA-BMATN is not ready for input and was therefore not initialized
    23.12.2008 09:18:47 The field MARA-FERTH is not ready for input and was therefore not initialized
    23.12.2008 09:18:47 The field MARA-FORMT is not ready for input and was therefore not initialized
    23.12.2008 09:18:47 The field MARA-KUNNR is not ready for input and was therefore not initialized
    23.12.2008 09:18:47 The field MARA-MEINS is not ready for input and was therefore not initialized
    23.12.2008 09:18:47 The field MARA-PRZUS is not ready for input and was therefore not initialized
    23.12.2008 09:18:47 No changes made
    23.12.2008 09:18:47 Transaction 0000000005 completed Mat. no. T6777295J01 No. of log. errors 0000000000
    23.12.2008 09:18:47 Data transfer (job 00000007) completed
    23.12.2008 09:18:47 No logical (business) errors occurred
    23.12.2008 09:18:47 Job finished
    But in QA it is behaving totally different like i said in my earlier threat .
    Thanks
    Vallabhaneni

    Hi Nani,
    Dont open multiple threads for the same question. Im requesting you to close your threads similar to this thread.Keep only one thread open for the same issue.
    Please read the Rules of Engagement in SCN.
    Regards,
    Hakim

  • Problem while saving the BEx qeueries

    Hi,
    I am facing a strange problem.
    I am trying to copy the old query to a new query. Now when i just change/try to copy by using save as function in query designer the following problem occurs
    1. An unexpected object variable or with block variable not setu2019 error occurred in wdrblog error(s) are logged.
    I am using BEx 3.5 patch 11.
    Note:  I checked the relevant error message in Service marketplace but they are asking us to go thorugh the OSS note 571831,575434. But in these mentioned notes the patch level & Version are lower than what we have.
    Waht might the problem. any clues would be great & appreciated
    Thanks

    Hello Venkatesh,
         I didn't come across this type of problem before, just try to copy the query by using t-code 'RSZC'. Check the query whether everything is correct.
         Let me know if you need more information to copy the query.
    Thanks,
    Umashankar

  • Problem while saving the query

    I have created transport request from solman, and when I try to save the query under the the request it is asking whether to create a new task under a different specific user, if I cancel it the query is not getting saved, please help me.
    thanks

    Hey Sudeer,
    This happens becoz the Query that u are changing is already locked by another transport request which is owned by diffrent user..
    Ask the relevant user to release the corresponding request, so that u dont get the prompt again....
    To avoid it, just create a new Query( totally new query ) and then assign your transport request to it..
    Reward points for usefull answer...
    Regards,
    Anand Rangarajan

  • Warning massage while saving the asset master record

    Hi all,
    I have a problem while saving the asset master record.My client manages the group asset in the depreciation area 15 for tax reporting.What I have done in the configuration that, I have created a separate asset class for group asset and marked this asset for entirely consisting of group assets.Then I have createdall  the grpup assets in this marked class.For example, supppose I have created one group asset class 50000 and I have created all the group assets in this class.Then I assign the gr.asset no. in the master record of the normal assets and while saving the master record I am getting the warning massage as the account determination is different than the asset.It may't be possible to reconcile them from the FI-AA.But if I am creating the group assets in the class of the normal assets such type of error massage doesn't appear.Also while retiring the normal assets the asseet is not being deactivated automatically and instead a warning massage is coming the asset is still having value in the depreciation area 15 and can't be deactivated.Can any body suggest where I have gone wrong in the configuration?
    Debabrata Das

    Update delays sometimes mean that there is a queue waiting at the UPD task.  Go to SM51 and check to make sure that there are no other tasks waiting to be processed.  Check with you Basis group - they might be able to run some diagnostics on the update task.

  • Can't create a new illustration. Problems occurred while saving the print file.

    I can't open a new Illustrator file. It sends me this error: Can't create a new illustration. Problems occurred while saving the print file. ID:-1
    I opened a previous document created in CC, but it will not allow me to copy and paste items from one doc to another.
    I have rebooted with no avail.
    System:
    Adobe Creative Cloud CC
    Mac Book Pro 2012
    2.6 GHz Intel Core i7
    8 GB 1600 MHz DDR3

    Is a printer connected? Is it turned ON? Is the driver up to date?
    Illustrator checks this every time and also writes information on the printer into the file.

  • Check the values while saving the values in SM30

    Hi all,
    I have created a Table maintennace for a ztable in SM30.
    I want to check the values while saving the values in the SM30.
    Can aynbody please give any idea how can i acieve this.
    Thanks,
    Tarangini

    Hi Tarangini,
    Go to the Table Maintenence Generator screen in Change mode. from this Screen go to the
    Enviorment->Modifications->Events.
    New screen will open and click on the New Entries button.
    then from the F4 Help of the first column, select ur appropriate Event and in the second column give the name of the Subroutine.
    and from the Third column u can do the coding for the subroutine as shown below.
    FORM BEFORE_DATA_SAVE.
    IF SY-UNAME EQ 'USER1' OR SY-UNAME EQ 'USER2'.
    ELSE.
       message 'No Authorization for Change...' type 'E'.
    ENDIF.
    ENDFORM.
    Regards
    Jagesh

  • Dump while saving the project

    Hi all,
    System is giving dump while saving the changes in the project.
    Short text
         The current application triggered a termination with a short dump.
    What happened?
         The current application program detected a situation which really
         should not occur. Therefore, a termination with a short dump was
         triggered on purpose by the key word MESSAGE (type X).
    What can you do?
         Note down which actions and inputs caused the error.
         To process the problem further, contact you SAP system
         administrator.
         Using Transaction ST22 for ABAP Dump Analysis, you can look
         at and manage termination messages, and you can also
         keep them for a long time.
    Error analysis
         Short text of error message:
         Profitability segment number 0026636665 does not exist in operating conc
         ern XXXX!
         Long text of error message:
          Diagnosis
              The system discovered a serious inconsistency in the data basis of
              Profitability Analysis (CO-PA) This message should never occur in
              the course of normal operations.
              The system tried to find characteristics from the segment table
              CE4XXXX using the segment number 0026636665 in operating concern
               This profitability segment number does not exist.
              This can occur if you have deleted data from table CE4XXXX and have
              already assigned data to profitability segments in this operating
              concern.
              Another cause may be that you have changed the assignment of your
              controlling area to an operating concern. When this happens, the
              system tries to interpret the segment numbers in the new operating
              concern.
          System Response
              Do not continue processing.
          Procedure
              The data in the segment table needs to be reconstructed. It may be
              possible to re-enter the assignments to profitability segments.
              Look in OSS for notes regarding error message KE499. You may find
              information there that could help you solve the error.
              Otherwise contact your CO-PA consultant or create a problem
              message.
         Technical information about the message:
         Message class....... "KE"
         Number.............. 499
         Variable 1.......... 0026636665
         Variable 2.......... "XXXX"
         Variable 3.......... " "
         Variable 4.......... " "
    Process -
    From WBS element user fields, charactertics value are assigned to profitability segment through derivation rule
    WBS element values settles to Profitability segmnet.
    WBS element has system staus REL  ACPT RESA SETC
    System is giving dump while saving any changes in the project. can anybody tell what is root cause and solution for this issue?
    Thanks,
    Sudhir

    Request you to refer this note 199959.  Take help of you CO cosultant.
    Edited : Request you to check with your CO consultant as PSG has been deleted, take help fo ABAP as well. ( May be above note may not help you much,  WIth help of ABAP and CO define problem and than seach with your message KE499 in Service market place )  That would be better  approach.
    With Regards
    Nitin P.
    Edited by: Nitin  Patoliya on Mar 10, 2010 5:02 PM

  • Problem while saving date field in custom table

    Hi,
    Iam facing the following problem while saving a date field in custome table
    i have a date field zdate in which the value is 02082010.
    now when i try to insert this value in the custom table it is getting updated as 20/10/0208 , but it should be 08/02/2010
    How can i correct it..
    Regards
    Kumar

    just before saving u might have to use a string reverse FM and then save it..
    CALL FUNCTION 'STRING_REVERSE'
      EXPORTING
        STRING          = p_string
        LANG            = sy-langu
    IMPORTING
       RSTRING          = r_string
    EXCEPTIONS
       TOO_SMALL        = 1
       OTHERS           = 2

Maybe you are looking for

  • How to create a list from checkboxes using Numbers on iPad?

    I am creating a guest list using Numbers foriPad. First sheet is a list of invited people with checkboxes (Yes/No/still to reply) in next column. In the next sheet i want create a list of everyone that has replied yes. I have tried using the if state

  • Paid Folios in-app purchase. How long to approve?

    Please, I would like to know about the experience that other users when submit folios to sell by in-app purchase. How apple needs approve these follios before upload to app store. Usually how long Apple get to approve? Thanks

  • Problem in layout, please help in correcting code

    Hello Friends, I am facing a very strange problem. I have 1 DespktopPane, say DT in which I have created two InternalFrames, say IF1 and IF2. Also there are two JPanels, say P1 and P2. P1 contains various controls and IF1s ContentPane is set to P1 an

  • Messages app - how to disable on another computer

    I logged in temporarily on another computer, not related to my home office. When I log into my Mac from home, I get a message that "computer xyz" (computer where I was working over the last week) was associated to my Messages account. Is there any wa

  • Blackberry 10

    Are the rumors of Verizon delaying the release of BB10 til May true? I personally love Blackberry and have waited to get rid of my droid for months waiting for the new Z10's to come out. I am sick of Apple (so is wallstreet) and Android.