Dynamic action on text box change does not working

i have a page with following components.
a report that has and edit link.
a text box to catch the primary key from report link when it is clicked
a number of elements (text boxes, check boxes and LOVs) which are used as data entry form.
Now my design is that user enter values save them and no sooner did they save, the report depicts new
values. if user want to edit any record, they click on edit link and the data entry form elements
should now bring all those values from DB on page. i m successful to pick primary key and bring
it in a hidden text box and wrote a dynamic action on its change event that will bring values from
DB and set all page elements. but but but.........the change event doesnt work. it only work
when focus is lost from the text box...!! offcourse user wont want to click in that "hiddent" text
box and then click some where else to bring values in page data entry form......
help is humbly requested from forum or if any other solution approach is to be used easier than
one i m using, would be appreciated.
thanks in advance for reading my bore question :)

bundles of thanks for reply. i m going to elaborate.
1. My page no is 3.
2. Hidden Item name is P3_EDIT_ACTIVITY_ID
3. Data entry form, hidden item and the report are on the same page.
4. on the edit link of report, i have used following settings.
    Target: Page in this application
     Page: 3
     and i set hidden item as follows......
     Item 1   P3_EDIT_ACTIVITY_ID         Value #ACTIVITY_ID#
   well, when i click the link on report it does bring Activity_Id in the hidden box (which is not yet hidden for debugging purpose)
Next i wrote Dynamic action which fires on the change event of P3_EDIT_ACTIVITY_ID and run PL/SQL code with in it which is as follows
  declare
  Dept varchar(50);
begin
   select my_dept into Dept from activity_main ACTIVITY_ID = :P3_EDIT_ACTIVITY_ID;
   :P3_Dept := :Dept;          (i did use :P3_Dept := Dept also but this wont work)
  insert into testdynamic (stamp) values (Dept);  (I did this to check whether correct value is brought from DB, yes it works correctly, correct Dept is being inserted in stamp column)
end;
  i have created another true action to check when the dynamic action is fired. its very simple alert. and the problem is, it only fires when focus is lost from the P3_EDIT_ACTIVITY_ID. i mean, when u keep changing value inside the text box, nothing happens, when u go outside, the alert is fired and so the pl/sql procedure. but the line
    :P3_Dept := :Dept;       OR      :P3_Dept  := Dept;         arent working which is the actual requirement.
  I m not using set value here as i have to set a lot of values on page not one. further. plz let me get rid of this lost focus thing as i want the form to be populated with correct values related to P3_EDIT_ACTIVITY_ID as the user click on any edit_link in the report.
Thanks for persistence. i hope i have provided all the details.
looking forward.

Similar Messages

  • After upgrading to ios8 my 4s text dictation microphone does not work and is "greyed" out

    After upgrading to ios8 my 4s text dictation microphone does not work and is "greyed" out.  There is no function at all.

    Ok I fixed the issue, turns out a couple of weeks ago, I downloaded a program that was suppose to help shrink some of your stuff to use less data, it was called Onavo.  It was suppose to show you how much data you use to help keep you within your limits.  If you have downloaded this, go through your settings and delete it and it will fix the problem.  At least it did for me.  I can now send photo's to non Iphone users via text no problem.

  • HTMLEkitorKit color change does not work on existing color

    My problem is that I use StyledEditorKit.ForegroundAction to update the color of the selected text. It works the first time but if I select a substring of the text with the color attribute and apply the foreground action again the color attribute does not change. If I change the font size or the font family first applying the foreground action to the substring does work. A previous posting listed this as a known bug. I am using sdk 1.4.1_03. I have tried using CSS attributes and setCharacterAttributes as well with no success. Does anyone know of a solution?
    Steve

    Anyone? I tried setting the character attributes of the selected substring one char at a time to no avail. I also tried remove the attribute from the element but that removes the attribute from the whole string and not the selected substring. Help!
    Steve

  • Pages "Track Changes" does not work when working in cells in a document

    While attempting to edit a WORD file (converted to Pages for my macbook) it was discovered that the Track Changes feature will not register if the changes are inside a "cell" in the file.  The RFP I am trying to respond to is made up of multiple columns and rows.  Anytime you make a change inside the columns or rows the "Track Changes" does not record the change.  Outside of the columns/rows it works perfectly.
    I download the most recent OS and Pages file last week.  The issue started then.
    Has anyone had this issue before?

    Yes.

  • HT1414 My vocal texting and Siri does not work...why?

    ANy thoughts on why my Siri on my iPhone 5 does not work?

    A reset will not cause any data loss.
    A restore from backup should not result in any data loss.
    A restore as new will put the device in a "fresh out of the box" state.
    If you are using the device as designed (i.e. syncing contacts and calendars to a supported app on the computer or a cloud service) then there is no risk.
    Pictures are designed to be moved to a computer regularly.  Any that the user desires to have on the device should be synced via iTunes.
    All media on the device should exist in iTunes on the computer.
    Frankly, it would be really unintelligent to rely on any device, especially one as easily lost/stolen as a phone as sole storage of content.

  • Skype message / text box disappears / does not show in Mac Yosemite version

    After making a call the text box disappears. No amount of scrolling or clicking makes it appear again. I saw a reply from a Skype employee three weeks ago saying the development team is aware of it and is working on a fix. But it still keeps on happening over and over. Only way I've found to fix it (as have other community members) is to restart the program. 

    Having the same issue, it would be nice to have this fixed ASAP. 

  • Rule created to monitor a single line entries in a text.log file does not work

    Hi All,
    I have this strange issue. I created a script which generates .log file and i have configured a rule to monitor it. Whenever the .log is altered the alert does not come at all in SCOM 2012 R2.
    I want this alert to be raised when one specific line in the center is altered from LISTENING to NOT LISTENING.
    I have configured it. It triggered a alert for the first time and again it did not trigger at all.
    I created this rule and disabled it and overrided the value to true only to the MS acting as the watcher for this log file.
    The log file generates in the local drive of the MS itself.
    Changed the log watcher to a different server and also mentioned the application data source to a network location when the watcher was changed so it can pull the log accordingly.
    The log is generated in the MS itself. Tried using both local location where the log is located as well as converted the same to a network location still didn't help.
    C:\Port_checker is the directory where the .log file is located also there is no other log file present only 1.
    I also changed the parameters such as "Contains, Wildcard matches etc but nothing worked.
    Screenshots:
    2. 
    The SCOM Action account has Full permissions on all servers over the entire forest itself.
    Target used to create this rule is "Windows server operating system"
    Can any one help me please.
    Gautam.75801

    Since you have a script that updates a file line from "LISTENING" to "NOT LISTENING"
    you might want to try and configure a Two State Script Unit Monitor rather then a rule. So your script just need to check say every 5 minutes the content of the log file and generate an alert when it matches "Not Listening" and clear when
    it changes to "listening".
    http://www.systemcentercentral.com/wp-content/uploads/2009/04/HOW-TO_2-state_ScriptMonitor.pdf
    Cheers,
    Martin
    Blog:
    http://sustaslog.wordpress.com 
    LinkedIn:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Texting through messages does not work

    I am unable to send any text messages from the iPad2.  

    Check under settings->messages at top " learn more." You cannot send text messages to anyone who
    does not have ios5 on their iphone. So if they don't have an iphone you cannot send them a message.

  • HT4528 Calendar under IOS7.0.2 has been changed. does not work the same. what happened to LIST mode (multiple entries being displayed in list format) or am i doing something wrong?

    I got use to using Calendar app where multiple entries are stacked under IOS6.  Under iOS7.0.2 I enter a new appointment and after the entry I can not find the new appointment after i click on done.  Am I doing something incorrect HELP!

    The list view does not appear to be among the "standard views" for the Calendar app in iOS 7.0.x.  You can still get the list view by going to the day view and hitting the search button (magnifying glass icon).

  • Highlighting changes does not work with rulebased workflow

    Hi Experts,
    When we run the standard change requests provided with MDG 7 FP 2 we can see changes highlighted in colour but when we copy the same change request and make it a rule-based workflow we lose the functionality in the new change request.
    Is there something else we need to do to have the same functionality for Rule based workflow?
    Thanks and best regards
    Riaan

    Hi Sanjay,
    Yes.I am copying the standard change request that is working with highlighting the changes and then I change the copied workflow to the rule based workflow.
    The standard Change requests are highlighting the changes.
    I am using MDGF  7 with FP 2.
    We upgraded from MDG 6.1 to MDG 7 FP 2 and I am not convinced that the old UI was completely replaced when I run report RGZZGLUX before I opened the firs change request.
    I have the new UI in my change requests but the highlighting function is not working , even if I create a new CR from the Standard CR's now.
    Regards
    Riaan

  • Automatic payments details changing does not work

    Hello Comcast team,
    I have signed on automatic payment of my Comcast bills form my First Tech VISA credit card.
    Since First Tech moves from Visa to Master Card partner, I changed the payment method from credit card to the checking account on July 29, 2015. I got the following confirmation from Comcast:
    Thank you! Changes to your automatic payment settings will begin with your next bill. 
    I was sure I did everything that was needed, however today I checked my account and found the  automatic payment was not pass, and now the bill sum is $116.44 instead of $39.99.
    I made the payment of $39.99 immediately and now I have a question:
    - what was the reason of such a bill sum and how that problem can be solved?
    Thank you.
    Nick.
     

    Yes, I did, since I first thought that was a Mellel-only problem. But now that OmniOutliner also started showing these symptoms, I thought I’d also report it here.
    No results so far regarding my reports to 3rd party developers… If I hear something, then I’ll report here.

  • I just updated to 8.3 and now i cant add events to my calendar  an the red icon saying howmany new texts I have does not work. Anyone having same issue?

    Anyone having same issue. It is annoying not knowing when I have a new text

    Upgrade to Snow Leopard - it's compatible with the latest version of iTunes, and still supports PowerPC applications.
    $19.99 - http://store.apple.com/us/product/MC573Z/A/mac-os-x-106-snow-leopard
    Snow Leopard is required if you wanted to upgrade to Lion, anyway, which you may want to in the future if the latest version of iTunes no longer supports Snow Leopard.

  • I can not transcribe audio to text, since it does not work the Spanish package. Help me!!!!!

    Help!!Newsgroup_UserforumnotifierWoojinDebbie

    Just try with connecting a ordinary keyboard like any USB windows keyboard and that KBD will let you in. That may work fine. If it works then you can think what to do with the wireless keyboard.

  • HP Pavillion Does NOT work Straight Out of the Box after Purchase

    My daughter bought a new HP Pavillion from Office Depot before starting computer classes at the university.  The first one would not work at all and after the tech folks tried all that they could and it would not work, the Office Depot staff exchanged it for another one.  Straight out of the box, it does not work. It crashes constantly.  My daughter has spent HOURS that she needs for assignments on the phone with HP tech support.  Here is where she stands with the situation now:  She bought the extended warranty, but apparently that does not cover computers that don't work.  The HP warranty....does not apparently assure that you get a working computer either, even when it's just days old and won't function.  So....after spending from about 1p to nearly 6p today on the phone with HP tech support, she is not assured that it will work. 
    They are calling back on Friday to see.
    So if it is NOT working, are we just out of luck with a piece of junk that does not function except as a word processor?  That won't connect to the internet without crashing?  We have been given no options or assurances.
    ( Post edited by Moderator)  When you buy a computer, it should work when it's brand new.  If you have a warranty, does that mean that HP stands behind their product and refund the consumer's money when it doesn't?  The new HP Envy printer did not work, due to a defective ink cartridge enclosed with it.  Does any HP product work at all? 

    @Mariellynne 
    I have brought your issue to the attention of an appropriate team within HP. They will likely request information from you in order to look up your case details or product serial number. Please look for a private message from an identified HP contact. Additionally, keep in mind not to publicly post ( serial numbers and case details).
    If you are unfamiliar with how the Forum's private message capability works, you can learn about that here.
    http://h30434.www3.hp.com/t5/First-Time-Here-Learn-How-to-Post-and-More/bd-p/Hello
    I work for HP

  • I upgraded to iso6.0.1 on 4s and now the battery runs out quickly and text sounds/music do not work. Please can someone help.

    Help - I upgraded to iso6.0.1 and now the battery runs out quickly and the text and sound does not work! can anyone help me?
    Thanks

    Use the search box at the top of this page or look in the MORE LIKE THIS box to your right.  If you can find your way to this forum, you certainly can manage a search.

Maybe you are looking for