Execute query and Message Box Problem!

Hi,
I have a procedure to built undo function :
declare
ls_row varchar2(55);
ls_item varchar2(55);
begin
go_block(:parameter.l_current_block);
ls_row := :m_form.rowid;
execute_query;
if ls_row is null then return; end if;
loop
exit when :m_form.rowid = ls_row;
exit when :system.last_record = 'TRUE';
next_record;
end loop;
end;
This procedure working fine.
When I have edit some data and want to undo, then I pressed undo button. It's always display the message box "Do you want to save change you have made?".
I don't know how to make this message box can't display and being the execute_query work directed.
It's urgent, please help!
Thanks,
Leny

<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by lenyhu:
Hi,
I have a problem again........
If the item have a when-validate-item trigger. When I run undo function, how can I do to skip this validation and just do the undo function?
Leny <HR></BLOCKQUOTE>
set_item_property ( item_id, item_is_valid, property_true );
undo_function
set_item_property ( item_id, item_is_valid, property_false );
hope this helps.

Similar Messages

  • Web Analysis Error -- Error while executing query and retrieving data

    Regarding Web Analysis:
    We have a number of reports that we created. yesterday they were all working fine. today we try to open them and most are generating an error.
    The error is:
    Error while executing query and retrieving data.; nested exception is:
    com.hyperion.ap.APException: [1033] Native:
    1013033[Thu Oct 22 09:08:17
    2009]server name/application name/database name/user name/Error91013033)
    ReportWriter exit abnormally
    Does anyone have any insight into what is going on?
    My version information is:
    Hyperion System 9 BI+ Analytic Administration Services 9.3.0.1.1 Build 2
    Web Analysis 9.3.0.0.0.286
    Thanks in advance for your help.
    DaveW

    Hi,
    And also click on check option by opening the query in Query designer,as Mr . Arun suggested.
    And if you get any error in checking, see the long message(detail).
    With rgds,
    Anil Kumar Sharma .P

  • Kin Twom Phone and Message App Problems

    I have searched around and cannot find a similar problem to the one I am experiencing.  Yesterday, I tried sending some text messages, after typing my message I would try to send (tried via the on screen send button and the keyboard enter button), and I was always sent back to the home page.  I tried many times with the same results.  I finally decided that maybe I should try clearing out my messages.  I have only had my phone for 2 or 3 weeks, and I probably only send/recieve between 5-10 texts a day.  So I didn't think this should be a problem, but figured I should give it a try.  Well after some time, because it appears there is no easy way to delete ALL messages at once, I deleted my messages, and it appeard to fix that problem. 
    Now, today, I have a new problem.  I cannot make a call by manually dialing a number.  As soon as I enter the phone app I am sent back to the home screen.  I have tried everything, and cannot seem to get the phone app to stay up for more than a half second (not quite enough time to dial a number). 
    Is anyone else aware of these problems?  I am afraid I will have to take my phone back, and loose all my songs, contacts, etc. 

    mamcgoron wrote:
    I have searched around and cannot find a similar problem to the one I am experiencing.  Yesterday, I tried sending some text messages, after typing my message I would try to send (tried via the on screen send button and the keyboard enter button), and I was always sent back to the home page.  I tried many times with the same results.  I finally decided that maybe I should try clearing out my messages.  I have only had my phone for 2 or 3 weeks, and I probably only send/recieve between 5-10 texts a day.  So I didn't think this should be a problem, but figured I should give it a try.  Well after some time, because it appears there is no easy way to delete ALL messages at once, I deleted my messages, and it appeard to fix that problem. 
    Now, today, I have a new problem.  I cannot make a call by manually dialing a number.  As soon as I enter the phone app I am sent back to the home screen.  I have tried everything, and cannot seem to get the phone app to stay up for more than a half second (not quite enough time to dial a number). 
    Is anyone else aware of these problems?  I am afraid I will have to take my phone back, and loose all my songs, contacts, etc. 
    Please make sure to have your phone keyboard shortcut turned on. To reach the Phone settings screen, go to Apps > Settings > Phone. If your phone keyboard is set to OFF please change the setting to ON, as this may resolve your concerns.
    You may find other helpful information at the link below that points to your phone's manual.
    Kin TowM Manual

  • Firefox won't open, thought maybe deleted, updated all plugins, still no Firefox so downloaded Firefox, but won't install and message box keeps saying to close Firefox so it can install. HELP!

    Last night my Norton told me to get rid of some of my programs so my computer would run faster. My computer was given to me with many programs already installed, and it is hard to tell from the names of programs what they actually do; but I figured if I could remove, then I could re-install if necessary. I removed a few before my brain was able to scream STOP. I cannot now remember which ones. No doubt this has everything to do with Firefox's "absence." (I do know that I did not remove Firefox itself, but possibly a program that plays a supporting role.) I'm dizzy trying to "fix" this, and if I was not able to LOL, I'd be crying all night! Thanks for any help.

    Do a clean (re)install:
    * Download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    Your bookmarks and other profile data are stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder] (not in the Firefox program folder) and won't be affected by a reinstall, but make sure that you do not select to remove personal data if you uninstall Firefox.

  • Mixing Query and RFC: structure problem

    Hi,
    When I use Queries together with RFCs I am facing the following issue: what is the DDIC structure I should use for my RFCs since the Query object in Visual Composer seems to create the output dynamically ?
    Is there a structure in DDIC for each Query that I don't know of ?
    Let's say I want to update the Transaction cube behind the Query (similar to what BI-IP does). Do I have to create the structure each time ?
    Thanks in advance.
    Best regards,
    Guillaume

    BI Queries are based on DDIC-structures. Use in the BI system the transaction rsd1, which leads you to the InfoObject (IO) maintenance screen. Select the IO, that's behind your query field and look at the definitions. You will be able to find domain and DDIC type.

  • Message box problem

    I have a program that I created with GUI and I am using messageboxes.
    When you click a button one comes up and tells you stuff, but it won't close.
    When you click OK on it, expecting it to close so you can select another button it just stays there?
    Anyone know why this might happen?

    Without looking at your code, no.
    Try something like this:
    JOptionPane.showMessageDialog(myJFrame,
                                  "A critical error has occurred",
                                  "CRITICAL ERROR",
                                  JOptionPane.ERROR_MESSAGE);

  • How to cancel a query when execute query builtin fire and No Records found.

    Hi,
    I am unable to cancel a query when i make query (fire enter-query) then fire (execute-query) and no records found then the form status is enter-query mode. Plz help me that how can i back to normal mode of form.
    here i use the code for coming back to enter-query to normal mode but no results.
         if :system.mode = 'ENTER-QUERY' THEN
    ABORT_QUERY;
         clear_form;          
         END IF;
    thanks in advance....

    Hello,
    I would test the record status of the first record in the block. If this status is 'NEW', then there is no record retrieved, so that you can exit the query mode with exit_form()
    Francois

  • Problem in executing query in browser and bex analyzer

    i am not able to execute query in browser nor bex analyzer...
    problem is that i dont have option to run in bex analyzer in query designer (menu bar seems missing in query designer and how can i get enabled
    and when execute the query in browser using bex query designer ..it prompts me with following error
    URL http://saperpdev.saperpdev.com:8002/sap/bw/BEx call was terminated because the corresponding service is not available
    Note
    ■The termination occurred in system ERD with error code 403 and for the reason Forbidden.
    ■The selected virtual host was 0
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:SAPERPDEV_ERD_02-v:0-s:403-r:Forbidden
    and i tried to open the query from bex analyzer  level
    it prompts me as follows
    macros are disabled because the security level is set to high and digitally signedtrusted certificate is not attached to the macros,to run the macros change the security level to lower settings
    pls suggest me

    hi suman,
    thanks for your response.. but let me be more clear
    i am using sap gui 7.20 front end and when i execute rrmx i am able to navigate to BEx analyzer but when i tried to open a report which i create i get following error message..
    you do not have sufficient authorization for infoprovider zic_proj
    function module  /SDF/AL_MAP_TRANSID_LOGH doesnt exit
    second thing is that i tried from bex query designer to execute the report ..but i am not able to execute the report...
    i hope some connections seems missing..please let me know what to do ASAP..
    and where can i post this question to get fast reply

  • Problem in Execute query on non-database block and database block together

    Hi All,
    In my form,i have
    1. First block is Non-database block with one non-database item.
    2. Second and third blocks are database blocks.
    Now the problem is that i want to perform execute-query for all the blocks.
    If the cursor is on the non-database item of 1st block and i clicks on the "Enter-query" then i am getting message " This function can not be performed here".
    If i click on the item of the database block and then clicks on the "Enter-query" and then "execute-query" it's working fine.
    But i don't want to do in this way.
    My cursor will be on the First block only and then it should perform execute-query.
    I am using this non-database item to copy value of this item to the item of the database block item.
    I think i make you understand about my problem.
    I am using forms 10g on Window xp.
    Please help me.

    Hi!
    Simply create a enter-query trigger on the non-database-block:
    begin
    go_block ( 'database_block' );
    enter_query;
    end;If your search criteria is in the non-database-item in the first block,
    you actually do not need the enter_query build-in.
    Just create a execute-query trigger on the first block like:
    begin
    go_block ( 'database_block' );
    execute_query;
    go_item ( :System.trigger_item );
    end;And in a pre-query trigger on the database-block copy the
    value of your seach item into the item you want to search for.
    Regards

  • I cannot open my firefox broswer. The message box appeared that said a problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available. Under that there are debug and close program buttons.

    I cannot open my firefox broswer. The message box appeared that said a problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available. Under that there are debug and close program buttons.

    JackieMars71 I would recommend reviewing your installation log files to determine if there are any errors during the installation process.  You can find information on how to locate and interpret your installation log files at Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html.  You are welcome to post any specific errors you discover to this discussion.

  • Problems installing plug-ins (and even Adobe updates) to Photoshop CS5 Extended on a new Win7 64-bit laptop.Instead, a message box pops up on the CS5 screen saying "could not complete your request because it is not the right kind of document."

    Problems installing plug-ins to Photoshop CS5 Extended on a new Win7 64-bit laptop.  (Same CS5 and plug-ins installed OK several years ago on a Vista laptop.  Now I'm just trying to migrate everything over to the new laptop.) Even some Adobe updates won't install.  Instead, a message box pops up on the CS5 screen saying "could not complete your request because it is not the right kind of document."   Any solution?

    CS5's automatic update mechanism is broken, perhaps because it is no longer updated and can't cope with the newer ways of updating.
    So this means you will have make a list of the updates that failed, go here: Product updates
    and manually download/install from there.
    Gene

  • "1 item" and pointed finger inside message box. Is there a fix for this problem?

    When I'm in e-mail, I get a hand with the pointed finger and a message box saying "1 item". The hand and box follow my pointer around the screen but I can't open up any e-mails. The only way out of it is to go up to Hotmail on top, select it and them select "In-Box." This only occurs in Firefox. Internet Explorer works fine and I never have the problem.

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • Out of the Box alerts and messages.  Necessary?

    Hi,
    I have installed Grid Control and I am monitoring a couple of Hosts and DB's and well, before I even did that I noticed that Grid had a whole bunch of Critical and warning alerts along with Policy Vioalations. Now I assume these are out of the box alerts and messages, cause some of them seems pretty dumb to me. I know we can change them to change the values but I just wanted to make sure if I should really worry about these or not? Are they really serious. Some of them don't make any sense to me and I have been trying to look online at places where I can find out what they mean exactly and how to correct them. Does anyone know how to. These messages are just annoying and I would like to log in to Grid and see no alerts or violations. Here are some examples of what I am talking about. Any advice or help is much appreciated :)
    Examples Alerts:
    -51.55% of all processes are in zombie state, crossed warning (35) or critical (50) thresho...
    -Number of Active Agents exceeded the critical threshold (1). Current value: 0
    **This one seems dumb to me since I only have one agent on the server and the threshold is set to 1!!!!
    -Metrics "Current Open Cursors Count" is at 1673
    -Target is in broken state...
    **This one I would really like to figure out what it means. It is listed under the errors tab.
    Example Policy Violations:
    -Critical Patch Advisories for Oracle Homes
    -Listener Direct Administration
    -Use of Hostname in Listener.ora
    -Oracle Home Executable Files Owner
    Thanks

    -Critical Patch Advisories for Oracle Homes
    Nice but pretty obvious - only need if you have a security policy at your company-Listener Direct Administration
    Dont believe in that one ...-Use of Hostname in Listener.ora
    Same with this ..-Oracle Home Executable Files Owner
    Should be fixed .. a valid problem.

  • Executing query error: System error in program SAPLRRI2 and form REP_A

    Hello Experts,
    I am facing problem while executing query.
    I have activated a query from BI content. The query is activated successfully in development and running successfully in development, so I transported the same into QA.
    When I execute this query into quality, automatically debuger opens. After I come out of debuger I get following error message:
    " >> Row: 82 Inc: LRRMSU13 Prog: SAPLRRMS
    System error in program SAPLRRI2 and form REP_ASSIGN_INITIAL_OPT-01- (see long text)
    Error when generating dataProvider "
    This query is using some standard structures, which are running successfully in other queries in QA.
    what would be an issue?
    Regards,
    Nirav Shah

    Hi,
      Try to regenerate the query in RSRT t.code.
       ie) RSRT - give the query name - Generate report ( icon will be there near to Execute + debug) .
    After generating the report, (logoff and login )try to execute the query again ..if the above solution doesn't work, check the below OSS notes which may help for you.
    OSS notes : 1. 1121766
                       2. 1117966
                       3. 1225856
    Regards,
    Siva.

  • Problem class important error while executing Query from favorites

    Hi Experts,
    1. I have tried execute the query from favorites it is showing the error message. " Problem class important"
        In the message text: logs showing error message [Attached the message screenshot].
    2. From "Query Designer" Execute [Ctrl+R] gives the error "500 Internal Server Error" [Attached the screenshot]
    3. Able to execute the reports from RRMX.
    No ST22 dumps. Can any one suggest about...how to rectify the errors.
    Thanks in advance...Surya

    Need tyo make sure the problem is with the query/workbook are general issue with all workbooks/query.
    1. Make sure the base query of work book is still executable. RRMX/RSRT.
    2. Execute the work book in Bex/Excel and look for definition of workbook; there might be some thing in the workbook referencing other than base query.
    3. If other workbook are also not working? need to check if other users have same issue.?
    Hope this will help to narrow the problem.
    Gopi

Maybe you are looking for

  • My mac has a intel core duo, not a intel 2 core duo, can I still upgrade to lion

    My Mac has an intel core duo processor, will I still be able to upgrade to Lion? What do I need to do if I can't?

  • ExporttoDisk() parameter issues

    Hi, I am trying to run reports from c# application using exporttodisk() method. I have set up the parameters in the report, but the report files with the following error. I use one of the report parameters (named SOURCE) to suppress a field in the pa

  • VO Extensions

    Hai All, I unable to Extend an EO Based VO. All the XML files from the MDS repositary are FTPed to My Projects and the Class file to the My Classes. But, when trying to Extend the VO, I am getting error message with EO's. The attributes of the EO's a

  • TIME on ESS/MSS with the SAP Portal, release ERP2005 ECC6.

    Hello, I need to implement TIME (Leave request) on ESS/MSS with the SAP Portal, release ERP2005 ECC6. Any informations about the customizing for a proof of concept would be appreciated. All the back-end (R/3) as allready been customized. Thanks for y

  • Can't change permissions to external hard drive

    Okay...so far switching to a mac from a PC has been extremely painful. I currently have an external harddrive that I only have read access to. When I go to File>Get Info I cannot change this to Write access. How can this be so hard.