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

Similar Messages

  • How to change the permission of a folder of a website hosted on Microsoft Azure. I would like to know how to enable read write permission for this folder

    How to change the permission of a folder of a website hosted on Microsoft Azure. I would like to know how to enable read write permission for this folder
    Regards,
    John

    Hi,
    Please try to setting Folder Permissions on Web Publish, and then deploy it with Web Deploy, as far as I know, if we do that, Web Deploy will use the SetAcl operation to change permissions. Please have a look at the article below.
    #http://sedodream.com/2011/11/08/settingfolderpermissionsonwebpublish.aspx
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Will someone please tell me how to change the name of a folder I created in Pages and saved to the cloud?

    Will someone please tell me how to change the name of a folder I created in "Pages" and saved to the "Cloud"? Thanks.

    Go to the open dialog in Pages and select iCloud.
    Click on the folder that you created on iCloud to open the folder.
    On the lower half of the window (the open folder) click on the name of the folder.
    Once you click and select the folder's name it should be editable.

  • 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 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 text of a button dynamically in module pool

    hi gurus,
    how to change the text of button dynamically

    Hi ,
    Declare a variable in TOP Include with your button name.
    Example : P_BUTTON(20) TYPE C.
    Place button with name P_BUTTON on you screen. Do not forget to mark it as "Output Field". [ Double click on button, Attributes --> Program tab --> tick "Output Field".
    In you PBO / PAI , whereever you want to change your text -
    Assign value to P_BUTTON.
    Example -
    iF COND1..
    P_BUTTON = 'EDIT'.
    ELSEIF COND2.
    P_BUTTON = 'DISPLAY'.
    ENDIF.
    Regards,
    Mohaiyuddin

  • How to change the master page and theme dynamically in sharepoint2013 anonymous site

    hi
    I have to change the master page and theme dynamically in sharepoint2013 anonymous site. i have to show one master page to authenticated user  another master page to anonymous user through code
    Srinivas

    Hi Srinivas,
    According to your description, my understanding is that you want to change the master page and theme dynamically based on the anonymous users or authenticated users.
    Per my knowledge, there is not an OOB way to change the master page and theme dynamically.
    SharePoint is based on Asp.net, as we know Asp.Net request processing is based on pipeline model, so we can delevlop a custom HttpModule to dynamic change the master page based on current logon user profile(using SP Object Model to get).
    Another solution could be to use the SecurityTrimmed control that injects the CSS depending on global user permissions, more information, please refer to
    it.
    Some similar posts for your reference:
    http://social.msdn.microsoft.com/Forums/office/en-US/c2b2d0da-c752-4aea-9c2d-e31a5b1a2988/sharepoint-2010-dynamic-masterpage-based-on-userprofile-property
    http://johanleino.wordpress.com/2011/10/20/using-a-different-master-page-for-authenticated-users-in-sharepoint/
    http://sharepoint.stackexchange.com/questions/21679/how-can-we-use-a-different-masterpage-for-annoymous-and-authenticated-users
    http://sivarajan.me/post/How-to-customize-the-SharePoint-2013-Master-Page-for-Anonymous-Users
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • How to change the attributes of screen fields dynamically

    <b></b>
    well i have created a table by name empmaster_data with following fields.
    *emp_id.
    *emp_fname.
    *emp_lname
    *dob.
    *doj.
    *dept.
    *desig.
    now using a single screen i want to create,change and display the information.even i am using save and exit button.
    now i want to change the attributes of screen fields dynamically like active,input,output,invisible.

    Hi,
    Have Different Radio Buttons for the purposes what you have and use AT Selection Screen Output, Under the event Use loop at screen and with continue with your requirement.
    Hope This Info Helps YOU.
    <i>Reward Points If It Helps YOU.</i>
    Regards,
    Raghav

  • How to change the default new project folder in Premiere Elements 13?

    I keep all my projects on a different drive than the default My Documents folder. How can I change the default setting so that Premiere Elements does not try to create new projects in the My Documents\Pemiere Elements\13.0 folder? In fact, I do not want that folder to be used for anything (including layouts and styles).

    steveb
    Short version....
    Referring to the 13.0 Folder in the Adobe Folder in documents, you wrote
    In fact, I do not want that folder to be used for anything (including layouts and styles). 
    I do not believe that is possible.
    For my best case scenario
    Set the Scratch disks, not to Same As Project, but set for Custom with the set being the save location that you set for the project file.
    Set the project save in, my preference, File Menu/Save As.
    You are going to end up automatically with a 13.0 Folder in the Libraries/Documents/Adobe/Premiere Elements/13.0 Folder every time you open a Premiere Elements project. No matter how many times you try to delete the 13.0 Folder. And that 13.0 Folder will contain a Layout Folder and, if you applied a Style in the project, a Styles Folder.
    Longer Version....
    There is no problem directing your project file to the save location of choice. You can do that two way
    1. After you open the project to the Expert workspace, go to File Menu/Save As to change the name of the project as well as the location for the save in order to avoid the defaults.
    2. You can also do that through File Menu/New/Project.
    That 13.0 Folder also gains its contents from the settings of the scratch discs in Edit Menu/Preferences/Scratch Disc - some examples preview files, disc encoding files, conformed audio files... Some Files/Folders are placed there automatically. So what to do to keep the Documents area clear of Premiere Elements files, project or otherwise after you have move all that you thought you could to a non Adobe default location? See above best case scenario.
    Miscellaneous
    1. If you set the save location of the project in either of the 2 ways, that setting will not hold from project to project. It will hold for that particular project.
    3. If you set the Scratch disks in Edit Menu/Preferences/Scratch Disks, those settings seem to hold from project to project as well as for in the particular project.
    Stevenb, please review and consider and verify. I have gone through several scenarios on what you would prefer. But, I do not see a way to make that happen with the programming that exists.
    ATR

  • How to change the name of home folder?

    I migrated from an old MacBook to a new one, and in doing so, I imported data into an account which I had given a temporary name. Now I've changed the name of the account in System Prefs/Accounts, and the new name is displayed on startup, but the home folder stubbornly displays the temporary name. If I open the info wondow for the folder, the name field is in gray. Any way to do this? Terminal?

    What you're looking to do is change the short username, which is not as easy as Niel's recommendation, and generally not recommended unless you really know what you're doing.  For full instructions, see:
    http://support.apple.com/kb/ht1428
    You're probably better off creating a new account with the appropriate username and then copy data over from the old account.

  • How To Increase The height of a line dynamically

    Dear all,
    In a table I am using expand to fit height for the text fields in the table.It's working fine.But the height of the partition lines of the table which divide the columns are not increasing.
    I have taken the rows of the table as different subform.I have written the following script on the exit event of the each subform to increase the height of the lines but it's not working.
    var fieldHeight = xfa.layout.h(xfa.form.form1.page1.subformname, "in");
    Line1.h = fieldHeight;
    Line2.h = fieldHeight;
    How can I do it?If any body can please help me.It's very urgent.
    Thanks a lot in advance
    Regards
    Rakesh

    I'm after pretty much the same thing too.
    I have a table of text fields which are all set to vertically expand to fit. If you enter data into 1 and make it expand vertically, none of the other fields in that row expand with it. This results in table rows looking uneven.
    I looked into using the 'h' property, but it doesn't seem to work. If you set up a field that displays the h value of another field it never budges from '0in', regardless of the field's height.
    I'd also be grateful for any ideas.
    Cheers,
    Craig

  • How to set the height of a textarea dynamically

    Hi,
    I have been trying to set the ui.textarea's height dynamically and I am not able to do it. This is what I am doing.
    <ui:textArea binding="#{assignment$EditResult.textArea2}" id="textArea2" style="height: 90%" text="#{currentRow.value['comments']}"/>
    The height is being ignored and it is set to the default size. How can I set the height of this component to fit to the size of its cell, which is dynamic?
    Thanks for your help.

    Thank you for your help! It worked for something like this:
    getTextArea2().setStyle("color : red");
    but this does not work still.
    getTextArea2().setStyle("height: 90%");
    I think it still does not know the size of the cell at this point yet. But this is a good tip, thanks anyway!
    ~Kazzie

  • How to change the theme of discussion application dynamically?

    We have a requirement such that we should be able to change the theme of owc_discussion application based on user locale. e.g. if the locale is arabic I want to display the forum UI rendered right to left.
    We will have separate categories or communities to cater to people from different locales. Which means that as soon as user clicks on the category url the theme should be dynamically changed. How can we do this?
    -Pratap

    Hi
    You can create and use your custom themes but I am not sure exactly about your requirement, please check OWC Discussions admin guide for custom theme.
    Regards
    Sumit

  • How to change the display limits of a dynamic table?

    Hi folks,
    I'm using DW CS4 and PHP. I've got a php page with a dynamic table and repeating region that I built for my client. This table lists our entire active member list. Initially I built the dynamic table to show only 50 records at a time because 300+ records made an overly long page. Now my client wants all the records on a single page, because he doesn't like clicking through the recordset paging of First - Next - Previous - Last list to find who he is looking for. I tried changing the Repeating Region behavior to All Records (rather than 50) but it still displays only 50. I'm sure this is because initially when I set up the dynamic table, I limited it to 50 there. Is there an easy way to change the dynamic table from 50 to All Records, without rebuilding the entire page? I've looked in several places and can't find a way to edit this. Thanks for your help,
    Gail

    Gunter,
    Thanks for your continued help on this forum. You have made people's
    work a lot easier and stuck with them through some thorny issues.
    If I may redirect you to an issue I had a few months back - the initial
    posting was here at:
    http://forums.adobe.com/thread/767154?tstart=300
    I couldn't turn the answers I received into a workable solution. Would
    you be willing to take a look at this?
    Thanks again for your help,
    Gail

Maybe you are looking for