The declaration of the type of this expression is incompleteor malformed

error 320 at line 22 column 14
the declaration of the type of this expression is incompleteor malformed
error 0 at line 22,column 4
statement ignored
DECLARE
     v_value VARCHAR2(50);
     v_prod_id varchar2(100);
     v_prod_name VARCHAR2(100);
BEGIN
     v_value:=:product.SIZE_LONG;
     v_prod_id:=:product.prod_id;
     v_prod_name:=:product.prod_name;
     IF v_value is not null then
     insert into product (prod_id,prod_name,DRESS_COMPOSITION,WASH_LABEL_INSTRUCTION,PRESSING_CHARGE,DYEING_CHARGE,
     EXTRA_CHARGE,FINISHING_CHARGE,ITEM_TYPE,TOTAL_FOB,SEASON_YEAR,INTERSTAT_CODE,RETAIL_EURO,WHOLESALE_EURO,
     RETAIL_USD,WHOLESALE_USD,RETAIL_GBP,WHOLESALE_GBP,CATEGORY)
     values (v_prod_id||'-L',v_prod_name||'-Long',:product.DRESS_COMPOSITION,:product.WASH_LABEL_INSTRUCTION,
     :product.PRESSING_CHARGE,:product.DYEING_CHARGE,:product.EXTRA_CHARGE,:product.FINISHING_CHARGE,:product.ITEM_TYPE,
     :product.TOTAL_FOB,:product.SEASON_YEAR,:product.INTERSTAT_CODE,:product.RETAIL_EURO,
     :product.WHOLESALE_EURO,:product.RETAIL_USD,
     :product.WHOLESALE_USD,:product.RETAIL_GBP,:product.WHOLESALE_GBP,:product.CATEGORY);
     LOOP
          insert into product_detail1(prod_id,item_code,item_name,qty,price,unit,avg_rate)
          values (:product_detail1.prod_id,:product_detail1.item_code,:product_detail1.item_name,
          :product_detail1.qty,:product_detail1.price,:product_detail1.unit,:product_detail1.avg_rate);
               exit when NO_DATA_FOUND;
          NEXT_RECORD;
     END LOOP;
elsif
     v_value is  null then
     delete from product where prod_id=(v_prod_id||'-L');
end if;
END;Please Guide
why this errro comes
Thanks And Regards
Vikas Singhal

i did that
     GO_BLOCK('product_detail1');
     FIRST_RECORD;
     LOOP
          insert into product_detail1(prod_id,item_code,item_name,qty,price,unit,avg_rate)
          values (v_prod_id||'-L',:product_detail1.item_code,:product_detail1.item_name,
          :product_detail1.qty,:product_detail1.price,:product_detail1.unit,:product_detail1.avg_rate);
          MESSAGE('KKKKKKKKKKKKK');
               exit when :system.last_record = 'true';
               NEXT_RECORD;
          END LOOP;
AFTER THAT GIVING ERROR
FRM: 40102 Record Must be Deleted Or enetered First
the user requirement is
i) First record is enetered
master and detail
after that he want same record for another record the only change is prod_code
for LARGE,SMALL or SHORT etc.
so i will create a button on form and a field with name size if the user choose the size and press the button then the one record is to insert in master detail and the prod_code is cahnged
please guide
Thanks And Regards
vikas Singhal
Edited by: vikas singhal on Aug 20, 2010 5:59 PM

Similar Messages

  • PLS-00320: the declaration of the type of this expression is incomplete or malformed

    hello my friend please help
    I have this Error in PL /SQL procedure
    ORA-06550: line 6, column 12:
    PLS-00320: the declaration of the type of this expression is incomplete or malformed
    ORA-06550: line 6, column 12:
    PL/SQL: Item ignored
    where this is my procedure
    CREATE OR REPLACE PROCEDURE MOAMALAT."IO_EMP_REP"
    P_FROMDATE IN NUMBER,
    P_TODATE IN NUMBER,
    P_EMPID IN NUMBER,
    RCT1 OUT GLOBALPKG.RCT1
    AS
    BEGIN
    OPEN RCT1 FOR
    SELECT COUNT (I.CORRESPONDENCENUMBER) cont,
    EMP.FULLNAME empname,
    D.DEPARTMENTNAME deptname
    FROM MOAMALAT.IO_INCOMING i,
    MOAMALAT.IO_EMPLOYEES emp,
    MOAMALAT.IO_DEPARTMENTS d
    WHERE I.RECEIVEDBY = (SELECT EM.USERID
    FROM MOAMALAT.IO_EMPLOYEES em
    WHERE EM.EMPLOYEEID = P_EMPID)
    AND I.RECEIVEDBY LIKE EMP.USERID
    --and EMP.DEPARTMENTID=1900
    AND I.RECEIVEDBYDEPARTMENTID = D.DEPARTMENTID
    AND I.CORRESPONDENCEDATE BETWEEN P_FROMDATE AND P_TODATE
    GROUP BY EMP.FULLNAME, D.DEPARTMENTNAME
    UNION ALL
    SELECT COUNT (o.CORRESPONDENCENUMBER) cont,
    EMP.FULLNAME empname,
    D.DEPARTMENTNAME deptname
    FROM MOAMALAT.IO_OUTGOING o,
    MOAMALAT.IO_EMPLOYEES emp,
    MOAMALAT.IO_DEPARTMENTS d
    WHERE O.SENTBY = (SELECT EM.USERID
    FROM MOAMALAT.IO_EMPLOYEES em
    WHERE EM.EMPLOYEEID = P_EMPID)
    AND EMP.USERID LIKE EMP.USERID
    AND EMP.USERID LIKE O.SENTBY
    AND O.SENTBYDEPARTMENTID = D.DEPARTMENTID
    AND O.CORRESPONDENCEDATE BETWEEN P_FROMDATE AND P_TODATE
    GROUP BY EMP.FULLNAME, D.DEPARTMENTNAME;
    END;

    aymanhamdan01 wrote:
    thanks for replay
    sb92075
    this line 6:  RCT1 OUT GLOBALPKG.RCT1
    does Oracle (& you) know what datatype GLOBALPKG.RCT1 is?

  • The declaration for the entity "HTML.Version" must end with ' '.

    Hi experts.
    I have an synchronous escenario Proxy - SOAP (SAP ERP - SalesForce) Is a very simple escenario:
    1. ERP sends user and password to SF and SF respond with a token.
    2. PI sends to SF a Request message with some information, SF get the message without problems.
    3. When SF responds to PI, the following error appears on the SXI_MONITOR:
    <SAP:Code area="MAPPING">EXCEPTION_DURING_EXECUTE</SAP:Code>
      <SAP:P1>com/sap/xi/tf/_MM_SF_General_Response_</SAP:P1>
      <SAP:P2>com.sap.aii.utilxi.misc.api.BaseRuntimeException:</SAP:P2>
      <SAP:P3>The declaration for the entity "HTML.Version" must</SAP:P3>
      <SAP:P4>end with '>'.</SAP:P4>
      <SAP:AdditionalText />
      <SAP:Stack>Runtime exception occurred during application mapping com/sap/xi/tf/_MM_SF_General_Response_; com.sap.aii.utilxi.misc.api.BaseRuntimeException:The declaration for the entity "HTML.Version" must end with &#39;>&#39;.</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
    The response structure from login and the point 3 are the same.
    I tested in the SOAP UI and responds fine, without error:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns="http://soap.sforce.com/schemas/class/AXT_SF_SAP_ws" xmlns:objResponse="http://soap.sforce.com/schemas/class/Objetos_ws">
       <soapenv:Body>
          <fnActualizaCostoActividadResponse>
             <result>
                <objResponse:bResponse>true</objResponse:bResponse>
                <objResponse:sResponse>Éxito en la Actualización del Costo de la Actividad, para el Caso: 001 .</objResponse:sResponse>
             </result>
          </fnActualizaCostoActividadResponse>
       </soapenv:Body>
    </soapenv:Envelope>
    Any idea to whats going on with this? I appreciate so much your help.
    Cristina.

    This has been fixed. I updated to the latest version of Java (Version 6 Update 17 (build 1.6.0_17-b04)) & cleared my browser history (temporary files, history, cookies, saved passwords and web form information). I did not have to reboot. Apparently, Java version 6 update 15 had some sort of conflict with P6 Web.

  • PL SQL Web Service with XML output - Remove the declaration from the proces

    Using JDeveloper to create PL/SQL web services it inserts the generic declaration
    <?xml version="1.0" encoding="UTF-8" ?>. I want to remove this line from the payload.
    Here is the entire payload. Why is this inserted and how do I get rid of it.
    <?xml version="1.0" encoding="UTF-8" ?>
    - <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    - <SOAP-ENV:Body>
    - <SOAP-ENV:Fault>
    <faultcode>SOAP-ENV:Server.Exception:</faultcode>
    <faultstring>java.sql.SQLException: java.sql.SQLException: ORA-04068: existing state of packages has been discarded ORA-04063: package body "FDC_API.PVR_IPS_TICKET" has errors ORA-06508: PL/SQL: could not find program unit being called ORA-06512: at line 1</faultstring>
    <faultactor>/pvr_ora-pvr_tickets-context-root/Pvr2ips</faultactor>
    </SOAP-ENV:Fault>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>rvice, my payload has the

    We can generate jaxws from 11.1.2.0 onwards using This is now provided by the TopLink web service provider builder, which can be via the TopLink DBWS provider wizard from JDeveloper since the 11.1.2.0.0 release
    1.4.4 Database Web Services (DBWS)
    http://docs.oracle.com/cd/E23943_01/doc.1111/e26045/general.htm#CHDIEEHG
    Hope that heps
    Regards,
    Sunil P

  • Exception: The declaration for the entity "ContentType" must end with ' '

    I am trying to parse a remote XML file into org.w3c.dom.Document, but it always shows the above Warning information. Any idea for that?
    My Code is like:
    DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
    factory.setValidating(true);
    DocumentBuilder builder = factory.newDocumentBuilder();
    Document doc = builder.parse("remote url");Thanks!
    Edited by: usfish on Jan 12, 2009 11:43 AM

    As a wild guess, you have an "<!ENTITY" declaration that is not terminated. It's possible that the file is somehow corrupted.
    The error message should contain the line number and column where the parser discovered the error. If you retrieve the XML file by hand and look at that location, you should find the problem.

  • Ho to find the declaration of the field

    Hi,
    I got the folowing error when i go syntax error.
    Include /EPCOS/FI_RFBIKF00
    Field "INT_SYSDEF-SYSDEF" is unknown. It is neither in one of the
    specified tables nor defined by a "DATA" statement. .
    when i double click on error it is showing following statement.
    FORM ANSPRECHPARTNER_STANDARD_TEST.
      CHECK INT_SYSDEF-SYSDEF = '00'.      "00 = Standardsystem
    *Bem: ALE-seitig erfolgt generell keine Übertragung von Ansprechpartnern
       (wegen der internen Nummernvergabe)
      perform log_msg using 'WY' 'I' '110' space space space space.
      perform log_msg using c_msgid 'I' '110'
       trans_count 'BKNVK' space space .
    For this standard program is:RFBIKF00

    Hi Sunil,
    You should be able to reach by double clicking on the field/variable to it's data declaration.
    Else.
    Go to SE80-> Give the Program Name, Check the Include program and try to search.
    I found that INT_SYSDEF is defined inside include program RFBIKDAT on line 558.
    DATA: INT_SYSDEF LIKE TSYSDEF.
    Hope this helps.
    Regards,
    Chandravadan

  • PLS-320 error.  Column named the same as the data type.

    Howdy all. I have a table called BLOBS. It is made up of two columns - B_ID and BLOB. The data type of the BLOB column is the BLOB data type. This is causing me problems when using this table in a PL/SQL procedure. The error that I get is below. The error goes away if I rename the BLOB column to something other than BLOB, but I do not want to do this. I have migrated this database (with about 1000 stored procedures) from SQL2K. Are there any workarounds for this problem other than renaming the column?
    jeff w
    Line # = 20 Column # = 2 Error Text = PL/SQL: SQL Statement ignored
    Line # = 43 Column # = 21 Error Text = PL/SQL: ORA-06552: PL/SQL: Compilation unit analysis terminated
    ORA-06553: PLS-320: the declaration of the type of this expression is incomplete or malformed

    Thanks. I know it would be better to rename it, but that is currently on the low end of my options. As I stated, I have about 1000 stored procedures in my SQL2K database - many of them access this BLOBS table and this BLOB column.
    I am given the error even without trying to access the particular BLOB column, though. If I just include the BLOBS table in the FROM clause of a query I get the error.

  • CATS0012 to include a declaration at the bottom of CAT2 screen

    Hi Gurus,
    I have to include a declaration statement In CAT2 tcode at the bottom the screen.
    I have done it using user exit CATS0012.
    But the problem is the whole screen is moving down and there is an empty space between application toolbar and Person ID details.
    I figured out that this is due to CUSTSCR3 subscreen which is provided at the top of 2000 main screen.
    I could display the declaration at the bottom, but i dont know how to avoid the gap created at the top of screen.
    Please help. Points are awarded for useful answer.

    Thanks for the reply. I should have stated up front that am totally ignorant on programing and customizing stuff.
    I don't have a clue how to get to, find or open the file.
    I did look through all the selections on the fixfox bar at the very top of the page but didn't see anything called "chrome folder in the user profile folder".
    If it's simple for me, the "green horn" to get to please point me in the right direction.
    If it's any more complicated I'll just live with it.
    But, again thanks for your response.

  • Purpose of the declaring the below type u0096 pools ?

    Hi All,
    What is the Purpose of the declaring the below type – pools in the program. Why we need type-pools in the program.
    TYPE-POOLS: SLIS,
    GSETC.
    Akshitha.

    type pool  slis
    Type-pools is a place where u can store the type declarations globally which can be used in your ABAP program. Type-pools SLIS Stores all the ALV related Type definitions.
    example
    For example when you create an ALV program, all types you need to use are defined in types pool SLIS.
    The objects that you don't want to create in SE11 but want a single place where you can declare them together will be done in TYPE POOLs. The best example is SLIS where you have declared all the TYPES that are required to execute a ALV REPORT using the REUSE functions.
    In this way you define your types only once and then you can use them everytime you need:
    TYPE-POOLS SLIS.
    DATA: GT_FIELDCAT TYPE SLIS_T_FIELDCAT_ALV.
    The type SLIS_T_FIELDCAT_ALV is defined in type pools SLIS.
    type pool gsetc
    .GSETC type pool stores codes for differenct group classes
       i.e. gsetc_costcenter_setclass = '0101'
    example
    *& Report  ZCCGROUP_HIER                                               *
    REPORT ZCCGROUP_HIER.
    GSETC type pool stores codes for differenct group classes
       i.e. gsetc_costcenter_setclass = '0101'.
    TYPE-POOLS: gsetc. "
    TYPES: gseth_node_line    LIKE grpobjects,
           gseth_node_tab     TYPE gseth_node_line OCCURS 0.
    TYPES: gseth_val_line     LIKE grpvalues,
           gseth_val_tab      TYPE gseth_val_line OCCURS 0.
    TYPES: GSETH_MD_LINE      LIKE GRPMDLINE,
           GSETH_MD_TAB       TYPE GSETH_MD_LINE OCCURS 0.
    DATA: it_nodes            TYPE  gseth_node_tab,
          it_values           TYPE  gseth_val_tab,
          it_mdtab            type gseth_md_tab,
          wa_mdtab            type GSETH_MD_LINE.
    DATA: ld_setid            TYPE sethier-setid,
          ld_info             LIKE grphinfo,
          ld_overwrite        LIKE sy-datar.
    PARAMETERS: p_ksgru  LIKE rksb1-ksgru,
                p_burks       TYPE bseg-BUKRS.
    CONCATENATE gsetc_costcenter_setclass p_burks p_ksgru INTO ld_setid.
    CALL FUNCTION 'K_HIERARCHY_TABLES_READ'
      EXPORTING
        e_class                           = gsetc_costcenter_setclass
                                                     "from gsetc type-pool
        e_setid                           = ld_setid
        e_kokrs                           = p_burks "company code
        E_MANDT                           = sy-mandt
        E_MASTER_DATA                     = 'XXX'
    displays popup to confirm if a large amount of data is to be retrieved
        E_STRUCTURE                       = 'X  X0200'  "displays popup to confirm
        E_REPLACE_CLASS                   =
        E_REPLACE_UNIT                    =
        E_REPLACE_TABLE                   = ' '
        E_REPLACE_FIELD                   = ' '
        E_SUFFIX                          =
        E_OLD_LINE_LEVEL                  = 0
      IMPORTING
        I_DOUBLE_CHECK                    =
        I_MASTER_DATA                     =
      TABLES
        t_nodes                           = it_nodes
        t_values                          = it_values
        T_MASTER_DATA                     = it_mdtab
        T_FORMULA                         =
        T_FIELD_INFO                      =
        T_NODE_LIST_OVERWRITE             =
      CHANGING
        c_info                            = ld_info
        c_overwrite                       = ld_overwrite
    EXCEPTIONS
       no_controlling_area               = 1
       no_chart_of_account               = 2
       different_controlling_areas       = 3
       different_chart_of_accounts       = 4
       set_not_found                     = 5
       illegal_field_replacement         = 6
       illegal_table_replacement         = 7
       fm_raise                          = 8
       convert_error                     = 9
       no_overwrite_standard_hier        = 10
       no_bukrs_for_kokrs                = 11
       OTHERS                            = 12.
    BREAK-POINT.
    An alternative function module can be found below which
    is slightly easier to code but there is no direct link between
    the hier and the val tables, it is just based on there
    index possition.
    *types : begin of T_SETHIER.
      include STRUCTURE  SETHIER_CO.
    *types: end of t_sethier.
    *data: it_SETHIER type standard table of t_SETHIER.
    *types : begin of T_SETVAL.
      include STRUCTURE  SETVAL_CO.
    *types: end of t_SETVAL.
    *data: it_SETVAL type standard table of t_SETVAL.
    *CALL FUNCTION 'K_GROUP_REMOTE_READ'
    EXPORTING
       setclass         = gsetc_costcenter_setclass "from gsetc type-pool
       CO_AREA          = 'UNIV'
      CHRT_ACCTS       =
       groupname        =  p_ksgru
      LANGUAGE         =
    IMPORTING
      RETURN           =
    tables
       et_sethier       = it_SETHIER
       ET_SETVAL        = it_SETVAL.
    Do reward if  helpful

  • Relate the types to each expression

    Hi guys,
    What I want to do is to relate the types to each expression in a Java program. I am using Java Tree Builder or JavaCC to create parser for any java program. Then I want to analysis the security of code. So how to relate the types of each expression in program, once I get the parser of program.
    Thanks in advanced. Your help will be greatly appreaciated.

    Hi,
    Please try this:
    /Me/Events?$select=Subject,Start,End,LastModifiedTime&$filter=LastModifiedTime ge '2014-09-18'
    More information:
    Filter REST call on SharePoint with DateTime value
    http://itblog.wolthaus.net/2011/12/rest-filter-datetime/
    SharePoint REST interface with operators and functions
    http://adicodes.com/sharepoint-rest-interface-with-operators-and-functions/
    Best regards
    Dennis Guo
    TechNet Community Support

  • Drop down boxes do not show up. My tabs are not visible. I could barely see the box to type in this question. Something is off. I deleted and reinstalled program it is still just floating words. I work on a Mac with ox 10.6.8

    The browser boxes, tabs, and links do not show up with the needed outlines, colors, and shapes. This box I am typing in was barely visible. Above this box is a set of two verticle parallel bars. When I moused over it, I saw it was for inserting a link, but if I had not been curious I would not have known what those lines were for. When I look at this page on PC I have a colored blue backdrop. It is not visible on the Mac. The search box does not have the image of the magnifying class and the arrow does not show up where it should be. The words Post Question just appear below the statement we have made some educated guesses about your browser. I thought maybe it had been a theme that was applied, but I do not see how it could have come on when I trashed the old version of the firefox.

    A;though the CSS is very well documented, there are those that ignore those signs. Look at the following
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: auto;
        float: left;
    The rest have been given a width of 15em, so this value may be a good start.
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
        border: 1px solid #CCC;
       width: auto;
        background-attachment: fixed;
    Just keep the border property and remove the other two.
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarHorizontal li.MenuBarItemIE
              display: inline;
              f\loat: left;
              background: #FFF;
    The following is the original for the above
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
            display: inline;
            f\loat: left;
            background: #FFF;
    Cheers,
    Gramps

  • Visual Studio 2012 SharePoint Project Error : The partial project item type does not have a value for this property

    Hi,
    I am getting this error from visual studio 2012 whenever i try to create the following project types:
    - Workflow Custom activity
    - Web parts
    The error is as mentioned below
    "The partial project item type does not have a value for this property"
    Due to this the when I add above type of items in my project, they show a red cross icon against them.
    Please let me know If have you any solution?

    Hi
    I had same issue. Below is the solution
    Installing
    "Visual Studio 2012 Update 3" usually solves this problem. (You can download it through microsoft's official site at
    "http://www.microsoft.com/en-in/download/details.aspx?id=39305")
    Hansraj Rathva

  • Error: 28005, Severity: 16, State: 2...An exception occurred while enqueueing a message in the target queue. Error: 15517, State: 1. Cannot execute as the database principal because the principal "dbo" does not exist, this type of principal cannot be impe

    I've seen some similar questions, but want to make sure I can get an answer quickly and how to fix.
    Thanks,
    Paul
    spid24s     Error: 28005, Severity: 16, State: 2
    spid24s     An exception occurred while enqueueing a message in the target queue. Error: 15517, State: 1. Cannot execute as the database principal because the principal "dbo" does not exist, this type of principal cannot be impersonated,
    or you do not have permission.

    Hi Paul,
    I also had the same error on one of my servers, and it was because the user that created the database no longer worked for the company.
    So when his AD account got deleted, the database had NULL as owner
    Using the following query I asked for the owners of the databases:
    select name, suser_sname(sid) from master.dbo.sysdatabases
    So changing the owner of the databases that had a NULL owner solved the issue for me.
    use <databasesname>
    go
    exec sp_changedbowner 'sa'
    Thanks for triggering the solution.
    Peter

  • Error_42_Error occurred in deployment step 'Activate Features': Field type MyCustomField is not installed properly. Go to the list settings page to delete this field.

    Has anyone encountered this error.
    I am developing on SP 2010 with VS 2010.
    I was following an online tutorial: How to use custom form templates in NewForm.aspx/EditForm.aspx  located at:
    http://sharepointbox.blogspot.co.at/2010/11/how-to-use-custom-form-templates-in.html
    The tutorial was a little lacking on some of the direction, but it included the working source code, and I managed to complete it.
    Every time I try to deploy my version I get the error: Error 42 Error occurred in deployment step 'Activate Features': Field type MyCustomField is not installed properly. Go to the list settings page to delete this field.
    I have gone through my code line by line and matched it to the working code from the tutorial, so I can only assume that I am missing something in the Procedure to properly deploy.
    Any help is greatly Appreciated! 

    It seems that something went wrong with your custom field type installation. Check below line in .xml file of your custom field type and correct it if needed.
    <Field Name="FieldTypeClass">DocumentFieldType.DocumentFieldTypeClassName, DocumentFieldType, Version=1.0.0.0, Culture=neutral, PublicKeyToken=379382f3e8928835</Field>
    Please recheck respective values of namespace.classname , dllname. and publickeytoken in your code
    Thanks. Please mark it as an answer if it helps.

  • Previously with ATT & Yahoo I had a shortcut to sign me in easily - and give an option to change users or sign out at the top of the screen . This was with Internet Express brouser. Now it is a multi step process. Any way to make it easier to sign in?

    A shortcut set up to execute yahoo browser included the e-mail id for me (or anyone else) would bring up our sign in information. One click would sign us on and bring up tabs with my home page and e-mail. Now, even though I have checked keep tabs from last time, only one tab shows up - after I have gone through the process previously described. Can this be handled better? If not, how can I get back to Internet Express browser?

    Purplehiddledog wrote:
    I do backup with iCloud.  I can't wait until the new iMac is available so that I can once again have my files in more than 1 location without needing to rely solely on the cloud. 
    I also rely on iTunes and my MacBook and Time Machine as well as backing up to iCloud. I know many users know have gone totally PC free, but I chose to use iCloud merely as my third backup.
    I assume that the restore would result in my ability to open Pages and Numbers and fix the problem with deleting apps, but this would also mean that if my Numbers documents still exist solely within the app and are just not on iCloud for some reason that they would be gone forever.  Is that right?
    In a word, yes. In a little more detail.... When you restore from an iCloud backup, you must erase the device and start all over again. There is no other way to access the backup in iCloud without erasing the device. Consequently, you are starting all over again. Therefore, it would also be my assumption that Pages and Numbers will work again and that the deleting apps issues would be fixed as well.
    If the documents are not in the backup, and you do not have a backup elsewhere, the documents could be gone forever.

Maybe you are looking for

  • Batch determination in SD

    Hi, Batch determination setup for SD in spro: 1 - At SalesAreaTie to Batch Determination Schema LG=>BatchMgmt=>BatchDetermination&BatchCheck=>BatchSearchProcedureAllocation&CheckActivation=>AllocateSDSearchProcedure/ActivateCheck. 2 - At Sales Item C

  • JVM Crash with latest FB3 SA on WXP-sp2

    I've been experiencing JVM crash intermittently through-out the beta program and now also with the released version. I don't see an outcry from the users, so I'm guessing very few others are experiencing this ? and it is due to something weird in my

  • My Title bar is now all orange. How do I get it back to normal?

    My title bar/whatever you want to call it is all orange now. I don't know how this happened, I must've pressed something, but I can't seem to get it back. I even tried resetting the settings back to default and nothing. I know there's something off,

  • Itemrenderer mess-up on Vscroll on dataGrid

    I have one dataGrid having 2 columns[SHO#, Route]. 2nd column has itemrendrer assigned which get messed-up on VScroll of dataGrid as shown in image.(see in image : SHO index in 1st col should match with SH# index on 2nd col) Some points I need to men

  • Perl deleted

    I believe my co-worker accidently deleted some of the Perl files included with Leopard. What is the best way to re-install Perl so it functions properly?