Is there a way to set the ID of a collection item and not worry about fxx?

Hi Everyone, I am not certain if I am phrasing this properly, so bear with me.
I have a tabular form based on a collection.   There are a variety of items, textareas, select lovs, and radio groups in this tabular form.  Some of the items have a set id which correspond to the collection field...so for example,
c010 has id='f10'+seq
c012 has id='f12'+seq
when any field is changed, a dynamic action is executed.
dynamic action:  COLUMN CHANGE
event: CHANGE
selection type: JQUERY SELECTOR
jquery selector: input[name='f10'],input[name='f11'],input[name='f12'],.shark_info, .hms_info
true action1: set value, javascript expression, set P110_ID = this.triggeringElement.id AFFECTED ITEM P110_VALUE
true action2: execute pl/sql code
begin 
null; 
end;
page items to submit: P110_ID
true action3: set value, javascript expression, set P110_VALUE = this.triggeringElement.value AFFECTED ITEM P110_VALUE
true action4: set value: PL/SQL expression, set P110_SEQ = rtrim(substr(:P110_ID,5,4),'0')    AFFECTED ITEM: P110_SEQ
true action5: execute pl/sql code
declare 
  v_attr number; 
begin  
  v_attr := TO_NUMBER (SUBSTR (:P110_id, 2, 2)); 
  apex_collection.update_member_attribute 
                   (p_collection_name      => 'SPECIES_COLLECTION', 
                    p_seq                  => :P110_SEQ, 
                    p_attr_number          => v_attr, 
                    p_attr_value           => :P110_VALUE); 
end; 
page items to submit: P110_ID, P110_VALUE, P110_SEQ
true action6:  refresh region
The value of v_attr is set to a substr of P110_ID....and p110_id is based on the ID of the item. 
I have one item, a radio group called c024.   It is not called as an apex_item because the radio group (for whatever reason) would not work.  Therefore, in order for c024 to correspond to attribute 24, I must make certain that there are 23 editable items appearing before it...or at least that is the only way to get it to work.
I am wondering if there is a way to assign the ID='f24'+seq manually in much the same way that I assigned the CSS class=.SHARK_INFO to this item.
any clues appreciated.
thanks,
Karen
ps.  the query for the tabular form is:  (and really, anything without an alias could be removed, but is there to ensure that c024 = f24.  ugh.  Is there a better way?
SELECT
apex_item.text(1,seq_id,'','','id="f01_'||seq_id,'','') "DeleteRow",
seq_id,
seq_id display_seq_id,
c003,
c004,
c005,
c006,
apex_item.text_from_LOV(c004,'SPECIES')||'-'||apex_item.text_from_LOV(c005,'GRADE')||'-'||apex_item.text_from_LOV(c006,'MARKETCODE')||'-'||apex_item.text_from_LOV_query(c007,'select unit_of_measure d, unit_of_measure r from species_qc') unit,
apex_item.select_list_from_LOV(8,c008,'DISPOSITIONS','onchange="getAllDisposition('||seq_id||')"','YES','0','  -- Select Favorite --  ','f08_'||seq_id,'') Disposition,
apex_item.select_list_from_LOV(9,c009,'GEARS','style="background-color:#FBEC5D; "onFocus="checkGearPreviousFocus('||seq_id||');"onchange="getAllGears('||seq_id||')"','YES','3333','-- Select Favorite --','f09_'||seq_id,'') Gear,
apex_item.text(10,TO_NUMBER(c010),5,null, 'onchange="setTotal('||seq_id||')"','f10_'||seq_id,'') Quantity,
apex_item.text(11,TO_NUMBER(c011),5,null,'onchange="getPriceBoundaries('||seq_id||')"','f11_'||seq_id,'') Price,
apex_item.text(12, TO_NUMBER(c012),5,null, 'onchange="changePrice
('||seq_id||')" onKeyDown="selectDollarsFocus('||seq_id||',event);"','f12_'||seq_id,'') Dollars,
decode(c013,'Y',apex_item.text(14, c014,30,null,'style="background-color:#FBEC5D;" onClick="onFocusAreaFished('||seq_id||');"','f14_'||seq_id,''),'N','N/A') Area_Fished,
c014,
c015,
c016,
c017 additional_measure_flag,
decode(c017,'Y',apex_item.text(18, c018,4,null,'style="background-color:#FBEC5D; "onBlur="setUnitQuantity('||seq_id||')"','f18_'||seq_id,''),'N','N/A') UNIT_QUANTITY,
decode(c017,'Y',apex_item.text(19,'CN',3,null,'readOnly=readOnly;','f19_'||seq_id,''),'N','N/A') UNIT_COUNT,
c024 fins_attached,
apex_item.textarea(28,c028,3,null,'class="hms_info"','f28_'||seq_id,'') Explanation,
decode(c024,'N',apex_item.select_list_from_LOV(29,c029,'HMSNATURE','class="hms_info"''onchange="saveNature('||seq_id||')"','YES','A','-- Select Nature of Sale --','f29_'||seq_id,''),'U',apex_item.select_list_from_LOV(29,c029,'HMSNATURE','onchange="saveNature('||seq_id||')"','YES','A','-- Select Nature of Sale --','f29_'||seq_id,''),'Y','N/A') Nature_Of_Sale,
c030,
c031,
c032,
c033,
c034,
c035,
c036,
c037,
c038,
c039,
apex_item.select_list_from_LOV(40,c040,'HMS_AREA_CODE','style="background-color:#FBEC5D;" class="hms_info"
',null,null,null,'f40_'||seq_id,'')  HMS_AREA_CODE,
c020,
apex_item.text(41,TO_NUMBER(c041),5,null, 'class="hms_info"','f41_'||seq_id,'') Sale_Price,
c042,
c043,
c044,
c050
from apex_collections
where collection_name = 'SPECIES_COLLECTION' order by seq_id

I hope it's the done thing to add to an old thread, instead of starting a new one.
I'd like to be able to clear my form history, but not clear my search history.
I'm using Firefox 7.0.1, but it still seems to be a combined option.
Would it be possible to separate the two options in later versions?
I've found two extensions that might help, but it would be nice to simply have two separate options.
https://addons.mozilla.org/en-US/firefox/addon/form-history-control/
https://addons.mozilla.org/en-US/firefox/addon/clear-form-history/
Thanks in advance.

Similar Messages

  • Is there a way to set the default level of keyframe easing?

    I'm currently using the graph editor to smooth my ease-in / ease-out keyframes with 100% influence.  I'm having to adjust the easing of each keyframe individually. 
    Is there a way to set the default level to 100%, so that I can just select "Easy Ease In" and have it apply without having to go into the graph editor?  It would save a lot of time.

    No, there's not a way to do that, but it's a good feature request. You can submit feature requests here:
    http://www.adobe.com/go/wish

  • Is there a way to set the control panel in assistive touch?

    I have a survivor case on my iPhone 5 and it is difficult to pull up the control panel from the bottom. Is there a way to set the control panel to pop up through assistive touch? If so how?

    Is there a way to set the FOLDERS window in Adobe Bridge as a Column view like in Mac OSX Finder?
    No, but it is very nice idea, add it to the feature request page:
    http://feedback.photoshop.com/photoshop_family/

  • In IE if I set the zoom at lets say 150% it will stay that way even if I shut down. But with firefox, it goes back to small print every time I view a new page. Is there a way to set the zoom to stay at a larger size? Thanks, EH

    # Question
    In IE if I set the zoom at lets say 150% it will stay that way even if I shut down. But with firefox, it goes back to small print every time I view a new page. Is there a way to set the zoom to stay at a larger size? Thanks, EH

    If you need to adjust the font size on websites then look at:
    * Default FullZoom Level - https://addons.mozilla.org/firefox/addon/6965
    * NoSquint - https://addons.mozilla.org/firefox/addon/2592
    Your above posted system details show outdated plugin(s) with known security and stability risks.
    *Shockwave Flash 10.0 r45
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/

  • Acrobat or Reader: Is there a way to set the print scaling default at the application level?

    Is there a way to set the Page/Print Scaling to a default at the application level? For Acrobat and Reader?
    Thanks,

    Often asked, but that feature retains the last used local setting.
    You can however, change the default for Documents, individually, in their Properties > Advanced tab

  • Adobe Reader 11.0.07 defaults to duplex printing. Is there a way to set the default to leave that "print to both sides of the page" box unchecked?

    Adobe Reader 11.0.07 defaults to duplex printing. Is there a way to set the default to leave that "print to both sides of the page" box unchecked?
    I am working on an end-user's computer, I just updated to the newest Adobe Reader and they don't ever print duplex. I want to be able to have the "print to both sides" box unchecked on the print dialog by default. Is there a way to do this? I have the printer settings all set to 1-sided but it is adobe print dialog settings that keep messing it up.
    Thanks!

    Hi John,
    Have you tried repairing Reader and checked?
    Does this issue occur only on this machine or are you facing the issue with other computers as well which have updated to Reader 11.0.10?
    Regards,
    Anoop

  • Is there a way to set the FOLDERS window in Adobe Bridge as a Column view?

    I'm used to the way Finder display the folders on Mac(Column view). I would love, if its possible, to have the option to set the Folders window in Bridge to Column view:
    Finder Column View:
    Instead of Bridge List view:
    Is there a way to set the FOLDERS window in Adobe Bridge as a Column view like in Mac OSX Finder?

    Is there a way to set the FOLDERS window in Adobe Bridge as a Column view like in Mac OSX Finder?
    No, but it is very nice idea, add it to the feature request page:
    http://feedback.photoshop.com/photoshop_family/

  • Is there any way to set the SCCM system to use local time instead of UTC?

    We have ConfigMgr 2012 in our environment. We are in EST.
    Is there any way to set the SCCM system to use local time instead of UTC?
    When we try to deploy packages, if you don’t specify the time, it reverts to UTC which for us is off by 5 hours.

    Which times are you talking about? Deployment start times or deadlines? Those could be set to UTC *or* client local time.
    Torsten Meringer | http://www.mssccmfaq.de

  • Is there any way to set the home page as an app tab?

    Opening a new window with my homepage set as an app tab still generates a new homepage. Is there any way to set the home page as an app tab?

    Hi,
    Try File / Save As. Select "Page Source" from the Format pop up menu.
    Carolyn 

  • Is there a way to set the default length of appointments/events to 1 hour?

    Is there a way to set the default length of appointments/events to 1 hour?

    No, there's not a way to do that, but it's a good feature request. You can submit feature requests here:
    http://www.adobe.com/go/wish

  • Is there a way to set the printed margins to zero. I want to fill the whole page, as much as the printer allows.

    Normally Firefox prints Title, URL, time and page number on the four corners of the printed page. I want to remove printing of this
    information and instead print the page out to the corners limited by
    what the printer allows. I know how to stop printing the URL etc. but then I get empty margins. I want to set this margins to zero so Firefox prints on the whole paper sheet. As it is now I will have to use another browser that doesn't insert unwonted margins.

    Is there a way to set the FOLDERS window in Adobe Bridge as a Column view like in Mac OSX Finder?
    No, but it is very nice idea, add it to the feature request page:
    http://feedback.photoshop.com/photoshop_family/

  • Is there a way to set the ACLs on a folder so that users cannot copy a file?

    Hello,
    Is there a way to set the ACLs on a folder so that users cannot copy a file?
    I have a customer that wants to put an employee handbook into a FORMS FOLDER. But he doesn't want users to be able to copy the file into other folders or onto removable media.
    Admittedly, I have never run into this before and my testing hasn't yielded an answer...
    Any Ideas?
    Thanks again,
    Robert

    Use third party software for security management (http://www.wave.com/ ,
    http://www.devicelock.com/ ,
    https://www.lumension.com/, etc) . Standard access rights that come with operating system do not go beyong permission/share schema.
    Rgds
    Milos

  • Is there a way to set wireless network priority on iphone? If not, there should be!

    Is there a way to set wireless network priority on iphone? If not, there should be! I have a wireless router with dual band signals, as well as an extender at the other end of my home... it would be nice if I could set a priority list so my phone knows to always connect to the 5GHz signal if available, rather than trying to connect to the 2.4GHz signal which is on the other side of the house...

    By default, the iPhone will prioritize Wi-Fi over cellular for data and when doing Wi-Fi, will latch on to the strongest signal it can associate (latch on) to. But all that is automatic, there's no evident control for manual adjustments. Other than deleting the Wi-Fi networks you don't like.

  • Is there a way to make the portal doesn't ask username and password

    Hello everyone,
    i wonder that is there a way to make the portal doesn't ask username and password.
    I mean when you open url :
    http://<portal_address>:50000/irj/portal
    the user is granted according to his/her windows domain username.

    Hi Ali,
    You can configure the Kerberos authentication for using integrated Windows authentication.
    The Kerberos protocol is an integral part of the Windows 2000 operating system and enables Windows Integrated Authentication in a Windows Domain without an intermediary Web server.  <a href="http://help.sap.com/saphelp_nw04/helpdata/en/43/4bd58c6c5e5f34e10000000a1553f6/frameset.htm">See the Link</a>
    Hope it helps.
    Thanks,
    Ami
    PS: consider rewarding points if its helpful

  • With my iPhone 5s, can I record long voice memo to the cloud and not worry about storage on phone?

    With my iPhone 5s, can I record a long voice memo to the cloud and not worry about storage space on phone?

    You can't add music to the cloud, whether it will show there for streaming and redownloading depends upon what country that you are in. If you are in a country where music is available in the cloud then you don't have to download the music from the store, if you turn Settings > iTunes & App Store > Music (under the 'show all' heading) 'on' then you should be able to stream purchased music in the Music app without downloading it - your phone will need to be online in order to stream, and if using 3G/4G then it will use some of your data allowance.
    If you download an album or a track then it will be downloaded onto your phone. You can't upload music to the cloud from an iOS device. Whether music that you've bought shows for streaming depends upon what country that you are in and if the album or track remains in the store (unless you've subscribed to iTunes Match), and if you are connected to a network.

Maybe you are looking for

  • Ringer won't switch to vibrate-only mode

    I always keep the ringer volume all the way down to the vibrate setting on my 5s.  Not sure how it happened, but at some point my phone switched out of vibrate mode and now when I use the volume buttons on the side of my phone the volume will go up a

  • The pdf font quality changes if another pdf file is open, for pdfs generated by Latex Beamer

    Hi There, I create pdf presentation files using Latex Beamer. I see a strange behavior when I open the file with Adobe reader to read it. If another pdf file is already open, the quality of the font is good but the shadow of the boxes disappears. If

  • Character Encoding in Input Processor

    hi, I am running Portal 4.0. I am using the <portlet:form> tag to create a formular. I send the data to an Input Processor. The IP grabs the parameter with request.getParameter("xyz"). Inside the IP the character encoding does not work. I need suppor

  • Upgrade from 4.6C to ECC 6.0 - issue on search help

    Hi, After SPAU changes on search help like DEBI,KOSTN and DEBIE while on activate its shows the warning message as included search help using same hot key V. Can any one help me on how to solve this warning message. Thanks,    Manikandan.

  • Technical customer service

    My girlfriend had a problem with her phone where it said "can't connect to cellular data network." Thanks to Jason we were able to get the problem fixed quickly. He walked us through easy to understand step by step instructions and we definitely appr