setting the positions for the fixed field elements

Hello

I have a form that several elements on the position of the column 1, 2 and 3. One of the elements is a text box, surrounded by fields of normal text on the position of column 1.

The problem im having is I want the length of the text box to span more than two columns (resizing), but in doing so it moves the other elements on the page, making it very broad :-(

Any help will be appreciated.

Kind regards

Pirate wrote:

I have a form that several elements on the position of the column 1, 2 and 3. One of the elements is a text box, surrounded by fields of normal text on the position of column 1.

The problem im having is I want the length of the text box to span more than two columns (resizing), but in doing so it moves the other elements on the page, making it very broad :-(

This seems to be a use case attributes , such as the colspan to order form available. The element of page stop and start of the HTML Table layout may also be of interest.

See + {: identifier of the thread = 2199163} + for a pretty laborious effort to solve what looks like a similar problem.

If it is not the same problem, you need to provide a detailed description of the problem, preferably to reproduce the problem on apex.oracle.com and include the following information:

  • Full version of APEX
  • Edition and the full version of DB
  • (EPG, SST or APEX listener) Web server architecture
  • Browser (s) and version (s) used
  • Theme
  • Model (s)
  • Region/item (s)

  • Tags: Database

    Similar Questions

    • Setting the properties of elements of façade in XControl to a VI that uses the XControl

      Hi all

      I'm new to XControls and I try to use them to make a generic digital indicator that fit into a matrix of waveforms of a similar measure and allow the user to display the first value of a waveform, it chooses by selecting the name of the desired channel in the waveform table. I have the XControl work, with a ring filled automatically with the NI_ChannelName of the input waveform array fields and the value of the ring being used to index the waveform table to select the appropriate data.

      What I want to do next is automatically set the value of control of ring in the XControl to the value that the user has selected the last time he ran the VI that uses the indicator. However, the properties of the control ring do not seem to be accessible from the VI that uses the XControl, and none of the XControl General properties seem to be accessible from the front VI in the XControl. The value of the ring is not part of the entrance of DataIn cable waveform table, so I don't have a good method to pass data to the control of the ring outside of what is in this table of waveform. I might add the value in the waveform table, if this helps, but indicators XControl do not transmit their return DataOut appellant VI to allow me to record the user selected value.

      Is there a good way to read and write the properties of façade elements in an XControl of VI that uses the XControl?

      I apologize for not posting my code; the computer with LabVIEW license is having network problems at the present time. I'll post the code when I can.

      Thank you!

      Erik

      In your State cluster typedef container, include a reference to a control of the ring.

      In your vi of façade, in the case of change of Direction, create a reference to your ring and connect to a plan by which he sends out the view state.  Also be sure to write true to the status changed in the result of the Action.

      In your xctl, select New-> property.  Name it after the property in the ring that you want to access.  Use the view clustered State (in your new property VI) to access the reference to the ring; son of a property node.  Change the control value in the appropriate type & connect to the property you want.

      Be sure to connect the path error through everything that might cause an error.

      When you drop an instance of the xctl and create a property from this node, your new property will be available.

    • How to set the custom fields in the form submission email?

      Here's what I mean...

      Here is a screenshot of the form online for my client. Most of these fields are "custom".

      Screen Shot 2015-02-27 at 9.41.50 AM.png

      Here's an email from test of what the email looks like when it come in.

      Screen Shot 2015-02-27 at 9.41.25 AM.png

      As you can see all my custom fields list as just that, custom.

      When a patient fills this out it is difficult to say what it applies to that.

      How do I change these fields that say "customized" to say what really is the field?

      Hello

      It appears that you have disabled the 'label' for each custom field.

      Please select the field and go voluntarily, as shown in the screenshot.

      Please check the 'label' > shoe, this will be you the label to the form field as "Custom", rename it according to your requirement and disable the label again.

      Re-upload the site and you should be all set.

      Concerning

      Vivek

    • Set the following fields in 'read only' to take data from the first occurrence?

      Hoping that this can be easily done without the need for scripting.

      I'm working on creating a form of proposal. There are a few areas where I would like the first instance of an editable field, but the rest would be locked so that they are even taken out of the tab order.

      Example: On the first page, I have a field for the name of the company. This field is reproduced in the pages of the proposal. Each field has the same name. So all data have concluded one of them are dealt to each of them.

      Ideal solution: Front page field is editable, and is where data is entered. "All the following fields are defined as 'read only' and take their 'master' field data" so someone can't make a change to this form, for example, the third page and have this error repeated throughout the document.

      Is this possible?

      I use Acrobat Pro DC on Windows 7 pro.

      Thank you.

      You use a script to do it, but it's very simple.

      If the 'master' field is called "Text1", then enter this code in the calculation script customized for all other areas that need to have its value:

      Event.Value = this.getField("Text1").value;

    • Getting the value of the text field element

      I was wondering if it was possible-

      I have a text field and a "submit" button. In the button submit, I said it to go to a link (i.e. http://www.oracle.com/). I want to take the information that is in the text field and with the URL concatinate (IE if the APEX was in the text field, I want the button submit to take me to http://www.oracle.com/APEX).

      Is this possible?
      If so, how?

      Thank you
      Tom

      Tom:

      Set the URL in the definition of button as

      javascript:redirect('http://www.yahoo.com/' + $v('TEXT_FIELD_NAME') );
      

      CITY

    • How to set the text field for the credit card number?

      Hi, this seems like it should be a no-brainer in the Properties menu, but what is the best way to add a credit card number to a form?

      I have mine set up like a text field > category format: number > decimal: 0 > Style separator: (by default with the comma, but not what I want, of course)

      and the symbol > No.

      Is there an easy way to create 16 character space to the digits of the credit card?

      Thanks in advance

      Under Format, select special, then arbitrary mask and enter the mask: 9999 9999 9999 9999

    • Set the position of a PopupScreen

      Is there a way to define the position of top, on the left of a PopupScreen? SetPosition(x,y) call will throw this error:

      java.lang.IllegalStateException: setPosition called outside the layout

      I use JDE 4.2.1 8800 Simulator.

      Thank you

      Ryan

      Quote from the old forum:

      ligraseac

      Messages: 2
      Join date: Jun 2007

      Screen Popup position
      Posted the: June 29, 2007 05:45
       
      Hello

      How can I set the position of a popup screen? I want to set its position next to a field that has the focus.

      Thank you

      Comments: fjarlier
      Re: Screen Popup Position
      Posted the: 5 July 2007 17:10
       
      Hello

      In your class that extends the PopupScreen, you must override sublayout like this:

      ' public void sublayout (int width, int height) {}

      Super.sublayout (Width, Height);
      setPosition (50,50);
      }

      Because the setPosition can occurs only in the layout method. And then, you can position your PopupScreen anywhere you want.

      For me it works...

      If you have another solution, that I take.

      So long

      Fred

    • programmatically set the display format minimum field width

      Hi all

      I am designing a user interface for a digital ASIC assessment and I wanted to programmatically set the minimum field width of a digital control that takes a binary value. Is it possible to do?

      Thank you

      Nick

      Hi Nick,

      Yes, it is possible.

    • Set the size of the field in the report and the interactive report

      Hello.

      I have 2 questions.

      1. How do I report and interactive report to broadcast 100% of the width of the screen, even with just 1 column?
      2. how to set the custom field size. For example, first field should be 100px 200px second and so forth

      Thank you.

      This is to answer your second question.
      Define the columns with a width of custom field?
      Go to declare attributes--> click Change next to the domain name-->
      Find the region column--> CSS formatting style:
      Enter the values you want to account for your specifications.

      Ex: CSS Style: Width: 100px
      or Style CSS: Width: 200px

    • How to remove line empty when the data are not for a text field

      I created a PDF with Acrobat Pro 11 model. This model has an address of the employer with the address line 1, address line 2, city, State, zip code, country. The requirement is to show address line 1 and line 2 address in separate lines and address line 2 cannot be present always. If address line 2 is not present then the PDF should not show a blank line. How do I get there?

      These data are populated through xml by a publisher of BI. New line characters do not work.

      Appreciate your help on this.

      Hi sprphoto123,

      If you do not enter data in the text field 2 then you can set the form field property to is not mandatory, but if you want to disable the 2nd text field, you can add a check box in front of it to turn off the field. This can be achieved using JavaScript.

      Kind regards

      Nicos

    • change the color in the text box in the required field

      I would like to change the color in the white box (don't know a better name for this space on the form) next to a field title. And only for the mandatory elements on a page. This could be a selection list, a text box or a text field.

      I looked at several positions. I understand how to change the background color of the label of the element on the page. But not what I need.

      I gave a quick glance at the last post titled "the color of text field" led me to the site

      [http://apex-notes.blogspot.com/2007/12/colorful-web-forms.html]

      provided by Paulo Vale. Moreover, very well done Paulo.

      However, when I followed the instructions for all 3 formats ' display as ' for a field, the content of my form has disappeared and all that showed has my original banner at the top of the page.

      So does anyone have an idea to share on how to change color whitebox of a page element?

      Thank you
      Maggie

      Published by: mjhamilton on December 11, 2008 09:23

      Hello Maggie,

      The 'problem' with APEX, is that the deposit contains no information whether a field is required or not. Only the label has an attribute that you can set to "Required". Of course, you can create a query to retrieve items with a "Mandatory" label by:

      select WORKSPACE, APPLICATION_NAME, PAGE_ID, PAGE_NAME, REGION, ITEM_NAME, ITEM_LABEL_TEMPLATE
      from APEX_APPLICATION_PAGE_ITEMS
      where ITEM_LABEL_TEMPLATE LIKE 'Required%' 
      

      As Paulo wrote: you must manually set the attributes of elements of HTML form to a class (like class = 'RequiredField') and create an entry in your CSS for this class (I like. RequiredField {(background-color: #FFFFCC;}).}
      Or you can write clever code automagically defines this class for all the elements that are returned by the above application. I don't have that, but you should do something like:
      1. create a javascript function that onload is triggered. This js function must call an application process.
      2. this AP retrieves the 'required' of repository items and returns to the js function.
      3. the js function adds the class needed to these elements.

      Good luck ;-)

      Greetings,
      Roel

      http://roelhartman.blogspot.com/
      http://www.bloggingaboutoracle.org/
      http://www.Logica.com/

    • How to return to the line in the text field

      I created a form with a text field, but by filling out the form, the words don't word wrap, but just go in a single line across the field to text box.

      When can I format the text box for the return to the line?

      TKS

      Under the Options tab of the Properties dialog box, you can set the Multiline field.

    • Question on how to set the position of the field.

      Is there anyway to set the field position TOP of the screen as Screen.setTitle (Field)?

      My problem is when I add my Manager (who has a backgrond color) for the title. I see a gray line between the title and the body region (the body has a background color even my manager), so I did ' t like it.

      Reason I want to 'FIX' my manager at the top of the screen position is I want to see my manager every time I scroll the screen each time as setTitle().

      THX in advance

      -Maz-

      Try using setBanner() instead of setTitle(). I think that the banner does not normally include a field separator (which is what this line gray).

    • I tried to reset my password computer laptop but the laptop telling me an error occurred while the wizard attempted to set the password for this user account how can I fix this pleas

      I tried to reset my password computer laptop but the laptop telling me an error occurred while the wizard attempted to set the password for this user account, how can I fix this means if someone knows how to fix teas pleas answer me quickly I have to work

      Logging in as an admin account, then reset the password for the account of the problem.

    • Clock on windows 8 is wrong time, I tried to set the time of the internet but its still not working, think theres a bug in the clock time, anyone have the same problem for windows 8 and know how to fix?

      Clock on windows 8 is wrong time, I tried to set the time of the internet but its still not working, think theres a bug in the clock time, anyone have the same problem for windows 8 and know how to fix?

      It sets obtained :-) Sorry for the delay

      Thank you very much! has worked perfectly!

    Maybe you are looking for