Query Only form having issue

I have a simmilar situation here.
Am using a form which has 2 non-DB fields on the canvas and two DB fields on null canvas. While fetching the record I want to show derived values in Non-DB fields based on DB records. So i used Post query.
Now every time it ask me 'Do you want to save your records?' when I hit F4.
Also If i made a Form function with function parameter Query_only = 'Y' . When I hit Ctl+F11 it says you cannot updtate this record. and stuck on those two fields.
Am using Set_Record_Query_Status in post_query but still facing the same issue. Do you have any solution here?
Thanks,
Adi

Adi,
Do you have the Non-DB items in the same Data Block as your DB Fields? Ideally, you should place the non-db items in a Control Block. Another alternative would be to make your non-db items "Display" items. Both will prevent Forms from registerting changes when you Post-Query data into the non-Db items.
Hope this helps.
Craig...

Similar Messages

  • TS1702 Renewed my subscription with the Sun app, was charged £0.69 but app won't load seem that I am not the only one having issue with this app. How can I claim my money back?

    Renewed my subscription with the Sun app, was charged £0.69 but app won't load seem that I am not the only one having issue with this app. How can I claim my money back?

    It sounds like you may have multiple problems, but none of them are likely to be caused by malware.
    First, the internet-related issues may be related to adware or a network compromise. I tend to lean more towards the latter, based on your description of the problem. See:
    http://www.adwaremedic.com/kb/baddns.php
    http://www.adwaremedic.com/kb/hackedrouter.php
    If investigation shows that this is not a network-specific issue, then it's probably adware. See my Adware Removal Guide for help finding and removing it. Note that you mention AdBlock as if it should have prevented this, but it's important to understand that ad blockers do not protect you against adware in any way. Neither would any kind of anti-virus software, which often doesn't detect adware.
    As for the other issues, it sounds like you've got some serious corruption. I would be inclined to say it sounds like a failing drive, except it sounds like you just got it replaced. How did you get all your files back after the new drive was installed?
    (Fair disclosure: I may receive compensation from links to my sites, TheSafeMac.com and AdwareMedic.com, in the form of buttons allowing for donations. Donations are not required to use my site or software.)

  • Am I the only one having issues  Resound Linx?

    Am I the only one having issues with my iPhone 5S and Resound Linx?  Apparently it states in the brochure that it supposed to be high qualitiy sound, and  work great with the iPhone. I am having issues, I have to disconnect my iPhone to accept a standard landline at home or work.   Secondly it takes a few seconds to connect the ringing of the cell into the hearing aids which I either loose the call by missing it or have to connect it. It's unfortunate that Apple didn't take into consideration of having the cell ring right into a persons hearing aids like one of there competitors. Furthermore whomever wrote the brochure has clearly lied  it's not true what is stated in the Resound Linx around the steaming quality, and iphone connection!!

    Given my personal experience with both the ReSound LiNX and Starkey Halos paired with my iPhone, i can confirm that the interplay between both hearing aids and the iPhone is far from perfect. However, I don't think it is more Apple's problem than it is ReSound or Starkey. Apple has developed technical and programming interfaces to work with a large universe of Bluetooth devices. Consequently, the responsibility for connecting really relies on the device manufacturers to craft devices that meet the connectivity standard as it is defined. That hearing aids experience struggles there doesn't surprise me. The miniaturization of circuitry and the functionality they can pack into very small devices is astonishing.....but also leads to compromise as any other micro-miniature device would have compromises.
    My more immediate concern for you is that you have been told that you must disconnect your hearing aids from your iPhone before answering a land line handset. That doesn't sound right.

  • Update a single column in query only form

    Forms 9i, database 10g
    I am migrating the form from 6i to 9i. I have a form that is query only except for one field that can be updated. The main block1, based on a view, includes most of the person's personal data, none of which is updateable.. Another block2, based on a table, includes the 3 not-null colums that cannot be updated, and a remarks field, which can be updated. The block2 properties are set YES for insert, update, delete. The three non-updatable columns have properties set to NO for I,U and D, but the remarks column has I,U and D properties set to YES. When I enter data into the remarks field and press the Save on the Forms icon bar, I get error FRM-40508:unable to insert record and the ORA-00001:unique constraint. I don't should not be able insert and I don't want to, I just want to update one column.
    What am I not setting correctly in 9i? The same triggers and code works in 6i.
    Any suggestions are greatly appreciated.
    Vija

    No, there are no on-update triggers, but there are Post-Qry. I did run it in debug mode, but there is no good place to put a break point, since retrieval of the data works fine. Should I have key-commit trigger on the block to do the update?
    Vija

  • Enabling item on a query-only form

    Hi,
    I call a custom 6i form in query-only mode. However, now I need to enable one item on the first window for search purposes. I tried using SET_ITEM_PROPERTY,(ITEM_NAME,'Insert Allowed','TRUE') but it doesn't work. How do I achieve that functionality?
    Thanks.

    Hi,
    Thanks for the reply. I tried to set the property 'enabled' of the item to true so that I might be able to enter or update data into it.
    I am trying to change the form status from query only = YES and disable the blocks associated with it.

  • Query-Only Form

    How can I restrict a form to be used for Query-Only sometime (for some users) which can also be used as Insert/Update etc another time (for other users).
    I am using Open_Form not Call_Form.

    use
    CALL_FORM('<formname>', no_hide, no_replace,
    query_only);
    Thanks

  • Query only form problems

    I have a data block linked to a parent table in a parent/child relationship. The parent table's query key is made up of 2 data items. When the form is executed I want the users to enter values in these 2 data items and then press a button that has a trigger to execute the query. How can this be done and what properties should be set on the data block and items in this data block? Also, this form is a query only type form, no updating is to be premitted to the database.

    1. Consider to build a control block with these two items in the block.
    2. Create a LOV which will return the two items from a record group to the items in the control block.
    3. Passing the control block items' value for your query.
    Good luck.
    Jimmy

  • Query-only Forms?

    By default, the form wizard for portal assumes that I want to enable dml (insert/update/delete). The application forms that I need to build are query (read) only. Is there an option in the wizard for query-only that avoids building all the related dml code?
    I'm new to Oracle Portal (but used SQLForms back more years than I care to admit!). Are there any examples/demos of forms where the end user can enter query criteria (e.g., I only want to see employees with last name of "Smith")?

    You can try deleting the INSERT, UPDATE and delete buttons during the forms design time.
    For the query button, you need to use the following code, depending on the type of form :-
    For Form on Table/View, add the following code after doQuery; :-
    p_session.set_value(
    p_block_name => 'DEFAULT',
    p_attribute_name => '_FORM_STATE',
    p_value => 'QUERY_AND_INSERT');
    For Master-Detail forms, add the following after doQuery; :-
    p_session.set_value(
    p_block_name => 'MASTER_BLOCK',
    p_attribute_name => '_FORM_STATE',
    p_value => 'QUERY_AND_SAVE');
    Ideally, if you do not want to do any DML, you can use a Report and for the report layout, you
    can choose Form and set the Max Rows per Page as 1 so that you get one record at a time in a form like layout.

  • Query Only - Form Name : INVIDITM

    Oracle Apps 11i (11.5.10.2)
    Database : 9i
    Hi,
    Is it possible to make the Master Item(KIM) form as Query Only.
    Form Application : Inventory
    Form Name : INVIDITM
    I have tried it, but from Tools the attributes can be changed.
    Any Idea about this , or do i have to do Personalization.
    Thanks & Regards,
    Sakshi

    Hi,
    Found out following Notes - which worked
    Doc ID: 787189.1 Item Master Not Query Only When Passing Query_only="Yes"
    Doc ID 274866.1 How to Create a View Only Version of the Master Items Form INVIDITM
    Reagrsd,
    Sakshi

  • Tech support said I was the only one having issues!

    Verizon,
    How can you possibly say no one has complained or had similar issues with this phone when I come to this site to discover that hundreds of people have posted complaints?  I have had major issues with my LG revolution since I have got it and have constantly been told it is a software issue and the next software update will fix it, guess what no software upgrade has ever fixed any issue.  Freezing up, random restarts, never receiving/sending some text messages, claiming it must just be my phone when everyone I know with this phone has issues, short battery life, just to name a few issues and then when I call to say I want a different phone because this phone is not acceptable I receive RUDE CUSTOMER SERVICE.
    As my family has been loyal Verizon customers for many years this is blatantly not acceptable.  These are issues I have never had with any other phone from your provider and now all of a sudden this particular phone will not send texts and not receive others intermittently?  This is a service issue and a device issue!  I don't care how you fix it, but I want it fixed!  Before a service rep reply's to this saying "download the newest software as LG has addressed the issues in it", I have and (surprise) it did not fix anything!  As a loyal customer for many years I want a phone that works.  When my alarm doesn't go off because my phone is frozen causing me to miss class or work that's an issue.  Before you tell me well it may just be your individual phone why don't you look through this forum at the number of people that are having the SAME issues on their 3rd, 4th, 5th, 6th, 7th phones!  I DO NOT WANT ANOTHER LG REVOLUTION I NEED A PHONE THAT IS RELIABLE.  I spent a large amount of money on this phone expecting it to be a reliable cell phone, this is not what I expected.  Every time I have gone to Verizon to get my phone fixed or traded in I am told that they need to see the issue occurring at that exact time, how can I do that when many of the issues are intermittent? 
    With so many people on here having so many issues with this phone how can you simply ignore this problem?  Switch my phone for another phone of equal or lesser value PLEASE I would love to choose something else other than this phone.  If an issue isn't resolved I assure you when my contract is up I will be switching to a different provider causing your company to lose a lot more money in the long run than if you switch out my phone, and as I am sure I'm not the only person thinking this be ready to lose a lot of customers over not resolving an issue with an incompetent phone.

    Hello
    I did exaclty as VW told me to do regarding this phone.  It locked up, again, I drove to the store and the Manager tells me it is my fault becuase of apps or something I am doing.  VW needs to understand that as a Customer I purchase a product to use.  They advertise them to be used.  I also understand that I am a sucker for staying with VW.  OR it could be the early termination fee that bugs me for a Phone that I can't use.  If there is one App that is a common app that does not work, then all the similiar issues would be an easy fix.  The Manager forgot to ask me about the prior tech support--   this is a phone I have reset 3 times with 2nd tier service.  I have removed every app.. I have installed one app at a time over a period of a month.  The random freezes and lock-ups are never the same.  Today's freeze of the day was the slide lock--no longer worked.  The LG Revolution is the problem.  Now, I try not to make calls on it--so that is does not drop them.   I have removed every app for several weeks and had more lock-ups than if I have apps iinstalled.  The problem with this phone is not the Apps, it has a memory leak, or a design flaw.  I have my calls fowarded to a different phone just so I dont have to have the phone freeze during a conversation. 
    Today was the last straw--It will be replaced, but not replaced by anything other than a LG Revolution.  This is my 3rd replacement. 
    If you were lucky to read this post and have an LG Revolution that works--that is wonderful!!
    For me, this phone has been a reason to leave Verizon.  I just can't believe after following their instructions, I am told it is my fault, and no we will not give you any credit towards a new phone.  I was asking for a$50-100 bucks off a new phone...
    I pay hundreds of dollars each month for the last 10 years and this is what I get for my money.

  • Is it possible to update (=change) control block items in a query only form ?

    From Form.A we call Form.B with the parameter query_mode = query_only.
    This works fine.
    But in Form.B we have a non table block (=control block) with an poplist item.
    Allthough in query_only mode we like to change (it's not a real update cause it's control block) the poplist.
    But because of query_only mode this item is not updateable.
    Is there a workaround to make the poplist updateable in query_only mode ?

    Hi,
    It is not possible to change the BOX position using the Layout painter like changing windows position.
    You have change in the page Windows text elements only by changing their co ordinates.
    Regards,
    Anji

  • Line Chart query...having issues with finding the right SQL...tough query

    This initaial entry was much longer and confusing.
    I'm looking to make ar running total based using time periods...see the link in the last post to get to the demo.apex.com area.
    Rob
    Edited by: bostonmacosx on Feb 14, 2013 1:33 PM

    bostonmacosx wrote:
    Hello there. So I hope I can explain this sufficiently:
    OUT OF THE WAY: 11g 4.1.1
    I'm going to simplify my data so that it is clear what I'm looking to do.
    I want to have a line chart grouped by date. Let's say monthly...this is easy to do if you are dealing with one specific date and some value you can build the series against with case statements. I've done that a million times.
    The columns of data I'm dealing with are as follows:
    CREATE_DT(create date)
    RETIRE_DT(retire date)
    MACHINE_TYPE(type of machine)
    So lets say I want to see a line chart where each line(data point) is a MACHINE_TYPE and each bin is a month. That month should be any machine with a CREATE_DT below then end of the month and a RETIRE_DT which is either Greater then the end of the month or is NULL(ala hasn't been retired yet).
    In the query for a chart which is
    SELECT LINK,LABEL,CASE()"",CASE()"",CASE()"" from TABLE GROUP BY ROLLUP(VALUE)I guess I'm not seeing how to be able to put these values together so that it walks month by month and figures out the values and puts them in the correct "bin" of time along the X axis of the chart.
    I hope I'm being semi clear as it is hard to explain this scenario. Nope. Clear as mud.
    If time is plotted against the X axis, what measure is plotted on the Y?
    =============
    on another note I built this table from the data:
    01-JAN-12     01-FEB-12     01-MAR-12     01-APR-12     01-MAY-12     01-JUN-12     01-JUL-12     01-AUG-12     01-SEP-12     01-OCT-12     01-NOV-12     01-DEC-12     01-JAN-13     ENVOS
    59     59     59     59     59     59     59     59     59     59     59     60     60      Alias
    12     26     26     26     26     26     26     26     26     26     26     26     26      Blade
    9     9     9     9     9     9     9     9     9     9     9     9     9      DataMvrUsing the function:
    create or replace FUNCTION ACTIVE_SYSTEMS
    RETURN VARCHAR2
    is
    var1 VARCHAR2(4000):= '';
    start_date DATE:= to_Date('05-JAN-2012','DD-MON-YYYY');
    end_date DATE:= to_Date('08-JAN-2013','DD-MON-YYYY');
    new_start_date DATE;
    BEGIN
    new_start_date:=trunc(start_date,'MONTH');
    var1 := q'!SELECT !';
    while(new_start_date<end_date)
    LOOP
    var1 := var1 || q'! count(case when create_dt<'!'||to_char(new_start_date,'DD-MON-YY')||q'!' and (retire_dt IS NULL or retire_dt>'!'||to_char(new_start_date,'DD-MON-YY')||q'!') then 1 end) "!' ||to_char(new_start_date,'DD-MON-YY')||q'!",!';
    new_start_date:= add_months(new_start_date,1);
    END LOOP;
    var1 := var1 || q'! CMS_NODE_OS.OS_TYPE||' '||node_env as envos from CMS.CMS_NODE LEFT join CMS.CMS_NODE_OS on CMS.CMS_NODE.NODE_NAME=CMS.CMS_NODE_OS.NODE_NAME where retire_dt is NULL group by rollup(CMS_NODE_OS.OS_TYPE||' '||node_env)!';
    RETURN var1;
    END;
    Instead of inadequate attempts to explain this here with fragments of code that we can't do anything with because we don't possess the objects and data they're based on, show us something. Create the objects and some sample data in a workspace on apex.oracle.com and post guest developer credentials. Sketch the required chart or mock it up in a spreadsheet and upload it as an image or PDF so we can see what you're aiming for.

  • Am i the only one having issues with icloud??

    ive tried to many times to access it and its not allowing it does anyone else have issues accessing it?

    Given my personal experience with both the ReSound LiNX and Starkey Halos paired with my iPhone, i can confirm that the interplay between both hearing aids and the iPhone is far from perfect. However, I don't think it is more Apple's problem than it is ReSound or Starkey. Apple has developed technical and programming interfaces to work with a large universe of Bluetooth devices. Consequently, the responsibility for connecting really relies on the device manufacturers to craft devices that meet the connectivity standard as it is defined. That hearing aids experience struggles there doesn't surprise me. The miniaturization of circuitry and the functionality they can pack into very small devices is astonishing.....but also leads to compromise as any other micro-miniature device would have compromises.
    My more immediate concern for you is that you have been told that you must disconnect your hearing aids from your iPhone before answering a land line handset. That doesn't sound right.

  • Purchase Order form in Query only mode for some users

    Hi All,
    I want to make the Purchase Orders form as query only for a single user. I tried by giving 'Query_only=Yes' in the parameters section. I am getting 'FRM-04151: You cannot query records here' message more than 10 time. I know we get this message and this is applicable to all the users. But this message is comming more than 10 times.
    Is there anyway that I can restrict the Query only mode to a single user and please suggest about the message also.
    Thanks in Advance,
    Naresh

    Naresh,
    Since you want to achieve this for one user only, I would suggest you create a new function/menu/responsibility and assign this responsibility to the user.
    Note: 400380.1 - How To Create a QUERY-ONLY FORM
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=400380.1
    For the FRM error, please review the following document.
    Note: 116074.1 - ACCESS LEVEL - REVIEW ONLY - PO
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=116074.1
    Regards,
    Hussein

  • Update one column in Query only block

    Hi,
    I have a question regarding multi-record, multi-columns form block.
    A block has 100 columns (column1 to column100).
    We have two separate version of same form. In query only mode, update_allowed property of all the blocks in the form is False.
    But in query only form, one specifc column should be updateable.
    How can use Custom.pll to achive this functionality ?
    I tried following steps
    1. In when-new-item instance of column 54, wrote set_item_property and set_block_property
    2. Update allowed for block and specific item is True
    I know that Block property will override the property of items.
    Now all the items are updateable in query only form. But i want only one column updateable.
    Appreciate you valuable input on this.
    Thanks

    This is an eBusiness-related question, you should post it in the eBusiness-forum. From the "pure" forms point of view, set the Block as updateable and set all item except the one you want to be updateable to UPDATE_ALLOWED =PROPERTY_FALSE

Maybe you are looking for