Item property in qmsolb50

Hi,
I need generate unbound item char(4000) or more.
I have to display text there(<=4000).
How can i get it?
After generate in forms i have item my_item with subclass information:
CGSO$CHAR_MLINE and max. length 2000.
If i change in qmsolm50.fmb( and qmsolb50.olb) this objects and
CGSO$DEFAULT_ITEM to 500 this workt fine. But if i make 4000 and generate
my form it's 2000 again.
I made in olb my own object cgso$mline4000 (with good property),
but that don't works too.
Is't 2000 limit for Designer or i am stupid?
help...
thnx
Roman

I found answer myself. If anyone have the same problem
(Designer 6) =>
This is a bug.(891992 , not published , fixed in 6.5).
Modify the generated form to change the maximum lenght.

Similar Messages

  • Check box Item property in mutiple record block

    Hi,
    I have migrated a number of forms from 6i to 10g. All seems to be working apart from a problem with the display of check boxes that are part of a multiple record block. The item property for the checkbox has font weight set to bold and this works fine on the 6g version. On the 10g version it is displayed as normal font weight.
    Any other items in the record, text items etc are displayed in bold correctly.
    As this seems to affect a lot of forms is there some patch/fix that I should have applied or is this just the way it is?
    I am trying to use set_item_instance_property to set them manually but that doesn't seem to make any difference.
    Thanks in advance and Happy Christmas/New Year.

    Problem solved following response from Oracle support desk -
    UPDATE
    ======
    Hi Dave,
    When using lookandfeel=generic, the colors for different Windows items (e.g., menu, check
    box, window background ...etc) are taken directly from the Operating System
    (OS) user settings. I tested the issue with lookandfeel=oracle and with
    colorScheme set to different values, and check box tick in this case takes the
    same color as the color scheme used.
    I suggest then using dark color scheme to give you a similar effect as it was in Forms 6i. for example:
    colorScheme=Titanium

  • Set Synchronize with Item property at runtime in Forms

    Hi,
    We have a requirement to set the "sychronize with item" property to null for one of the fields of seeded form during run time (this is to avoid modifying the seeded form which has the synchronize property of field A set to field B. We are planning to do this change in CUSTOM.PLL). I couldn't find any property in "APP_ITEM_PROPERTY2.set_property" which can suffice my requirement. I am working on Forms 10g.
    Please let me know if anybody has worked on similar requirement.
    Thanks,
    Shree

    Hello.
    You can perform this by using:
    set_tab_page_property('Tab_page_name', label,'your_desire_label');
    and for item set_item_property.
    More details on these built-ins and also some example can be found in Forms Builder Help.
    Regards,
    Alex
    If someone's answer is helpful or correct please mark it accordingly.

  • Item property : Update allowed: No

    I have created a tabular form. Due to the fact that it is not possible to record the primary key manually, i have create a fake primary key on field 'ID'. The field 'StatusID' has now a unique constraint in the database. Also the foreign keys refer to the field 'StatusID'.
    I want to prevent updating the field 'StatusID'. In Oracle Forms this was very easy.
    You can set the item property Update allowed : NO.
    But how can I implement this in an APEX tabular form?
    Regards,
    Johan Brouwer

    Leo,
    It's a tabular form. The field StatusID can be recorded manual.
    When a StatusID has been created, it's not allowed to change it anymore.
    If you use "display as text, save state", you are also not able to insert the data in that field.
    So if a record has been created, then it's not allowed to change the field anymore.
    In oracle forms, this was very easy. You could set the insert_allowed property on YES and the update_allowed property on NO. I'll want to built the same functionality in the tabular form.
    Regards,
    Johan

  • Set item property to false and true

    when i set item to false and then set item property to true. The item is displayed but its gray out and not enabled. Am i missing something
    Set_Item_Property('PUSH_BUTTON_SAVE',VISIBLE,PROPERTY_FALSE);
    and then
              Set_Item_Property('PUSH_BUTTON_SAVE',VISIBLE,PROPERTY_TRUE);

    Check the Forms online help on Set_Item_Property, near the bottom in the usage notes. Lots of things happen when you set visible to False:
    Setting DISPLAYED to False:
      sets the Enabled and Navigable item properties to False
      sets the Updateable item property to False
      sets the Update_Null item property to False
      sets the Required item property to False
      sets the Queryable item property to False
    So you may need to set more of them back to true in your code when you want to make it re-display.

  • Gettng item property - prompt visual attribute

    have set the prompt visual attribute to 'ACTIVE_COL'
    SET_ITEM_PROPERTY ('TEST',PROMPT_VISUAL_ATTRIBUTE, 'ACTIVE_COL')
    but when I try to get the value back it return 'CUSTOM'
    GET_ITEM_PROPERTY ('TEST',PROMPT_VISUAL_ATTRIBUTE)
    Why???

    I have overcome this problem by setting item property in form design to 'ACTIVE_COL' then change it back to 'DEFAULT'
    it works fine.

  • Generate report through item property

    we want to generate all item master data  that is related to item property.
    means we want to report through item property in crystal report please provide me the table name or other infomation
    Thanks

    HI
    Try this query:
    SELECT T0.[ItemCode], T0.[ItemName], T0.[ItmsGrpCod], T0.[OnHand] FROM OITM T0 WHERE T0.[QryGroup1] = 'Y'
    The T0.[QryGroup1] is nothing but Property 1 so you have to change the query group name according to those property

  • Item property

    hi can someone help me !!!
    I have some 100 records in a table.I have created a form to display these records.
    Now say I want the records with the previous years 2005-06 to be shown in the form as greyed out or not enabled but visible.At the same time the records with the year 2007-08 in the same form should be highlighted.
    please let me know how to use the set item property or set item instance property for the above records.
    Thanks

    When I put this trigger in Post query
    all the records are disabled.
    the current year record to be enabled.
    Please suggest it is urgent.
    Post Query:
    if :mhr_expenses.exp_fyear = '2005-06' then
         set_item_property('exp_fyear',enabled,property_false);
         set_item_property('exp_slno',enabled,property_false);
         set_item_property('exp_particulars',enabled,property_false);
         set_item_property('exp_value',enabled,property_false);
    elsif :mhr_expenses.exp_fyear = '2007-08' then
         set_item_property('exp_fyear',enabled,property_true);
         set_item_property('exp_slno',enabled,property_true);
         set_item_property('exp_particulars',enabled,property_true);
         set_item_property('exp_value',enabled,property_true);
    end if;

  • Link BP Property to Item Property

    Hi,
    In order to restrict the items a customer (BP) can purchase in the Sales Order module I want to link properties in the BP to propeties in the Item group.
    I.e BP property 30 may indicate access to items with item property = 5.
    My intention was to name the BP property with the same name as the linked item property, they cannot be link on a one to one basis(that is BP property 1 does not equal item property 1).
    Therefore, I wanted to add a UDF field (OCQG.U_ItemsTypCod) of the BP properties table  that would have the item property (OITG.ItmsTypCod) number.
    I could then use SBO_TransNotification to verify that the Customer has been authorised to buy the particular item.
    I however cannot see how to add a field to the OCQG table.
    Could any help me on this issue.
    Kind Regards,
    Eric

    Hi Eric,
    Do you have one to one relationship between coding from two property tables? If you do, the udf may not be needed since the maximum match is countable. Or make an UDT or save all match pairs.
    Thanks,
    Gordon

  • Why the "Synchronize with Item" property don't save?

    I created that table :-
    create table syn (col1 number , col2 number);
    and in forms 6i ..... I determinate col1 as the value for "Synchronize with Item" .
    http://img169.imageshack.us/img169/6258/synar6.png
    and when I test it in runtime , it work correctly and after I saved the data and get out of forms and went to database to ensure the data existing ... I surprised that the data in col2 not existing at all .... wholly empty
    SQL> select*from syn;
    COL1 COL2
    1
    2
    3
    4
    5
    6
    7
    8
    8 rows selected.
    why the item (COL2) don't save the data that inserted into it automatically by "Synchronize with Item" property ????

    i should use copy property not Synchronize ?That's meant for copying values from master to detail, so it would probably not work as you want within the same record. I think you should set the value of the secondary item in pre-insert and pre-update triggers, depending on what you're actually trying to accomplish?

  • How to Display Item Property Description

    Hi
      In Sales Quotation lines i want to display the name of the item property on selecting item . How this can be achieved.
    Thanks

    Hi Sanju
          In Sales Quotation rows i enter item no , after entering item no i want property name should be displayed.
         I have defined properties
               Paper Roll
              Cotton Roll
              Licosys Roll
            Now if item is Cotton Roll only its Cotton Roll will be selected . In sales quotation i wanted if item is cotton roll then property cotton roll should be displayed .  It is not mandatory if item property is cotton roll , item name will be also like that .
         I am sorry if i am not able to explain correctly
    Thanks

  • Is it possible to have price list as a function of say item Property?

    Hi, there is a need for our customer to have a price list based as a function of item metal content. For example certain items have 900 grams and others have 750 grams of say copper content. Whenever the price of copper changes or once every month, they would like to recalibrate the price based on copper market price.
    The metal contents is not really variable for different products, it is one of possible say 5 sets of values. 750grams, 900 grams, 1100 grams or 3000 grams etc.
    The question is should I use items properties say property 64 for 750grams one, property 63 for 900 grams one etc.
    If I use the properties, then can I calculate special price based as following function:
    ItemPrice=Base Price + ItemPropertyNN * market value of copper
    Where Item PropertyNN= item Property 64 or Item Property 63 or Item Property 62 etc. Only one of them will be populated for each produce based upon the metal content.
    To summarise : How can I make a price list, a function of item metal content? I thought of above by using item properties, but I still can not make the price list a function of the item property. Is there a way?
    Thanks a million!!

    Hi,
    Item group would be a better way to classify items. Especially for price list.  Try it.
    Thanks,
    Gordon

  • Re-Filling Dimension table, after removing line-item property

    Hi Friends,
    We need to remove line item property of a line item dimension of an infocube. I made that change and activated the cube. But when i check the dimension table of this dimension, i see no records regarding this.
    This cube has 60 mil. records, so we can not delete the content and reload it.
    Do you guys know anyway to fill that dimension table with the existent data in the cube ?
    Thanks & Regards
    S.P.

    Hi Suresh,
    I didn't delete the content of the cube but was able to remove checkmark of line-item dimension. Cube was activated successfuly. But the problem is that there in no data in this newly created dimension table..
    Regards
    S.P.

  • Forms 10g : How to set the Database Item property for an item dynamically ?

    Hello all,
    I have a requirement where I need to set the database item property of an item to TRUE/FALSE
    dynamically at runtime based on certain conditions.
    Earlier, in forms 6i I've used,
    Set_Item_Property (<item_name>, DATABASE_ITEM, PROPERTY_TRUE);
    But in Forms 10g it doesn't recognize this Database_Item property and gives a compilation error.
    Have I overlooked something or has this property become obsolete in Forms 10g ?
    If obsoleted what is the replacement property ?
    Regards,
    Sam

    Some options:
    1. Create a database-view, including the "real" column in databases where it exists and a "dummy"-column in databases where it doesn't exist.
    If that's not possible,
    2. set database="No" for your item and
    -- create a POST-QUERY-trigger which reads the data for that column from the database, if the column exists, and
    -- create a ON-UPDATE-trigger which includes an
    UPDATE_RECORD;
    UPDATE THETABLE SET
      THECOLUMN=thevalue
    WHERE  ROWID=:THEBLOCK.ROWID;3. Base your block on either a select-from-clause, a ref-cursor or a procedure to adjust he query-part,, for saving use a procedure.

  • How to set the item property to restrict the user to not to copy from above

    Hi Guru's,
    I have a requirement like, There were two items on the form name email Id, Confirm email Id.
    I have to ristrict the user to not to copy from email Id item.. make him/her to enter the value into confirm email id item field manually.
    How to set the item property to restrict the user to not to copy from above item and paste it in this item.
    Please help.
    Thanks!!

    Just an opinion here, but that is about the dumbest requirement I have ever seen.
    I am always annoyed by web sites that ask me to enter my email twice. I ALWAYS copy the email address from the original entry and paste it into the second one.
    People enter their email addresses so often, it takes a real klutz to not get it right. And what makes you think that if they enter it twice, that they won't enter it wrong both times anyway???

Maybe you are looking for

  • File upload gives invalid file name if file name exceeds 255 characters

    We are using SharePoint 2010. I have arround 4-5 GB data that I have to upload to document library. That data includes documents (docx, xlsx, pdf etc) with very deep folder structure and long names that can not be changed. When I trying to upload tha

  • N73 Firmware upgrade--- bad working Voice dialing

    I updated the firmware of my Nokia N73 from 268.0.0.3 to 368.0.0.1. With the older version delivered by the phone voice dialing worked. In the 268.0.0.3 I only could given voice command for the profiles not for the contacts. It didn't recognise any c

  • Cannot change to 5.1 sound in Audi

    I just got a set of Inspire P5800 speakers and hooked them up and have looked over the connection several times to make sure it's connected right, but it'll only play sound from the front speakers. I tried going into AudioHQ > Speakers and change if

  • Nikon D3100 - using new video SLR with iMovie

    Thinking of buying a D3100. Will iMove 09 support:D3100 boasting full 1080p high-def at 24fps and 720p at 24,25 or 30fps? Read more: http://www.techradar.com/reviews/cameras-and-camcorders/cameras/digital-slrs/nik on-d3100-904720/review#ixzz14W2BaQUZ

  • Can't Unzip Files

    However, I can't unzip files that were created elsewhere. Archiving a file then unzipping the resulting zip file works fine. This, of course, was never an issue with 10.5.8.