Check boxes not checked when value passed through a request

I've a URL which sets default-check box values -
f?p=121:41:&SESSION.::YES::P41_OWNER,P41_AI_TYPE:&BUGDB_USER.,\5,6,7\
where "\5,6,7\" is the value of check-boxes.
On Page 41, I compute P41_AI_TYPE as follows (as a Process - On Load Before Regions) -
begin
if (:P41_AI_TYPE = '5,6,7') then
*:P41_AI_TYPE := '6:7:5';*
end if;
end;
There are 3 conditional reports that are generated on the page 41 based on these values. i.e. 5,6,7. All the three reports are displayed indicating that the reports do indeed see the P41_AI_TYPE variable.
The "Debug" shows
0.03: ...Session State: Saved Item "P41_AI_TYPE" New Value="6:7:5"
prior to displaying the checkbox
The "Session" also shows -
121     41     P41_AI_TYPE     Checkbox     6:7:5     U
However none of the check-boxes are checked.
What could be the issue ?
Edited by: ygore on Aug 26, 2009 10:41 AM

0.01:
0.02: S H O W: application="121" page="41" workspace="" request="" session="692841112185158"
0.02: Language derived from: FLOW_PRIMARY_LANGUAGE, current browser language: en-us
0.02: alter session set nls_language="AMERICAN"
0.02: alter session set nls_territory="AMERICA"
0.02: NLS: CSV charset=WE8MSWIN1252
0.02: ...NLS: Set Decimal separator="."
0.02: ...NLS: Set NLS Group separator=","
0.02: ...NLS: Set date format="DD-MON-RR"
0.02: ...Setting session time_zone to dbtimezone
0.02: NLS: Language=en-us
0.02: Application 121, Authentication: CUSTOM2, Page Template: 5653628457062181
0.02: ...Session ID 692841112185158 can be used
0.02: ...Application session: 692841112185158, [email protected]
0.03: ...Determine if user "YPGORE" workspace "943324391470666" can develop application "121" in workspace "943324391470666"
0.03: Session: Fetch session header information
0.03: Saving g_arg_names=P41_OWNER and g_arg_values=YGORE
0.03: ...Session State: Saved Item "P41_OWNER" New Value="YGORE"
0.03: Saving g_arg_names=P41_AI_TYPE and g_arg_values=5,6,7
0.03: ...Session State: Saved Item "P41_AI_TYPE" New Value="5,6,7"
0.03: ...Metadata: Fetch page attributes for application 121, page 41
0.03: Fetch session state from database
0.03: Branch point: BEFORE_HEADER
0.03: Fetch application meta data
0.04: Computation point: BEFORE_HEADER
0.04: Processing point: BEFORE_HEADER
0.04: Show page template header
0.04: Computation point: AFTER_HEADER
0.04: Processing point: AFTER_HEADER
Root Cause Analysis
([email protected]) | Logout
     Reports      
Edit
     Classify      
Edit
     Administration      
Edit
EditEditEdit
Summary Report     Area Report     Custom Reports     
0.05: Region: Action Items Report
Action Items Report
0.05: Computation point: BEFORE_BOX_BODY
0.05: ...Evaluate condition "NEVER" for computation of item: P41_AI_TYPE
0.05: Processing point: BEFORE_BOX_BODY
0.05: ...Process "Compute AI Type": PLSQL (BEFORE_BOX_BODY) begin if (:P41_AI_TYPE = '5,6,7') then :P41_AI_TYPE := '6:7:5'; :P41_AI_TYPE_COMMA := '5,6,7'; end if; end;
*0.05: ...Session State: Saved Item "P41_AI_TYPE" New Value="6:7:5"*
0.05: ...Session State: Saved Item "P41_AI_TYPE_COMMA" New Value="5,6,7"
0.05: Region: Enter Bug User Id
0.06: Item: P41_AREA TEXT
Area :      Edit
0.06: Item: P41_OWNER TEXT
     AI Owner :      Edit
0.06: Item: P41_AI_PERCENT_LOW_MARK TEXT
     AI %age comp. range      Edit
0.06: Item: P41_AI_PERCENT_HI_MARK TEXT
     And      Edit
0.06: Item: P41_AI_TYPE CHECKBOX
     AI Type :      
Test-Generic     TestCase     Development
Edit
0.06: Item: P41_AI_ID TEXT_WITH_ENTER_SUBMIT
     AI Id :      Edit
0.06: Item: P41_GO BUTTON
     Go      
Edit
0.06: Item: P41_AI_TYPE_COMMA HIDDEN
          Edit
0.06: Region: Test-Generic Action Items Report
     Test-Generic Action Items ReportEdit      
0.06: show report
0.07: determine column headings
0.07: activate sort
0.07: parse query as: RMTOOLS_QAINIT
0.07: binding: ":P41_AREA"="P41_AREA" value="%"
0.07: binding: ":P41_OWNER"="P41_OWNER" value="YGORE"
0.07: binding: ":P41_AI_PERCENT_LOW_MARK"="P41_AI_PERCENT_LOW_MARK" value="0"
0.07: binding: ":P41_AI_PERCENT_HI_MARK"="P41_AI_PERCENT_HI_MARK" value="100"
0.07: binding: ":P41_AI_ID"="P41_AI_ID" value="%"
0.08: print column headings
0.08: rows loop: 15 row(s)
No action items in this category.      
0.08: Region: TestCase Action Items Report
     TestCase Action Items ReportEdit      
0.08: show report
0.08: determine column headings
0.08: activate sort
0.09: parse query as: RMTOOLS_QAINIT
0.09: binding: ":P41_AREA"="P41_AREA" value="%"
0.09: binding: ":P41_OWNER"="P41_OWNER" value="YGORE"
0.09: binding: ":P41_AI_PERCENT_LOW_MARK"="P41_AI_PERCENT_LOW_MARK" value="0"
0.09: binding: ":P41_AI_PERCENT_HI_MARK"="P41_AI_PERCENT_HI_MARK" value="100"
0.09: binding: ":P41_AI_ID"="P41_AI_ID" value="%"
0.09: print column headings
0.09: rows loop: 15 row(s)
No action items in this category.      
0.09: Region: Development Action Items Report
     Development Action Items ReportEdit      
0.10: show report
0.10: determine column headings
0.10: activate sort
0.10: parse query as: RMTOOLS_QAINIT
0.10: binding: ":P41_AREA"="P41_AREA" value="%"
0.10: binding: ":P41_OWNER"="P41_OWNER" value="YGORE"
0.10: binding: ":P41_AI_PERCENT_LOW_MARK"="P41_AI_PERCENT_LOW_MARK" value="0"
0.10: binding: ":P41_AI_PERCENT_HI_MARK"="P41_AI_PERCENT_HI_MARK" value="100"
0.10: binding: ":P41_AI_ID"="P41_AI_ID" value="%"
0.11: print column headings
0.11: rows loop: 15 row(s)
No action items in this category.      
0.11: Region: Print Region
     Print Report      
Edit
0.11: Computation point: AFTER_BOX_BODY
0.11: Processing point: AFTER_BOX_BODY
0.11: Computation point: BEFORE_FOOTER
0.11: Processing point: BEFORE_FOOTER
0.11: Show page tempate footer
Home     Application 121     Edit Page 41     Create     Session     Activity     No Debug     Hide Edit Links     Show Edit Links
0.11: Computation point: AFTER_FOOTER
0.11: Processing point: AFTER_FOOTER
0.11: Log Activity:
0.11: End Show:

Similar Messages

  • Significant digits not obeyed when value set through property nodes

    Hi, I have a front panel with a large number of indicators on it. As updating each one is a very straight forward task, I am using the This.Panel.Controls array to step through and update each indicator appropriatly. The problem is, that because I have so many indicators, and the actual numbers aren't that important (they are also being logged elsewhere) I only wish to have 4 significant digits displayed so that the value fits into the size of the indicator. I set each indicator to have a display format of %_4f, but when I run it this is not obeyed and 7+ digits are displayed. I'm guessing this has something to do with updating the controls via the property node, but I'm not sure why that should cause an issue. Any ideas?

    Nope, I double checked the format string. I do mean significant digits by the way. My imput values are expected to be in the range 0-100 but I've sized my indicators to fit only 4 digits, which will give me at worst a 0.1% error over the full range, which is good enough. Right now the channels from which I am grabbing data are all disconnected, so I am just getting noise. I've attached images of both the format string I'm using, the relavent part of my code where I update values, and an example of the output I get. Thanks,
    Jon
    Attachments:
    FormatString.PNG ‏32 KB
    ouput.PNG ‏2 KB
    ValueUpdating.PNG ‏25 KB

  • Notification not sent when deadline passes

    Hi all!
    I have defined deadline monitoring Latest End and Requested End for several steps in Workflow.
    The time is static (X days from Work Item Creation).
    The action is Modelled. When deadline passes, notification must be sent to receipient.
    The problem: notification is not sent and workflow is in ERROR status in PRODUCTION environment.
    In QA environment everything is OK and notification is always send.
    The deadline definitions in SWU3 are similar in QA and PROD.
    Can somebody help me?
    Thanks in advance,
    Nina Korotayev.

    Hello Nina,
    It wasn't my recommendation to make it SYST-UNAME, but it should work.
    So you say that in the binding you have:
    &NUMBER.RF_PARTNER_MANAGER& -> &ADDRESSSTRINGS&
    and yet the values are:
    RF_PARTNER_MANAGER = USMORISSU
    AddressString=US
    I assume you mean AddressStrings (with an s at the end).
    It's strange that a simple binding doesn't work.
    Is RF_PARTNER_MANAGER a virtual attribute? Does the underlying database field perhaps receive its value just before this step? That could explain it, the workflow isnj't up to date with the database.
    Remind me, have you been able to reproduce this problem in the test system?
    regards
    Rick Bakker
    Hanabi Technology

  • Black box able to log traffic passing through...

    Hi
    I'm looking for a box able to sniff the tcp/ip traffic (source ip address, destination ip address and ports) passing from it's ingress interface to the egress interface and viceversa (useful the bypass option if this box fails) without any change of the traffic passing through, just logging it and sending this log to a syslog server.
    We need it as solution to be compliant with the new police law against computer criminals where is written that all the internet traffic has to be logged (we offer sometimes transparent internet access to our customers where we do not put any kind of equipment as firewall, proxy or something else, only the router providing the internet access).
    Do you know if Cisco provide something like that ? Other vendors ?
    Any other idea how to be compliant with this request ?
    Thanks
    Pls advise
    Ric

    Cisco Intrusion Prevention System Sensor can be used to log ip traffic. You can manually configure the sensor to capture all IP traffic associated with a host you specify by IP address. You can specify how long you want the IP traffic to be logged, how many packets you want logged, and how many bytes you want logged. The sensor stops logging IP traffic at the first parameter you specify.You can also have the sensor log IP packets every time a particular signature is fired. You can specify how long you want the sensor to log IP traffic and how many packets and bytes you want logged

  • Go url issue - no value passed through in filter

    hi,
    I have issue with go url
    I insert the following formula but the filter is not applied (the value does not come through)
    in the target report I made a condition for "- Invoice date HIR"."INV Month" as is prompted; still nothing;
    it does navigate, and opens the target report with options md, but filter is not applied;
    I think i went trough most of posts on the forum but am still unable to correct the code
    Id appreciate any suggestions
    '<--a href= saw.dll?GO&path=/shared/DRILL_DOWN
    &Options=md
    &Action=Navigate
    &P0=1
    &P1=eq
    &P2= "- Invoice date HIR"."INV Month"
    &P3=’||Periods."Month"||’
    style=”text-decoration:none;”>'
    ||'LINK'
    ||
    '<--/a>'

    hi
    changed;
    now the code looks following but OBI would not accept it at all as formula
    ''||'LINK'||''
    i get an errror
    [nQSError: 10058] A general error has occurred. [nQSError: 27002] Near <=>: Syntax error [nQSError: 26012] . (HY000) ...
    however; I kicked out this 'style...' entirely to make things easier
    ''||'LINK'||''
    it does drill but with the previous error (now without 'decoration''...)
    Error getting drill information: SELECT "- Invoice date HIR"."INV Month" saw_0, FROM "TEST" WHERE "- Invoice date HIR"."INV Month" = ''||Periods."Month"||''

  • Javascripts – check boxes not returning proper values

    Hi All, not sure if this is the right place for this post... but here goes....
    here's the url:
    http://theexperience-exchange.co.uk/Mods_appleit.html
    The contact form generates and e-mail.  At the moment the results form the checkboxes look like this:
    $1_month
    $6_months
    $12_months
    You can see that they aren't working... If only one is checked, they ALL show up! I know there's some html and JS needed.... looking on the web is driving me round the bend.
    Any simple solutions that anyone knows about would be greatly appreciated.
    All the best, RP

    Unless you want them to have the ability to click 1, 2 or 3 of those boxes, it would be best to use a group of radio buttons. That way, only one can be clicked and only the value of the clicked button will return to you.

  • Adobe Form Section is Not Showing When Value is Selected from Dropdown List

    Hello Experts
    We have this issue where an ADOBE FORM is embedded in a WEBDYNPRO APPLICATION. 
    When selecting a value from the dropdown field in the ADOBE FORM, some particular section in the ADOBE FORM is not shown.
    Here's the ADS and NW versions that we were using.  We are running on EHP5 landscape.
    - ADS - 7.3 SPS 3
    - NW 7.3 SPS 3
    PS. The same program is working in EHP4 correctly.
    Any idea on how to resolve this issue?

    This is a custom built form, the thing is we just upgraded our system to EHP5 and we are in the test phase. The same form works in system in EHP4.
    Based on the dropdown list selection, there are some sections in the form which are hidden previously will be shown now. when you change the country in the dropdown the new sections appear. The sections will not be visible before you select the couuntry from dropdown.
    Should I upgrade my Adobe live cycle designer version to a higher one?
    Thanks

  • UAC box not accessible when "modern" app is open.

    Problem:
    Modern app and UAC don't work well together.UAC box is impossible to use (to answer Yes/No on security warning)
    To reproduce:
    Go to User Account Control Setting and lower the setting to second from bottom ( to not dim the screen).
    Download an EXE program and start the installation.While it installs, open and use a modern app like OneNote.While you're using OneNote, the installation on background opens a UAC box to ask for a confirmation.However,the UAC box is not visible.At this point
    it's impossible to use OneNote app but you can use all other things on the PC.When you minimize OneNote, the UAC box is not visible.Click anywhere on OneNote app and you hear a sound (as if it's telling you that you have an active pending box that you have
    to close before using that window) .When you maximize the OneNote app the UAC box becomes visible for 1 second then disappears again.The only way to solve this is to right click on OneNote icon on taskbar and Close it.The UAC is still invisible  ! You
    have to run the program installation again.

    We tried request scope but that caused other problems. We aren't really looking for the constructor to be called with every view, just when a new instance of the application is invoked (by clicking a link in an email). Right now, if the user opens a new browser from the start menu and pastes our link into it everything works fine. I think our problem is in IE and Windows. Perhaps we'll try request scope again and see if the problems that causes are easier to solve than this.
    Thanks again for your help and your fast replies,
    Dave

  • PIE Graph does not return when values = 0

    I use this code to create a PIE Chart
    select null LINK
    ,'E0' LABEL
    ,(select count(*)
    from parts
    where om_geometry like 'E0'
    start with childid = :P1_SELECTED_NODE
    connect by prior childid = parentid) VALUE
    from parts where childid = :P1_SELECTED_NODE
    union
    select null LINK
    ,'E1' LABEL
    ,(select count(*)
    from parts
    where om_geometry like 'E1'
    start with childid = :P1_SELECTED_NODE
    connect by prior childid = parentid) VALUE
    from parts where childid = :P1_SELECTED_NODE
    union
    select null LINK
    ,'E2' LABEL
    ,(select count(*)
    from parts
    where om_geometry like 'E2'
    start with childid = :P1_SELECTED_NODE
    connect by prior childid = parentid) VALUE
    from parts where childid = :P1_SELECTED_NODE
    union
    select null LINK
    ,'E3' LABEL
    ,(select count(*)
    from parts
    where om_geometry like 'E3'
    start with childid = :P1_SELECTED_NODE
    connect by prior childid = parentid) VALUE
    from parts where childid = :P1_SELECTED_NODE
    union
    select null LINK
    ,'E4' LABEL
    ,(select count(*)
    from parts
    where om_geometry like 'E4'
    start with childid = :P1_SELECTED_NODE
    connect by prior childid = parentid) VALUE
    from parts where childid = :P1_SELECTED_NODE
    It works beautifully, except when each of the values returned equate to zero.
    When this is the case the svg chart is not returned. Any ideas?

    That will come in handy. I have some line graphs to do as well. I am using version 2.2 so i don't think they fixed it. However, i have some good news i have found a work around to my problem. With my set of data i am always going to be bringing back at max 5 values for the data, so i created an item type for each one and set a value in a temporary table. e.g.
    declare
    l_id number;
    begin
    delete from graph_temp where name like 'E0' and graph_name like 'P1_GEOM';
    select count(*) into l_id
    from parts
    where om_geometry like 'E0'
    start with childid = :P1_SELECTED_NODE
    connect by prior childid = parentid;
    if l_id > 0 then
    insert into graph_temp (name,value, graph_name) values ('E0',l_id,'P1_GEOM');
    end if;
    return l_id;
    end;
    As you can see the table only gets populated when the value is greater than zero. My graph then becomes a simple select from the graph_temp table. The only change i now need to make is to have a session id column in the graph_temp table so i only remove the correct session info each time.

  • High delay when traffic passes through the tunnel

    Hello,
    i have a dmvpn topology, .
    When i try to ping the real ip on the hub's outside interface from the spoke, the delay is approximately 100ms, but when i ping the tunnel ip address the delay becomes 4000ms.
    Your help is really appreciated

    Can you post the configuration?
    Did you set the MTU of the tunnel interface correctly?
    Also check the switching (CEF/Process Switching) configuration.
    Regards
    Farrukh

  • Where data is store when we pass through BAPI?

    Hi,
      I am using “BAPI_USER_CREATE1 “BAPI to create user and we want to know import parameters used in this BAPI where does it data store in the transparent tables. For example if I pass address parameters which table does it store?
    Thanks,
    John.

    Hi,
    This is taken from documentation.
    Functionality
    A new user with name USERNAME and specified attributes is created.
    The initial password and last name in the address must be transferred.
    Notes
    This method is fully integrated in central user administration.
    When the method is called in a system integrated in central user maintenance, the method does the following:
    When the method is called in the central system of this system group, user distribution is triggered.
    Entries for fields that cannot be maintained in the system are ignored. If, for example, fields that can only be maintained locally are transferred, they will be ignored in the central system when this method is called.
    If you want to assign profiles or activity groups to users in the system, use the methods ProfilesAssign and ActivitygroupsAssign.

  • Captivate 3 - click boxes not working when published

    I have a fairly large Captivate 3 file (131 MB .cp, 77 slides, most w/ audio) that I received from a vendor and am making some final edits. When I preview "next 5 slides" everything works great. When I publish though, the click boxes aren't working. I hear the click sound, but the action (continue, jump to slide, etc) does not occur. My gut feeling is that the file is fairly large and certain functions aren't being properly published.  I have done all I know to reduce the size of both the .cp and published files (image quality, audio quality, deleting unused items, remove Adobe Connect features, resave w/ new name, etc).
    Anyone know a potential cause and solution?

    Hi there,
    I have seen many instances when click boxes won't work. In this first instance I would suggest thatyou try removing the click box on one of the slides, insert a new one, publish and see if this makes any difference.
    If, not then try copying all of your slides from the existing project to a new file. If one of the slides does not copy across it might be that some part of the original project has become corrupted.
    In most cases I have found that removing the original interactive object: Click box, Text Entry Box etc and manually replacing this with a new one tends to address this issue.
    Let us know how you get on.
    Best - Mark
    Visit the macrofireball blog

  • Text Click box not working when using back button on playbar

    I have an interstesting situation.
    I have a slide that has 2 text clickboxes (Slide B)
    Each text click box has an advanced action associated that controls what is displayed on the next slide (Slide C) . The click boxes and the advanced actions work just fine except for the following situation:
    The learner is on Slide C and uses the 'back button' on the playbar to return to the slide where the two text click boxes are (Slide B), then the click boxes don't seem to work.
    However if the learner goes back one additional slide, the slide before slide B (let's call that one slide A) and the continues from Slide A to Slide B, then the click boxes on Slide B work again.
    Can't figure out why that is?
    has anyone come across this issue before?

    Not for native Captivate interactive objects that suffer with this limitation.  There are interactive widgets such as the Infosemantics Event Handler that have preference options to Reset Success/Fail Criteria After Action.
    You could download a trial version and give that a go:
    http://www.infosemantics.com.au/adobe-captivate-widgets/download-free-trial-widgets
    You can attach this widget to any kind of screen object to make that object interactive.

  • .xml file not loading when piece runs through an LMS

    Dear all
    We created a fully interactive training program on MS Excel where we also simulated Excel using the OWC10.DLL control.  This works pretty well for both .exe and web packaged pieces.
    In certain cases this control is pre-populated using a .xml data file.
    When the piece is packaged for the web and runs directly over the web - everything works fine.
    But when published to Moodle as a SCORM 1.2 package the data in the .xml file is not read.  The .xml file is included in the SCORM wrapper.
    Anyone has any idea what the problem could be?

    My existing mime types on the Apache server as follows:
    AddType application/x-authorware-seg aas
    AddType application/x-authorware-bin aab
    AddType application/x-authorware-bin x32
    AddType application/x-authorware-bin u32
    AddType application/x-authorware-bin vox
    AddType application/x-authorware-bin xml
    AddType application/x-authorware-map aam
    AddType application/x-authorware aam aas u32 vox xml
    Still not working ;-(
    Johann Fouché
    +27 82 853 1010
    http://www.jfmultimedia.co.za
    Skype:  johannfouche
    Telephone VOIP:  +27 127435670

  • "This operation is not permitted" when saving PDF through a plugin

    Not sure what I am doing wrong. It appears as though I've followed the PDF Reference and documentation correctly, but I am getting this error when my plugin trys to save my PDF file to a new location (dont want to overwrite the original).
    Here is the sample code. I hope what I am doing wrong is easy to fix.
    PDDocClose(currentPDDoc);
    ASPathName filePathName = ASFileSysCreatePathName(NULL, ASAtomFromString("CString"), replacedSavePath.c_str(), 0);
    PDDocSave(currentPDDoc, PDSaveIncremental | PDSaveLinearized, filePathName, ASGetDefaultFileSys(), NULL, NULL);

    Ahh the problem was that the file was secured with a password. The documentation mentions:
    Known Exceptions
    Raises
    pdErrOpNotPermitted if saving is not permitted. Saving is permitted if either edit or editNotes (see PDPerms) is allowed, or you are doing a full save and saveAs is allowed.
    So I looked for that exception in the docs and it said:
    pdErrOpNotPermitted
    This operation is not permitted. Acrobat
    security does not allow content copying
    or extraction. These operations should
    be permitted when the document’s
    master password is used.
    So for anyone getting this error, try removing security from the file first.

Maybe you are looking for

  • Implementing SQL Server Reporting Services with a Java EE Application

    Hi All, I need to find some tutorial on "Implementing SQL Server Reporting Services with a Java EE Application" for my j2EE application. Until now i have searched a lot of sites but have not any thing related to this topic. I am using apache axis alo

  • Samples for GarageBand and Logic.

    Quite a time ago, I mentioned Pete Thomas's samples. I play tenor sax and learnt about him from his own and the Sax on the Web site. Pete has played tenor with the Fats Domino Touring Band, written for Sound on Sound, taught sax and composing at Sout

  • Vb 6 issue

    Please sorry if am not posting at the correct forum, please am doing my project and i need some help in vb6 i need sql statement that will list all product that will expire within 60days based on their expiring date. this is my code, kindl help me Ad

  • Multiple BW Systems pulling data from one R/3

    Does SAP recommend multiple SAP-BW systems to pull data from the same R/3 system? If so then how does delta get get handled in such a scenario?

  • PanelGrid resizes after logn failure

    I am working on a simple login form, that requires a username and a password. Both fields are set as required = true . The problem is that if I ommit entering a value, then the page is redrawn with the panel having almost three times the initial widt