Expand the vertical height of the field with respect to max of another area

Hello
I have oracle 10 g R2 reports, I have several reports where some objects in columns/fields height/vertical size increased automatically because it contains more data then the defined size so far it's Ok but when a field size increased another size of fields remains the same that we have defined the design so time in this case , it is ugly because in my report all fields with black border, how can increase the height of all other objects of size maximum, or even as the size of the image (because when a size increase field size will increase automatically).

Thank you and best regards,
Khawar

Hello

Seems that if you use the field borders.

Instead you can use the borders of the respective frame and for vertical borders, you can add vertical lines and define the "* section of line with frame *" the respective framework for the property.

I hope this helps.

Best regards

Arif Khadas

Tags: Oracle Development

Similar Questions

  • I get a Script Error failed. I think it is because the domain name is on page 1 and the field with the calculation is on page 2.

    I get a Script Error failed. I think it is because the domain name is on page 1 and the field with the calculation is on page 2.

    The formula is just + Cash.  I don't know how to tell him to look on Page 1.  If I use the same domain on Page 1, the formula works so I know that this is not something in the name of the field.

    It received NO response

    Page1.cash should do it. If not, you can use CTRL + click to enter its name in your script.

    1. Select the field that you add the script.
    2. Scroll the design view until you can see the object whose name you need. (Is not necessary if the object is already in mode)
    3. Click inside the script window to place the cursor where you want the name of the other object.
    4. Hold down the CTRL key while clicking the object whose name you need.
  • WHT is the downside of the scope with respect to the operation?

    WHT is the downside of the scope with respect to the operation?

    not 100% sure I understand your question well, but scope is available for the duration of your request - which means that if you insert data in the scope it remains around the life of your application - which can be a drain on resources.

  • Fill a field with a value only if another field has been filled?

    I'm looking to fill a field with a predetermined only if another field is not empty. I have no idea how to proceed.

    Any help would be appreciated.

    Thank you

    Use this code in the custom calculation of LineRow1 script:

    Event.Value = (this.getField("SourceDescriptionRow1").valueAsString == "")? « » : « 001 » ;

  • Display in a field as a decimal number in another area

    I made a form that I use to print on my preprinted check, what I have to do is fill in the form on the side heel check and all the driver get written, I even found a javascript that change the amount of revenue to the amount written word.

    I have only one left only small problem but I'm not very familiar with these scripts; On the ground, I type my check amount, I would automatically get the hundred part and put it in another area. I want to use to fill the field to the right of the written form amount on a typical check.

    so in short, I have a field named 'CHK1_AMOUNT' and its value is, say, " 1297.75 " and I would like a script to automatically write " 75 " in a field named "CHK1_CENTS".

    I'm sure it's as easy as 1-2-3, but I can't seem to find an easy way 1

    Thanks for your help

    Here is a way. It is intended to be the custom for the field CHK1_CENTS calculation script:

    Custom calculation script

    (function () {}

    Get the value of entry, rounded to the nearest hundred (for example, 24.9999-> 25.00)

    var v1 = + util.printf ("%.2f", getField("CHK1_AMOUNT").value);

    Determine the hundred

    var s1 = util.printf ("%.0f", 100 * (Math.abs (v1% 1)));

    Add a zero not significant, as appropriate

    If (s1.length = 1) s1 = '0' + s1;

    Set this field value

    Event.Value = s1;

    })();

    This text field should not be in a digital format. Just it set to None.

  • Expand the fields of text not cooperating

    I have created a new form that spans over 2 pages and saved as a dynamic PDF. I am trying to allow for text fields to expand as the user beyond the initial size of the field. The field is set to 'extend to worthy. I have several sections of the form all separated by lines of text. I tried to wrap each section in a subform (value "Flowed"), then wrap all subforms to a larger subform (the "Flowed" value).

    The problems I encounter is each article that is wrapped in a subform loses the positioning and space between the fields in all fields and bring them tight to each other. Then when I wrap all subforms in a larger subform (the value "sunk"), my text headers and all other text get rearranged and I can not change the order to reposition with white space.

    Here is a picture of my form in the friendly and tidy format that I want to keep. Then a picture of the way she looks with each section in a subform and all these subforms in a larger subform.

    Any help would be greatly appreciated!

    Front
    before.png


    After
    after.png

    Hello

    If you look at your hierarchy, you will see that this subform, the schema object is equal (or to) the background. Click on, and then drag it in the hierarchy to the top of the subform:

    It should be resolved for a subform from top to bottom Flowed.

    Niall

  • problem with validation in the field with the radio button type in create profile jsp page

    Hello

    Kindly help me with the validation of a field with the type option button in the createProfile jsp page. Its actually not to validate the sex with radio button field.

    The code is as follows...

    < % @ page language = "java" contentType = text/html"; charset = ISO-8859-1"

    pageEncoding = "ISO-8859-1" % >

    <! – this taglib used to access dsp tags - >

    < %@taglib uri = "" / dspTaglib "prefix ="dsp"% >"

    < dsp:page >

    < dsp:importbean bean = "/ atg/userprofiling/ProfileFormHandler" / >

    < dsp:importbean bean = "/ atg/dynamo/drop/ErrorMessageForEach" / >

      <! DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional / / IN" "http://www.w3.org/TR/html4/loose.dtd" > ""

    < html >

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"

    < title > < /title > user registration Page

    < / head >

    < body >

    < dsp:form id = "registerForm" method = "post" action = "registration.jsp" >

    < div >

    < div > if please fill in all fields below and click Save

    button. < / div >

    < br / >

    < table >

    < tbody >

    < b >

    < td width = "150" > name < table >

    < td > < dsp:input bean = "ProfileFormHandler.value.firstName"

    MaxLength = "30" size = "25" type = "text" required = "true" / > < table >

    < /tr >

    < b >

    Last name < td > < table >

    < td > < dsp:input bean = "ProfileFormHandler.value.lastName"

    MaxLength = "30" size = "25" type = "text" required = "true" / > < table >

    < /tr >

    < b >

    < td > username < table >

    < td > < dsp:input bean = "ProfileFormHandler.value.login"

    MaxLength = "30" size = "25" type = "text" required = "true" / > < table >

    < /tr >

    < b >

    password < td > < table >

    < td > < dsp:input bean = "ProfileFormHandler.value.password"

    MaxLength = "30" size = "25" type = "password" required = "true" / > < table >

    < /tr >

    < b >

    < td > confirm password < table >

    < td > < dsp:input bean = "ProfileFormHandler.value.password"

    MaxLength = "30" size = "25" type = "password" required = "true" / > < table >

    < /tr >

    < b >

    Identification of Email < td > < table >

    < td > < dsp:input bean = "ProfileFormHandler.value.email"

    MaxLength = "30" size = "25" type = "text" required = "true" / > < table >

    < /tr >

    < b >

    Sex < td > < table >

    < td > < dsp:input bean = "ProfileFormHandler.value.gender"

    Type = "radio" required = "true" > male < / dsp:input > < dsp:input

    Bean = "ProfileFormHandler.Value.Gender" type = "radio" "

    required = "true" > female < / dsp:input > < table >

    < /tr >

    < b >

    < td colspan = "2" > < dsp:input bean = "ProfileFormHandler.create"

    Type = "submit" value = "Save" / > < dsp:input

    Bean = "ProfileFormHandler.createSuccessURL" type = "hidden"

    value = "index.jsp" / > < table > "

    < /tr >

    < b >

    < td colspan = "2" >

    < ul >

    < dsp:droplet name = "ErrorMessageForEach" >

    < dsp:param bean = "ProfileFormHandler.formExceptions"

    name = 'exceptions' / >

    < name dsp:oparam = "output" >

    < li > < dsp:valueof param = "message" / > < /li >

    < / dsp:oparam >

    < / dsp:droplet >

    < /ul >

    < table >

    < /tr >

    < / tbody >

    < /table >

    < / div >

    < / dsp:form >

    < / dsp:page >

    < / body >

    < / html >

    Use code next, may be you do not value attribute set and causing a problem (data inconsistency problem) or case mismatch while storing data in the repository.

    <%Boolean checked = true;%>

    Sex:

    Male

    Female

    I do not know what will radio back button if the value is specified: a boolean value or the value aim to display (in your male cases),.

    If the problem is fixed, undo the change and please let me know what value he sent in your case.

    Please

    Thank you

    Nitin.

  • Update from the field with consecutive number according to the number of entries

    Hello

    I need to update a field with a consecutive number according to the number of lines where the entries are made which go hand in hand. What it means:
    I have
    SYSAUSPR AREA SYSGEBIET TYP RANG
    182925 600003 4 1 PERSON
    1 600004 4 1 PERSON
    2 600004 4 1 PERSON
    3 600004 4 1 PERSON
    17 600004 4 1 PERSON
    18 600022 4 1 PERSON
    182864 600079 4 1 PERSON
    184082 600092 4 1 PERSON
    182774 600143 4 1 PERSON
    PERSON 183237 600165 4 1
    NO 7 600169 4 1
    8 600169 4 1 PEOPLE
    9 600169 4 1 PERSON
    12 600169 4 1 PEOPLE
    14 600169 4 1 PERSON
    184309 600179 4 1 PERSON
    23 600182 4 1 PERSON

    I need to change column "RANK" of 1 the number of records that have the same id in the "SYSGEBIET" column (from this example with 600) so that it looks like

    SYSAUSPR AREA SYSGEBIET TYP RANG
    182925 600003 4 1 PERSON
    1. NOBODY 600004 4 * 1 *.
    2. PERSON 600004 4 * 2 *.
    3. PERSON 600004 4 * 3 *.
    17. NO 600004 4 * 4 *.
    18. NO 600022 4 * 1 *.

    Does anyone has an idea how to solve this problem in an update statement?
    Thanks for your help
    Best regards
    Carsten
    SQL> select  *
      2    from  tbl
      3  /
    
      SYSAUSPR GEBIET  SYSGEBIET        TYP       RANG
    ---------- ------ ---------- ---------- ----------
             1 PERSON     600004          4          1
             2 PERSON     600004          4          1
             3 PERSON     600004          4          1
            17 PERSON     600004          4          1
            18 PERSON     600022          4          1
        182864 PERSON     600079          4          1
        184082 PERSON     600092          4          1
        182774 PERSON     600143          4          1
        183237 PERSON     600165          4          1
             7 PERSON     600169          4          1
             8 PERSON     600169          4          1
    
      SYSAUSPR GEBIET  SYSGEBIET        TYP       RANG
    ---------- ------ ---------- ---------- ----------
             9 PERSON     600169          4          1
            12 PERSON     600169          4          1
            14 PERSON     600169          4          1
        184309 PERSON     600179          4          1
            23 PERSON     600182          4          1
    
    16 rows selected.
    
    merge
      into tbl t
      using (
             select  sysgebiet,
                     sysauspr,
                     row_number() over(partition by sysgebiet order by sysauspr) rang
               from  tbl
               where sysgebiet like '600%'
            ) u
        on (
                u.sysgebiet = t.sysgebiet
            and
                u.sysauspr = t.sysauspr
           )
      when matched
        then update set t.rang = u.rang
    /
    
    16 rows merged.
    
    SQL> select  *
      2    from  tbl
      3  /
    
      SYSAUSPR GEBIET  SYSGEBIET        TYP       RANG
    ---------- ------ ---------- ---------- ----------
             1 PERSON     600004          4          1
             2 PERSON     600004          4          2
             3 PERSON     600004          4          3
            17 PERSON     600004          4          4
            18 PERSON     600022          4          1
        182864 PERSON     600079          4          1
        184082 PERSON     600092          4          1
        182774 PERSON     600143          4          1
        183237 PERSON     600165          4          1
             7 PERSON     600169          4          1
             8 PERSON     600169          4          2
    
      SYSAUSPR GEBIET  SYSGEBIET        TYP       RANG
    ---------- ------ ---------- ---------- ----------
             9 PERSON     600169          4          3
            12 PERSON     600169          4          4
            14 PERSON     600169          4          5
        184309 PERSON     600179          4          1
            23 PERSON     600182          4          1
    
    16 rows selected.
    
    SQL> 
    

    SY.

  • the field with color display

    APEX - 4
    Version of DB - 10 g
    Web - OHS server architecture
    Browser - IE8
    Theme - 5

    Hello

    I'm trying to display a value in a text field in red. I can do for a regular with editable field

    document.getElementById('P4_HOLD_NAME_DESC').style.color = 'red '.

    but I want to display the field as text field and disabled, it will work if I change to display only but I lose the border around the
    field value.

    Any help would be appreciated.

    Thank you

    Hello
    You can add in the 'Javascript' attributes 'Page' section under ' run when Page Loads. Another way is to create a dynamic action advanced with an event' of the 'Page Load' and 'Action', 'execute JavaScript code.

    Thank you

    Paul

  • PDF form: fill in the field with the value of another field

    Hello

    I have a PDF form that one of our employees has to be completed on a regular basis.

    There is a 'product' - text field, which is present on the form several times, which will contain the same information.

    From now on, my colleague has fill all these these one by one manually. But with the copy - paste, it doesn't take more than a few seconds.

    However, to facilitate work a little, I want to it to be able to simply fill out one of the fields (can be a specific, must not be dynamic) and all the other 'product' - fields automatically takes the value of the field of this first.

    How can I accomplish this?

    I noted the possibility of JavaScript controls.

    I am familiar with basic JavaScript, however never used it for PDF files.

    Any help and pointers would be appreciated.

    Thank you very much.

    This isn't a problem with script. Just give each field of the same name. Once the field names are the same, a change in one will be to another. For some reason that it does not work with standard HTML forms, probably the reason why you ask.

  • Fill the drop-down list on the field with records DB

    Hello world

    I have a form that I created that collect address information and I would like to have the STATE field automatically filled from a DB field. Then I would that this choice in the field of State registration of users. Can someone suggest a good way for me to do this. I am DW3 with PHP and a mySQL DB.

    Thank you
    Robert

    ryonker wrote:
    > I have a form that I created that collect address information and I
    > would like to have the STATE field automatically filled from a DB field.
    > Then I would that this choice in the domain of the State for users
    > record.

    Create a recordset that contains the names of the States. Then insert a
    in your form menu item, and then click the Dynamic button in the property
    Inspector. Choose the set of records in the recordset field Options, and
    Then select the fields of the recordset that you want to use for the labels and values.

    --
    Adobe Community Expert David Powers
    Author, "The Essential Guide to Dreamweaver CS3" (friends of ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • If the field value is &gt; 1, go to another field

    I hope someone can help me with this question

    If a customer fills in a field with a number that is > 1, I want the cursor to go to another field automatically.

    I used the script:

    before var = this.getField ("some")
    If (before! = 1).
    {
    this.getField ("Naam intro") .setFocus ();
    }

    But it does not work.

    Hoping to hear from you. Thanks in advance.

    Do you receive error messages in the debug console JavaScript?

    You must use "If"not "If" for the if control statement. "

    The comparison operator for the one who is ' > 'and not "!" "=", not equal to.

    Have you tried to access the value of the field object, not the object of field?

    debug information
    oepn the JavaScript debug console:
    Console.Show ();
    Console.clear();
    before var = this.getField ("some")
    Console.println ("typeof some:" + typeof before);
    Console.println ("some value:" + aant.value);
    Console.println ("typeof Aantal.value:" + typeof aant.value);
    the compartive operator test results
    Console.println ("aant.value< 1:"="" +="" (aant.value=""><>
    Console.println ("aant.value<= 1:"="" +="" (aant.value=""><>
    Console.println ("aant.value == 1:" + (aant.value == 1));
    Console.println ("aant.value! ("= 1:" + (aant.value! = 1));
    Console.println ("aant.value > 1:" + (aant.value > 1));
    Console.println ("aant.value > = 1:" + (aant.value > = 1) "");

    If (before! = 1) {}
    Console.println ("before! = 1 ") ;
    } else {}
    Console.println ("before! = 1 not true ");"
    }

    If (aant.value! = 1) {}
    Console.println ("aant.value! = 1") ;
    } else {}
    Console.println ("aant.value! = 1 not true");
    }

    If (aant.value > 1) {}
    Console.println ("aant.value > 1");
    } else {}
    Console.println ("aant.value > not true 1");
    }
    complete debugging code

    If (before! = 1).
    {
    this.getField ("Naam intro") .setFocus ();
    }

  • I have a black border to the left with a white line and viewing area office is shifted to the right?

    I tried everything I know to get the full screen. But still have a black area on the left with a white line in the middle and I can't read the whole screen? just as now the typing I get to the right goes beyond design. I need to move the screen to the left one having full screen again. Help

    I tried everything I know to get the full screen. But still have a black area on the left with a white line in the middle and I can't read the whole screen? just as now the typing I get to the right goes beyond design. I need to move the screen to the left one having full screen again. Help

    ==================================================
    Your monitor has any manual controls for the centering of the screen?
    There may be buttons or buttons just below the exposure correction.

    Depending on your video driver... you may have a control panel that
    allows you to adjust the display settings. For example... NVIDIA has this
    option... just go to... Control Panel and see if you have the Nvidia control
    The Group of experts.

  • How to fill a hidden form field with a value passed in another page

    I use PHP/MySQL and DW CS4.

    I'm trying to get the foreign key to a table and include it in a hidden field in a form to another table.

    The user selects a 'need' to a list and is taken to a new page that displays the need selected in the previous page and a form that the user can fill out with details of its offer, there is also a hidden field in the form that contains the index to the table needs, this hidden field retains the external key. Most of the code works, except to fill the hidden field with the external key. I proved (by printing it on the screen) that I got the external key and stored in a variable ($saveNeedId). I am unable to do so, what affect this variable in the hidden field in the form, I'm about to be stored in a table. Sometimes, I have zero and sometimes I get the index of the first necessity in the table. It should be simple but I can't make it work, I must be missing something obvious - still very new to PHP.

    The following code sets the variable and display for test purposes

    $saveNeedId = "-1";
    If (isset($_GET['needId'])) {}
    $saveNeedId = $_GET ['needId"];
    print $saveNeedId;
    }

    Here is the code that implements the fields hidden in the form, where I'm putting in place is the first one, needId

    < input type = "hidden" name = "needId" value = "<?" PHP echo $row_rsNeedsUnmet ["needId'];? ">" / >
    < input type = "hidden" name = "offerId" value = "" / > "
    < input type = "hidden" name = "MM_insert" value = "form1" / >

    The page where the user sees the list of needs is here www.hollisterairshow.com/weneed.php

    I would really appreciate sone help with this, I tried all combinations of double quote, percent sign and nothing works... sigh.

    Tony

    The following code sets the variable and display for test purposes

    $saveNeedId = "-1";
    If (isset($_GET['needId'])) {}
    $saveNeedId = $_GET ['needId"];
    print $saveNeedId;
    }

    Here is the code that implements the fields hidden in the form, where I'm putting in place is the first one, needId


        
        

    I looked at your page. It seems that you have thought about it.

  • How County/add fields with the fields with letters and numbers?

    This is a calendar of attendance, that I do for my work.

    The cells in column A CLIENT will be marked with either a number (> 0, indicating how many hours attended) or a letter (A = away, H = Holiday).

    I need 2 formulas/scripts, I guess:

    (1) I want DP1 to represent how cells in column A CUSTOMER is marked only with a certain number of cells > 0 - to indicate how many days were followed, not the total number of hours ago.

    (2) I would like cell DA1 to represent how many cells in column A CUSTOMER is marked only by the letter A - indicating how many days was not assisted.

    at mil draft_Page_1.jpg

    Let's say that there are 20 fields in the column. In this case, you can use these scripts:

    Custom calculation script "property."

    var total = 0;
    for (var i=1; i<=20; i++) {
        var v = +this.getField("CA"+i).value;
        if (isNaN(v)==false && v>0)
            total++;
    }
    event.value = total;
    

    Custom calculation script for "PBO".

    var total = 0;
    for (var i=1; i<=20; i++) {
        var v = this.getField("CA"+i).value;
        if (v=="A")
            total++;
    }
    event.value = total;
    

Maybe you are looking for