Good evening teachers, please help and enlighten me, I have 2 DWs to use as DW menus, what I ask is how to make the lower dw_height = the height of the number of rows that appear, (the number of these rows changes according to user access), then the upper dw_ mah = this height -dw_ Bawah.height, please help, thank you very much in advance
How to resize dw_height
309 views Asked by Herman At
1
There are 1 answers
Related Questions in HEIGHT
- How to set the height equal to width dynamically using css?
- Why the height of segment tree is O(logn)
- 100vh doesnt work properly on Safari iOS "Single tab" configuration
- using iText v8.0 HTML to PDF converter, the row heights look ok in HTML doc but NOT OK in PDF
- Using 100vh for responsive video centered on the screen?
- Tkinter - winfo_height() always returns 1
- Automatically adjust x axis text to just above or just below y=0 depending on whether bar is positive or negative
- Jetpack Compose: How to make all items in a FlowRow the same height
- Toggle for different height and width in JavaScript
- Height Calculation with Spherical Harmonics and Legendre Function: with R Code
- iframe height issue within an accordian
- Adjust height of div/section by content
- Recharts chart takes extra height and breaks grid
- how to increase height of the gridline in highcharts?
- Progress cell height is equal to table body height
Related Questions in POWERBUILDER
- how to prevent a messagebox from displaying when i don't need it in some cases in powerbuilder
- Duplicated primary key error even though it doesn't exist in Powerbuilder 19
- How do I validate a strong login password in Power Builder?
- Powerbuilder messagebox text
- Powerbuilder Response window hangs then App closes - Any ideas?
- Launch FTP url in Edge-IE mode from powerbuilder
- how to get log from attendance machine in powerbuilder?
- Migrating a Complex PowerBuilder Application to .NET Core
- Power builder 2022 and Blueprism Active Accessibility Compatibility Issue
- powerbuilder 2022 graphmode SetSeriesStyle doesn't work
- Row changed between retrieve and update. Powerbuilder Error
- Powerbuilder randomly checking and unchecking Extend Ancestor Script
- PowerBuilder 2019 R3 - Is it the filter method which caused the application to crash?
- Powerbuilder preprocessor directive and DEBUG not working
- MultisubnetFailover as Connection string in powerbuilder
Related Questions in AUTORESIZE
- PySide2 and Qt Designer: unable to make QGroupBox expand in runtime
- Lenis smoothscroll: does not scroll to bottom after drop down animation of an element on Firefox
- Login for access token 422 Validation Error FastApi
- Weird resize with background-size auto
- Sprint board columns not getting resized with story cards in ADO
- Sprint board columns not getting resized with story cards
- DBVisualizer: Is there a way to adjust how the auto resize feature works on column widths?
- How to make a textarea that auto-resizes in React
- Is there a way to dynamically adjust font size based upon a user's position in a view?
- how would i make 4 frames in each corner take up the same space when the window is resized?
- Resizing Image to Full Screen
- Flutter app resizing on different devices
- i want to add auth based roles like admin and editor users for my dashboard using firebase
- Close Popup Before Opening Popup
- Auto adjust Excel UserForm according to the screen resolution
Related Questions in DATAWINDOW
- Row changed between retrieve and update. Powerbuilder Error
- PowerBuilder 2019 R3 - Is it the filter method which caused the application to crash?
- How to Copy data with block ctrl+copy from datawindow to Excel
- PowerBuilder: create cross-database DataWindow
- Unable to create new DataWindows in Powerbuilder
- Shifting value in a datawindow PowerBuilder
- How to resize dw_height
- DataWindows not loaded with executable version
- How to create user access using shortcut bar and xplistbar
- Listing rows in a datawindow, and editing a row in another powerbuilder
- Return to SaveAs Dialog Box powerbuilder
- Power builder Data window - Right to left
- open an XML file from powerbuilder
- how to merge to multiple result in one row
- Detail part of the screen is not displaying
Related Questions in ROW-HEIGHT
- How to automatically delete the unused lines in google spreadsheet and add them when needed?
- Increase (not decrease) row height in a Sharepoint list
- How to adjust row or column height in Tanstack table
- Change row height in SWT tree
- UITableView has wrong content size when all the inner sizes are fixed
- how to achieve the following in a cross tab Set the Header for each column,Need to increase the width of the Row group,Column group,
- Row height calculate algorithm
- Efficiently set the row height from autofit to static Excel/VBA
- WPF Grid with Row heights * not expanding to Grid's max height
- Changing dimensions (height and width ) of latex table generated tabularray
- Changing latex table text direction?
- How to resize Row in React Suite Grid to height of tallest cell
- How to resize dw_height
- Laravel Maatwebsite Auto Row Height
- How to make SwiftUI LazyGrid rows set heights according to contents, independently
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
When you create the datawindow object you designate the height of the detail band as part of the design. This is where the rows of data are displayed. So if that height is 80 and you want the control on the form to 'adjust' in size when 3 rows are retrieved you would start with a height of 240 (3 x 80). Now if you have a header band or some other stuff in the datawindow you will also have to account for that as well.