Select the list relative to the Position of region model

Hi all

XE SUMMIT 4.2 11.2

I have a form that begins to fill up with buttons, from different actions that users want to perform on the data on the page.  So I have a number of buttons in the model of the region, they can choose amongst...

I'd like replace the buttons with a drop-down select list and a GO button, allowing to submit or call a dynamic action based on the criteria...

Ive looked around but can't see any reference or model how to add an element to the position of the region...

If anyone has any ideas on how this could be done, Id be grateful...  IM assuming that you would have to replace the area and somehow the position in the select list.

Kind regards

Richard

  • Create a copy of the model region région StandardStandard + body inline.
  • Change the definition of the model of the new model:
    1. Change the element to span in div. uButtonContainer
    2. Replace the #BODY substitution string # by the substitution #SUB_REGIONS string #.
    3. Add the #BODY substitution string # to the position that you need among the positions button in the container button.

#TITLE#

#CLOSE##PREVIOUS##NEXT##DELETE##EDIT##CHANGE##CREATE##CREATE2##EXPAND##COPY##HELP##BODY#
#SUB_REGIONS#
  • Create a new area of container HTML and assign it the new model Standard region + body inline .
  • Create the item in the selection list and the Go button in the new region of container.
  • Make your area form a subregion of the new area of container and change it to have model.
  • Add the following the page property CSS Inline style sheet:
section.uRegion>div.uRegionHeading .uButtonContainer {
  display: table-cell;
  text-align: right;
  font-size: 0;
}
#P9_X_CONTAINER {
  display: inline-block;
}

"P9_X" by replacing with the name of the selection list item.

Tags: Database

Similar Questions

  • Can I select the non-rectangular regions / paintings by using a script?

    I got to look at the VB script reference. Not clear if the Select-region composed of a matrix of points, can actually be anything other than a rectangle.

    I'm not familiar with VB, and most of the people that script tend to use JS, because it is cross-platform.  However, with js, and I'm assuming that VB you can define an array of points for a selection, and it doesn't have to be a rectangle.  the Select region perhaps only for a retangular region, but you should be able to create a selection in any desired shape.

  • programmatically change the position of the paving of front panel

    Is it possible that you can programmatically move the position a front splitter? Thank you

    Well Yes, you can right-click on the cursor and select Create a reference.  This cette reference reference a property of wireless node, and then select the Position of the separator property.

  • Select the string table drop-down list box.

    Hi all

    I want to select the combo box list based on a string in the entry, I don't know how to do this. I have a drop-down list box and the value comes from a database, what I want to do is I want to change the value of the selected box based on the existing value in the database drop-down list. for example, A, B, C D I strings in the drop-down list box, and then in my database, I have a field with the string C, I want to change the C to A. I can't enter the value of C in a string format, but I don't know how to be the first position of the drop-down list box in so the order of channels combo box will be C, A, B, d., the value of C

    Thank you

    Then just write a new array of strings, with the elements of the new agenda, to the "[] strings" - property.

    Either you must code something that allows you to create an array of strings with the elements in the order that you want them to be. If there is a reorganization only, you could do something like:

    -Get the array of strings [] from the drop-down list using a property node box.

    -Find the position of the element you want to place first and use "delete from table", which returns the new array and the element removed.

    -Build a new table 1 d of the deleted item and table remaining. Move to the second combobox Strings [] property of a node property.

  • Select the query with the level line list where the clause

    Hi all

    I am creating a tabular presentation based on a SQL query that has a list of selection based on a query with a where clause clause that refers to a column in the original SQL query.

    The situation is, I have a table that stores the client_id, source_id, and build_id, lets call it client_source. I have a second table, build_source, containing source_id and build_id, one to many relations between the two (1 source_id could have build_id 1-7).

    Using a tabular presentation, I want to select the correspondent build_id to use in client_source, but the selection list should contain only the build_id for this particular source_id of lines.

    Here is an example of the SQL source of tabular presentation;

    Select
    s.ROWID,
    s.CLIENT_ID,
    s.SOURCE_ID,
    APEX_ITEM. SELECT_LIST_FROM_QUERY (1, s.BUILD_ID,)
    "Select display b.build_id, b.build_id return.
    b build_source where b.source_id = s.SOURCE_ID ') lst
    of s client_source

    what I want to achieve, it's as source_id "BOLD" match fields. When the query is built this way, I get an error of "invalid identifier" Oracle on s.SOURCE_ID during execution.

    Is there some special tags to be used to refer to the external column? I must be missing something because this looks like a pretty mundane problem.

    I am running on 4.1.0.00.32, on an Oracle 10 g release 10.2.0.4.0 Server Express request.


    I look forward to useful responses!


    See you soon,.
    Jason

    Published by: 1005131 on May 9, 2013 19:02

    Your selection by query list receives a static SQL. That SQL can't "see" the value of your s.source_id.
    But it would work like this:
    where b.source_id = ' | s.SOURCE_ID)

    You would be the value for the SQL concatenation. It is not ideal, but it will work.

    Jorge

  • get the position of the selected object

    is there a way to get the position of any selected object? It seems you should dive into a specific element such as frameworks of texts related to get the position, but he was curious to know if there was a generic way to do for the selected objects.

    If it's an item selected, Yes, if more than one, Yes, but it needs analysis

    Alert(App.activeDocument.Selection[0].position)

  • Select the list date picker on a single line - is this a bug?

    I use: Application Express 3.2.0.00.27

    Here is a bug? If so, how he reported so it will be fixed in a future version of APEX? If this is not the case, how can I do so it ends as I wish?

    1. create the blank page
    2. create html region
    3 create the 'select list' (start on new line - Yes... Span - line field - Yes, ColSpan - 1, 1)
    4. create the date picker component (start on new line - no,... On the ground - No, ColSpan - 1, length of line - 1)

    There will be other items displayed in columns more above what I just had create you above. I want the list of selection and the datePicker to show side by side on the same line, so I put the element selector to date on the same line in the same field as the selection list element.

    HOWEVER... the date picker eventually displayed in the selection list item (sort of), instead of next to it on the same line.

    Here is what I get:
    ...................... [Field selection list] Label date Picker
    Select label list
    ...................... [Date field Picker]

    Here's what I want:
    Select the list tag [field selection list] Date Picker [Date Picker field]

    Thank you
    Steve

    Published by: sskelton on August 3, 2009 11:01

    Published by: sskelton on August 3, 2009 11:02

    Hello

    Take a look at my first answer here: Re: problem with the position of the elements of can help you

    Andy

  • Cannot access my music on my Ipad or Iphone. Whenever I have select the music icon, there is a picture of a girl with his Iphone hide list of music, I can't getrid of this image. I don't want to try or buy music

    cannot access my music on my Ipad or Iphone. Whenever I have select the music icon, there is a picture of a girl with his Iphone hide list of music, I can't getrid of this image. I don't want to not try or don't buy music if I touch the image, nothing happens no connection to the music store. The image is there, and that's all. How to get back to my music.

    On one of the devices, try to reboot (to give a fresh start to iOS).  Data are not affected.

    Restart your iPhone, iPad or iPod touch - Apple Support

    Then, go to settings-> musicand make that Show Apple music is turned OFF.  Tap the music app.  If you see this image with the girl holding the iPhone, there should be choices on the screen to Join Apple music or display your own music (don't remember the exact wording).  Choose the latter.

    no link to the music store

    The store for buying music is a separate application called iTunes Store.

  • [redacted] Pavilion v208tx: we could not retrieve the list of drivers for your product. Please select the desired operatin

    I can't find drivers... tried to reload the page for a bunch of times... quiting browser and re open... I pressed the bunch of times update I tried different OS and it still saying "we couldn't retrieve the list of drivers for your product.  Please select the operating system"oh and he

    Hello

    Thanks for posting in the HP Support forum.

    It seems it was some website temporary glitch - it works for me now.  Could you try again?

  • How to select the contact of a subset of the list of contacts?

    Hi all

    I had a problem with the call from address book and select the contact. I need to invoke the myapplication Blackberry address book and view the list of contacts. However, instead of a list of wholecontact, I need to show to those who have at least one address. I tried to useBlackBerryContactList.choose (), but it seems no way to filter the contacts without address. Any who have the same problem or know the solution for it? Thank you very much!

    You can call the address book, but the list is not possible only a few Contacts. You could open a particular contact... Find the AddressBookArgument class for more details...

    Invoke.invokeApplication (Invoke.APP_TYPE_ADDRESSBOOK, new AddressBookArguments());

  • How can I select the files in a folder with the help of a list with the files you want and after that rename only the files using another list with desired new names?

    How can I select the files in a folder with the help of a list with the files you want and after that rename only the files using another list with desired new names?

    I have only:
    D: / images (where are necessary + not need files)
    -a list with only the necessary files
    -a list with new names for the files needed
    Thank you.

    Hi Pustiu,

    Thanks for posting in the Microsoft Community.

    You want to know how to select the files in a folder using a list with the files you want and after that rename only the files using another list with desired new names.

    I would have you post your query in the TechNet forums because it caters to an audience of it professionals.

    Your query will be better addressed there.

    Check out the link-

    http://social.technet.Microsoft.com/forums/en-us/w7itprogeneral/threads

    We know if you need help. We will be happy to help you. We, at tender Microsoft to excellence.

    Thank you.

  • Select the list

    using an element from the selection list with a sql statement to the LOV.

    I want to display (for example using emp) ename (employee name), but back to the page-item the empno.

    Select ename, empno from emp order by 1 r d

    what I see on the drop-down list is the ename and fills the page element is also the not the empno ename

    This is the expected behavior (if so what is the second entry in the selection list for?)?

    Eben

    ebenwalker wrote:

    the behavior we are trying to achieve is that the user selects the name but the page fills up with the empno and the user sees the empno.  Perhaps no one expected behavior?   (don't have not implemented those fields in the table)

    I think that I misunderstood what follows in the original post:

    what I see on the drop-down list is the ename and fills the page element is also the not the empno ename

    I took this means that the name was displayed in the select list and has been stored in the status column value / session. This clearly shows not the case in the HTML code generated for the control above.

    You seem to want the control to display the selected option value, but present the content of the list option when activated. In this case, Yes, the behavior that you expect is certainly not provided by standard selection list control (if I am now actually understand this and expect this selection and display behavior to occur in a single command).

    The standard command with behavior more closely matches the one described is a Popup LOV with field of entries of configuration Enterable, Show and store return value, as in This example added to your application.

  • Select the current tab of a tabbed browsing list

    Hello

    I have a page separated into 3 parts.

    The first is a form with the description of a Department.

    the second is a list of tabbed browsing with the name of the four departments.

    and the third part is the list of people in the selected Department.

    When I click on a tab to my list of tabbed browsing, the third person changes according to the selected Department. But I would like the appearance of the tab on which I clicked on change.

    But it looks like a list of tabbed browsing, there is no active tab?

    I use the reactive Blue theme, but I have the same problem with other themes.

    Thanks for your help.

    Laurent.

    LaurentB17 wrote:

    I use version 4.2 of APEX

    My third part is a report based on a query on the EMP table like this: Select * from emp where deptno = 1_DEPTNO

    P1_DEPTNO is a field of my first part of the page.

    When I click on my list of tabbed browsing, the bound value is this URL: ' f? p = & APP_ID.: 1: & SESSION. : & DEBUG. : P1_deptno :'|| d.DEPTNO |': ' and then, when the reload of the page, the value of P1_DEPTNO is changed and the report on the EMP is refreshing with good service.

    In this case, you can use the attribute entry listing for the page Type from the list to select the active tab.

    In each entry of current list entry from the list, set current for the Pages Type entry list to The PL/SQL Expressionand current condition list entry to

    :p1_deptno = 1 -- Change value to that of corresponding department

    Post edited by: fac586

    Or use a dynamic list definition and determine who is the current tab in that:

    select
        null
      , d.dname label
      , 'f?p=&APP_ID.:1:&SESSION.::&DEBUG.::P1_deptno:'||d.deptno||':'  target
      , case
          when d.deptno = :p1_deptno then 'YES'
          else 'NO'
        end is_current
    from
        dept d
    order by
        d.deptno
    
  • How to select the clip which is part of the actual playback position?

    Hey there,

    I want to choose the clip which is part of the position of the pointer of the playback position. Y at - it a shortcut?

    THX!

    Jan

    What version of body do you use?

    In the latest version, you can switch on the head of reading selection follows under the sequence menu.

    MtD

  • Impossible to select the other than the position using CC 2015, second output tracking method.

    I can't select the method for tracking Position, scale and Rotation in the effects control video color change. I use CC 2015, second exit. The key tool is here, I see all 3 options, but when I click on anything whatsoever other than position, it does not change.

    He could.  I have many times seen the bugs reported on Mac for things that work very well under Windows.

Maybe you are looking for

  • When moving in different time zones, how to keep timely events?

    When I put an event in PST at the exact time in which it will happen and then change the time zone, the event moves to another time. I have not shot time zones. Some events move and others keep time. How can I get all the events to keep time?

  • Connecting HP 1315v for D-Link router

    I would like to know if I can connect my printer (HP 1315v) directly to my D-Link router with a wire and then use the printer as a network printer. The printer has a firewire connection I think.  Is it possible to put some type of adapter on it so th

  • Satellite Pro M15-S405 - no sound on XP

    Several weeks ago my Satellite Pro M15-S405 lost all sound. No error message appears anywhere and everything looks good (on where should be and resolved volumes okay, etc..) I tried to download the current audio drivers (SoundMAX) on the Toshiba site

  • Windows cannot access the specified device, path or file. May not permissions to access you these items.

    I have this same problem as many others but mine is when I try to use a pdf document, such as the filing of a form on the internet or make changes to a pdf form saved on my computer.  I tried the suggestions on other positions, which one off my third

  • cluster different rowid

    Hi, I have two tables t01 and t02 both of them have the id column that the cluster column. But some same IDs have different rowid (data block address) why? What is a reason could explain you?Select a.id, b.id, a.rowid rowid01, b.rowid rowid02 t01, t0