How to change the Height of item....!!!! in multi record block

Here is the problem I want to change one item height in multiple records block..
I tried to do the following
set_item_instance_property(:system.mouse_item,:system.current_record,height,50);
But this didn't work as the property for height couldn't be used with this built in..
Can any one tell me any other suggestion to move around
Thanks and best regares

If you just have two sizes to display - e.g. normally the item is 1 line high but in the current item you want to show more information and want to make it say 2 lines high, then you can use a Mirror item to do this.
Create another item in the block - set the Synchronize With Item property to the base item you want to "Resize".
Set the Records Displayed property to 1 for this extra field.
Put this field on a stacked canvas that is just big enough to hold it.
The in your When-New-Record Instance trigger you can pop the stacked canvas up over the normal version of the field.
That should do the trick.

Similar Messages

  • How to change the height of a folder dynamically?

    Hello everyone!
    I have a detail, I want to make when selecting a tab of a folder, this change in height, then select another tab to return to its original height.
    I'm trying so:
    Private Sub Folder5_ClickAfter(sboObject As Object, pVal As SAPbouiCOM.SBOItemEventArg) Handles Folder5.ClickAfter
                oForm = Application.SBO_Application.Forms.Item(pVal.FormUID)
                oForm.Freeze(True)
                Me.Folder5.Item.Height = 298
                Me.Folder3.Item.Height = 298
                Me.Matrix1.Item.Height = 263
                Me.Matrix0.Item.Height = 113
                Me.Matrix0.Item.Top = 345
                oForm.Freeze(False)
    End Sub
    But I would not change the height of the folder (it does with the other elements).
    Before:
    After:
    Any suggestions?

    Already achieve that works to change the height of a tab, do not change the folder specified, change the height of the GROUPER containing folders.
    It worked like this:
    Private Sub Folder5_ClickAfter(sboObject As Object, pVal As SAPbouiCOM.SBOItemEventArg) Handles Folder5.ClickAfter
                oForm = Application.SBO_Application.Forms.Item(pVal.FormUID)
                oForm.Freeze(True)
                oItem = oForm.Items.Item("Item_32") 'This is the ITEM_ID the GROUPER containing folders
                oItem.Height = 298
                oFolder = oItem.Specific
                Me.Matrix1.Item.Height = 263
                Me.Matrix0.Item.Height = 113
                Me.Matrix0.Item.Top = 345
                oForm.Freeze(False)      
    End Sub

  • How to change the height and width of a control?

    Dear all,
    is there anyway to change the height and width of a control?
     In the property nodes, i am just able to read the bound values but cudnt write to it.
    How can i set the bound values for a control?
    Thanks,
    Ritesh

    Not all controls can be sized this way. For example to change the vertical size of a simple numeric, you would need to change the font size.
    LabVIEW Champion . Do more with less code and in less time .

  • How to change the text of item's displaying in the folowing ALV.

    Hi Experts,
    I want to change the text of item's displaying in the folowing ALV.
    Go to ME23N->Click 'Messages'->Click 'Further Data' -> Click 'Displ.Originals'.
    Here one small ALV grid is appearing.
    Currently it is showing same name's under the 'Title' column of that ALV. My requirement is to change the text coming under the column 'Title' in that display.
    Can any one throw some light in the issue.
    Thanks&Regards,
    Anversha

    Hi Anversha ,
    i think you need to use Enhancement point for it.
    check the program DV70AF0A-->ARCHIV_ANZEIGE(Subtoutine).
    i had similar kind of requirement ,while attaching the supporting documents to FI document , i need to update title field with File name , so i used EP and BADI to do so.
    regards
    Prabhu

  • How to change the numbers of items in a ring control in run time ?

    Hi !
    I would like change the numbers of items in a ring control in run time, but I can´t.
    Thanks.

    Hello blaze,
    did you try the "Strings And Values []" property of the ring?
    LabView7.1 help says:
    Array of clusters containing the strings from which you can select in the ring control
    and the numeric values for each item. Use the Strings [] property if you do not need to
    assign specific numeric values to each item.
    Best regards,
    GerdW
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • How to change the height of the advanced paragraph window in WPC?

    Hello,
    I would like to have a bigger window when I work with the advanced paragraph in WPC in order to see better the content.
    It´s ok if I see at the beginning the default size. However, I need the posibility to maximize the height of the window to a predefinded maximum height.
    It´s maybe possible to give an extra property for like MaxHeight="500" in the xml-File?
    <element id="paragraph_advanced" description="xml.xlbl.paragraph_advanced" type="htmleditadvanced" Maxheight="500" default="false" />
    Does anybody have experience with it.
    Thanks in advance.
    Thomas

    Hi Thomas...
    Did you have success changing the paragraph height?
    I'm with the same problem.
    I had another idea to solve it. If I couldn't change the height, i'll create my own web form (based on article form), only with paragraph field.
    I've tested this option and worked. But I prefer to use the standard web form.
    Tks

  • How to change the height of the column header cells

    Hi,
    I have been working with Oracle BI Discoverer 10g. I want to increase the height of the column header cells. The labels within the column headers are almost cut off. Is there a way to change the height of the column header cells?
    Thanks...

    Hi
    In dic.4.1 ,we are using format heading ,and manipulating by entering extra space and changing font and mode.
    try the same
    Rgds
    NP

  • How to change the reconciliation account in customer master record?

    hi friends,
    i created customer master with wrong reconsiliation account in XD01. i failed when i am trying to change that reconsiliation account in XD02. it was suppressed. how to change the reconcilition account in customer master data?

    Hi,
    Go to this path: Spro>Financial Accounting>Account Receivable & Account Payable>Customer Accounts>Master Data>Preparations for Creating Customer Master Data>Define Account Groups with Screen Layout (Customers)
    Double Click on Your Group, Then Click on Company code Data under Field Status, Then Double click on Account Management, That screen you will find the Reconcilation Account, Select Requred Entry.
    now it will coming Customer master.
    It's useful assigne points as a way to say Thanks
    Regards
    gvr

  • How can I create a loop in a multi-record block (on the background)

    I have a multi-record block.
    In one item I change a value.
    Upon this change, in the when-validate-item I would like to
    change other records in the same block.
    I planned to loop the block with go_record and to do my things
    in each record. Unfortunately the go_record built-in is
    restricted and cannot be used in a wvi-trigger.
    Another approach can be to update the records in the database
    and to perform an execute_query after this change. Also this
    procedure cannot be used in a wvi.
    How can I easily loop in a multi-record block???

    You can try to put loop with go_record in KEY-NEXT-ITEM on that
    field.
    Or if you change something and then press KEY-COMMIT you can
    update another records in database and after commit do again
    execute_query. Something like :
    on KEY-COMMIT:
    update_another_records;
    commit_form;
    execute_query;

  • Image item in multi-record block - PLEASE SOMEONE HELP !

    Hello everyone.
    I have a multi-record block with an image item that is not in teh table, is populated in the post-query trigger with a read_image_item, from a gif file. This block is child of another block. The problem is that the first records of the block, the ones that fit on the screen, are not showing the image properly, the image appears grey, distorted. In reality, the image dont adjust to the size of the item, as it is especified in the properties. When i scroll down, the rest of records show the image perfect, but this ones still are distorted.
    Forms is 6.0.8.22.1, over oracle 9i. Thank you all in advance.

    hello
    just me what is datatype of ur image record ?

  • Image item in multi-record block

    Hello everyone.
    I have a multi-record block with an image item that is not in teh table, is populated in the post-query trigger with a read_image_item, from a gif file. This block is child of another block. The problem is that the first records of the block, the ones that fit on the screen, are not showing the image properly, the image appears grey, distorted. When i scroll down, the rest of records show the image perfect, but this ones still are distorted.
    Forms is 6.0.8.22.1, over oracle 9i. Thank you all in advance.

    hello
    just me what is datatype of ur image record ?

  • How to change the Maxinum of item in a iview

    i use KM to display news, but it only can display 5 item,how to change it to 10?

    Hi,
    which CollectionRenderer do you use?
    You should be able to configure the displayed columns and rows in "System Administration" > "System Configuration" > "Knowledge Management" > "Content Management" > "User Interface" > "Settings" > e.g. "Collection Grid Renderer Settings" > "News Collection Renderer".
    Also have a look at the following links:
    http://help.sap.com/saphelp_nw04/helpdata/en/87/3d48475ee8bd448c4031aa98d90524/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/94/29df3d0eb8af5ee10000000a114084/frameset.htm
    Regards, Alex

  • How to change the order of item records?

    Hello,
    IDOC - File
    Required Structure:
    Header
    item1
    child1
    item2
    child2
    item3
    child3
    File now generating in the following manner:
    Header
    item1
    item2
    item3
    child1
    child2
    child3
    what changes do I need to make in order to get the required strucutre in the file?
    so that for each item, the child gets displayed?
    Nikhil.

    Target structure:
    +MT_TARGET
    ++TARGET
    +++Header
    +++Orderitm
    +++Ordchild
    The Orderitm and Ordchild get the data from an IDOC segment named ZE1XYZ
    so I have mapped Orderitm and Ordchild to ZE1XYZ.
    thus, how many no of times, that ZE1XYZ repeat, im getting those many item and child records but they are being displayed in the following order.
    +MT_TARGET
    ++TARGET
    +++Header
    +++Orderitm
    +++Orderitm
    +++Orderitm
    +++Ordchild
    +++Ordchild
    +++Ordchild
    ===
    the desired output should be:
    +MT_TARGET
    ++TARGET
    +++Header
    +++Orderitm
    +++Ordchild
    +++Orderitm
    +++Ordchild
    +++Orderitm
    +++Ordchild
    Nikhil.

  • How to change the field sequence in Customer master record.

    Dear Friends,
    We are required to chage the sequence of customer master record fields that are available under different tabs of 'General Data', 'Company Code Data' and Sales Area Data.
    Our client requirement is to place all mandatory fields in the first screen of customer master record. Here the intention is to save the user time instead going and clicking multiple tabs/screens to fill information on only one or two tabs. Please suggest us the availabe solution in SAP for this requirement.
    Thank you
    Raghu Ram.

    Hi
    Step 1: Take help of a FI guy and:
    The fields can be suppressed by configuring through Financial accounting > Business Partners > Customers > Account groups.
    Step2 : The challenge inyou project is to have a single tab with the allowed fields
    A technical guy can only help you out on this . Again This would be a huge effort since first you need to change the code for customer master. As customer master is a source of data for various documents in SD , at each place you will have to do changes in th code...I don't think it is feasible.
    Instead of doing this , create an external interface for transferring the value to SAP through BAPI. this would involve integration and may be as per defined SAP standards you can use CSV files or XML files for the integration process.
    This would be a better option than fiddling with SAP system
    Regards
    Nikhil

  • How to change the number of items displayed on the screen based on user input

    I need to place a number of input clusters on the user's screen based on the number of input types he will have.  Is there an easy way to do this?  (Say I have 3 different electrodes, I want to be able to add information for each then take this information and add it to a database, this case adding three new record sets to the database.  If I only have one electrode though, I only want one cluster on the screen and only one recordset will be added to the database)
    Message Edited by Vitamin on 01-11-2007 12:36 PM

    Place your clusters in a 1D array and create a property node for the array. You can use the Number of Rows property to control how many elements are shown. Wire the array into a for loop to index it.
    To learn more about LabVIEW, I suggest you try searching this site and google for LabVIEW tutorials. Here, here, here, here and here are a few you can start with and here are some tutorial videos. You can also contact your local NI office and join one of their courses.
    In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual (Help>>Search the LabVIEW Bookshelf).
    Try to take over the world!

Maybe you are looking for