Not show record after clear_form(no_validate)

hi master
sir first i press add button with under blow code
create_record
after this i press cancel button with this code
clear_form(no_validate);
execute_query;
first_record;
but sir my system not show record when i press view button then show all record why sir i think system show all record after cancel button becuase i give execute_query command
please sir give me idea
thank's
Aamir

Dear Aamir,
The block which contains your buttons might be a control block (i.e. a non database block) and you cannot write execute_query on such blocks.
To achieve this,
Move Control to your database block by writting
Go_Block('<block_name>');
clear_block(no_validate);
execute_query;
This will definitely solve your problem.
Regards,
Manish Trivedi

Similar Messages

  • OHS 11gR1 web-page not showing up after creation, registration of webgate

    Hello there,
    The OHS webpage on host:7777 is not showing up after I created, registered the webgate on oam 11g console. I copied the 2 artifacts into the ohs proxy server box in the webgate/config folder and restarted OHS instance but now, the ohs page won't show up. The opmn status says its alive but it doesnt show up in the browser.
    I have oam 11.1.2 installed with webgate 11.1.2 and ohs webtier 11.1.1.6.0. Am I missing any step? Do I need to create a authentication scheme before I check it? Please advise to the earliest convenience.
    Thanks!!

    Hi,
    You need to create authentication scheme. also create resourse for index.html page in OAM console and add it to protected resourse list. So when you will access OHS with 7777 port it will redirect to OAM SSO page, after successful login it will take you to the home page of OHS.
    mark, if this helps.
    Regards,
    Kishore

  • The templates are not showing up after I select them???

    the templates on pages are not showing up after I select them....unless I highlight the entire page and select a particular colour.  That leaves all the colours in the photo off.  Any help would be so very helpful.   

    CeraG - It will help to answer if you supply your system version, pages version and if you lately have done anything to the computer (installing, uninstalling etc)
    I think you have forgotten to do a Software update or it could also be a font problem but more info from you is needed!

  • Why are contacts not showing up after added

    why are contacts not showing up after added. Don't show up after they added when I want to select then for a new email

    I am replying to my post with the hopes that someone can please help me!
    I am adding new episodes, but they don't show up on the main page. The most recent one to show up is from 10/29/07. I added a new episode today, but it doesn't appear on the main page (before you subscribe). Is there a limit to the # of podcasts that can appear on the main page? Has anyone else had this problem? All the relevant info is above.
    Your help is much appreciated.
    Message was edited by: oneness_podcaster

  • Why is it not showing anything after I plugged in my USB hard drive? I cannot locate the drive in my macbook. FYI this happened after few times using it.

    I need help as I am new to IOS.
    Currently it is not showing anything after I plugged in the hdd to my mac book.

    I had the same exact issue, which you can see in another forum.
    I "killed" both my MBP and my wife's MBP by plugging in my iPhone and getting a  message about USB drawing too much power.
    It was not fixed by using an SMC reset.
    I DID fix it by unplugging the battery, I left it unplugged long enough to remove the RAM, HD and put some RAM and HD back into place. (I initially swapped the RAM and HD from my MBP into my wife's MBP.
    After that everything was good, although upon first boot, some apps crashed because of the "system date" being set to a date before 2000. I forget the exact date, but it will be some time in 1984, the birthdate of the Macintosh. It is not a big issue, just correct the date and time.
    If you are curious about that date, copy a large file on your drive and look at the CREATED/MODIFIED date....it will show this same date, until the copy is complete, at which time you will see the correct one.
    Once again, try to disconnect your battery, very carefully by lifting up the connecter evenly on both sides to avoid damaging the connector or the board.

  • HT4623 itune is not showing iphone after updateing to IOS6

    itune is not showing iphone after updateing to IOS6

    Have you tried the Basic Troubleshooting Steps...
    Restart... Reset... Restore from Backup...  Restore as New...
    Restart / Reset
    http://support.apple.com/kb/ht1430
    Backing up, Updating and Restoring
    http://support.apple.com/kb/HT1414
    If you try all these steps and you still have issues... Then a Visit to an Apple Store or AASP (Authorized Apple Service Provider) is the Next Step...
    Be sure to make an appointment first...

  • Contact addresses not showing up after upgrading to ios 7

    Contact addresses not showing up after upgrading to ios 7

    Contact addresses not showing up after upgrading to ios 7

  • Lacie Rugged external drive will not show up after Yosemite update.

    Lacie Rugged external drive will not show up after Yosemite update.  It show up in disc utility I can't access it.

    I have the exact same issue. Have you had any luck with a solution?

  • I am trying to update a chart in Pages that I created in Numbers, but the refresh button does not show up after I save the Numbers file. Thoughts?

    I am trying to update a chart in Pages that I created in Numbers, but the refresh button does not show up after I save the Numbers file. Thoughts?

    It is hard to exactly understand what you have  done or not by you one sentence description. My thought is have you read in the Pages User Guide? Here is what it says about updating a chart in Pages:
    Updating a Chart Copied from a Numbers Document
    If you’ve created a chart in Numbers, you can copy it and paste it into your Pages document. After it’s been pasted into Pages, the chart remains linked to the data tables it references in Numbers. To change the chart data, open the original Numbers document and edit the data there, save the Numbers document, and then refresh the chart data in Pages.To update a chart after you’ve updated its linked Numbers table:
       Select the chart on the page and click the Refresh button that appears.
    Note: You must save the Numbers document before copying and pasting your chart into your Pages document and after editing the Numbers data tables that the chart references.
    I hope it has helped you.

  • Af:table is not showing records until doing refresh of the view object iter

    Hi Experts,
    I am using JDeveloper 11.1.1.4 and i have a page whhich shows records of a particular read only view object as an af:table. When i run the page at first it is not showing any data at all . But there are 2 records when i run the query of that read only view object.In my page there is a link called "Refresh" which calls the "Execute" operation of the view iterator of my view object. When i click this link the table shows two records.Why the table does not show records once wehn the page is rendered?
    Please help me.

    The following is the code that shows the panel collection in my page.
    <af:panelCollection id="pc1" featuresOff="freeze, wrap"styleClass="NewStyle">
    <f:facet name="secondaryToolbar">
    <af:toolbar id="t1" styleClass="Secondary">
    *<af:query id="qryId1" headerText="Search" disclosed="false"*
    *value="#{bindings.salesInvoiceAuthorisationCriteriaWaitOnlyQuery.queryDescriptor}"*
    *model="#{bindings.salesInvoiceAuthorisationCriteriaWaitOnlyQuery.queryModel}"*
    *queryListener="#{criteria.processQueryForSalesInvoice}"*
    *queryOperationListener="#{bindings.salesInvoiceAuthorisationCriteriaWaitOnlyQuery.processQueryOperation}"*
    *displayMode="compact"*
    *saveQueryMode="readOnly" maxColumns="2"*
    *modeChangeVisible="false" styleClass="Minimal"*
    *conjunctionReadOnly="true"*
    *resultComponentId="::t2"/>*
    </af:toolbar>
    </f:facet>
    <af:table value="#{bindings.salesInvoiceAuthorisation1.collectionModel}"
    var="row"
    rows="#{bindings.salesInvoiceAuthorisation1.rangeSize}"
    emptyText="#{bindings.salesInvoiceAuthorisation1.viewable ? 'No data to display.' : 'Access Denied.'}"
    fetchSize="#{bindings.salesInvoiceAuthorisation1.rangeSize}"
    rowBandingInterval="0"
    filterModel="#{bindings.salesInvoiceAuthorisation1Query.queryDescriptor}"
    queryListener="#{bindings.salesInvoiceAuthorisation1Query.processQuery}"
    filterVisible="true" varStatus="vs"
    selectedRowKeys="#{bindings.salesInvoiceAuthorisation1.collectionModel.selectedRow}"
    selectionListener="#{bindings.salesInvoiceAuthorisation1.collectionModel.makeCurrent}"
    rowSelection="none" id="t2"
    columnStretching="column:accountNameColumn"
    binding="#{processDocuments.invoiceTable}"
    contentDelivery="immediate"
    partialTriggers="::c111 selectToPost ::qryId1"
    styleClass="newTableStyle" autoHeightRows="9">
    <af:column filterable="false" sortable="false"
    headerText="#{bindings.DocumentAuthorisationView1.hints.ToPost.label}"
    id="c18" align="center"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
    width="103">
    <af:selectBooleanCheckbox id="selectToPost"
    value="#{row.bindings.ToPost.inputValue}"
    autoSubmit="true"/>
    </af:column>
    <af:column sortProperty="DocumentName" filterable="true"
    sortable="true"
    headerText="#{bindings.salesInvoiceAuthorisation1.hints.DocumentName.label}"
    id="c11"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
    width="107" filterFeatures="caseInsensitive">
    <af:outputText value="#{row.DocumentName}" id="ot1"/>
    </af:column>
    <af:column sortProperty="ExternalReference" filterable="true"
    sortable="true"
    headerText="#{bindings.salesInvoiceAuthorisation1.hints.ExternalReference.label}"
    id="c10"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
    width="105" filterFeatures="caseInsensitive">
    <af:outputText value="#{row.ExternalReference}" id="ot8"/>
    </af:column>
    <af:column sortProperty="DocumentCategory" filterable="true"
    sortable="true"
    headerText="#{bindings.salesInvoiceAuthorisation1.hints.DocumentCategory.label}"
    id="c9"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
    width="105" filterFeatures="caseInsensitive">
    <af:outputText value="#{row.DocumentCategory}" id="ot11"/>
    </af:column>
    <af:column sortProperty="CrDr" filterable="true"
    sortable="true"
    headerText="#{bindings.salesInvoiceAuthorisation1.hints.CrDr.label}"
    id="c4"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
    width="52" align="right">
    <af:outputText value="#{row.CrDr}" id="ot9">
    <af:convertNumber groupingUsed="false"
    pattern="#{bindings.salesInvoiceAuthorisation1.hints.CrDr.format}"/>
    </af:outputText>
    </af:column>
    <af:column sortProperty="BaseDate" filterable="true"
    sortable="true"
    headerText="#{bindings.salesInvoiceAuthorisation1.hints.BaseDate.label}"
    id="c8"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}">
    <f:facet name="filter">
    <af:inputDate value="#{vs.filterCriteria.BaseDate}"
    id="id1" contentStyle="text-transform:uppercase;">
    <af:convertDateTime pattern="#{bindings.salesInvoiceAuthorisation1.hints.BaseDate.format}"/>
    </af:inputDate>
    </f:facet>
    <af:inputDate value="#{row.BaseDate}" id="ot6" contentStyle="text-transform:uppercase;">
    <af:convertDateTime pattern="#{bindings.salesInvoiceAuthorisation1.hints.BaseDate.format}"/>
    </af:inputDate>
    </af:column>
    <af:column sortProperty="ExternalAccountCode"
    filterable="true" sortable="true"
    headerText="#{bindings.salesInvoiceAuthorisation1.hints.ExternalAccountCode.label}"
    id="c6"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
    filterFeatures="caseInsensitive" visible="false">
    <af:outputText value="#{row.ExternalAccountCode}" id="ot3"/>
    </af:column>
    <af:column sortProperty="AccountName" filterable="true"
    sortable="true"
    headerText="#{bindings.salesInvoiceAuthorisation1.hints.AccountName.label}"
    id="accountNameColumn"
    styleClass="#{row.bindings.ToPost.inputValue ? 'RowSelected' : ''}"
    filterFeatures="caseInsensitive">
    <af:outputText value="#{row.AccountName}" id="ot4"/>
    </af:column>
    </af:table>
    </af:panelCollection>
    Edited by: Priya on Nov 22, 2011 12:22 AM

  • LR5 - Watermark does not show up after exporting...??

    Does not show up after exporting...?? Any ideas???

    ccherrry wrote:
    Any ideas???
    Yeah, provide some details.
    Version 5.0 or 5.2RC?
    Mac? PC?
    Simple Watermark?
    Watermark Editor Created? Text-based? Graphic-Based
    Export format?

  • Lock not released after CLEAR_FORM(NO_VALIDATE, TO_SAVEPOINT)

    Forms 6.0.8.26.0 on W2K SP4 in client/server mode
    Database Oracle9i Enterprise Edition Release 9.2.0.6.0.
    =======================================================
    I have 2 forms, DEPT and EMP. On form DEPT there is a button to call EMP:
    call_form('EMP', HIDE, DO_REPLACE, NO_QUERY_ONLY);In form EMP I have this KEY-ENTQRY trigger:
    CLEAR_FORM(NO_VALIDATE, TO_SAVEPOINT);
    enter_query;This is the scenario:
    Open form DEPT.
    Click on the button and query on form EMP.
    Update one EMP record without a commit.
    Open SQLPlus and do an update of the same record.
    update emp set ename='John Doe' where empno=1000;
    This statement waits for a commit or rollback in form EMP. So far, so good.
    Click on ENTER QUERY. Because of the CLEAR_FORM I expect a rollback on the update in form EMP.
    However, the session in SQLPlus is still hanging and I can see the blocking lock in the database.
    I have to exit both the EMP and the DEPT form before the lock is released.
    If I follow almost the same scenario, but open form EMP directly instead of via the button on DEPT, the lock on the EMP record is released when I press ENTER QUERY.
    If I replace the TO_SAVEPOINT with FULL_ROLLBACK, the lock is released in the first scenario too, but a FULL_ROLLBACK is not what I want.

    I created this on-rollback trigger:
    declare
      v_sp   varchar2(100);
    begin
      v_sp := get_application_property(SAVEPOINT_NAME);
      message('Rollback to: '||v_sp);
      issue_rollback(v_sp);
    end;The message showed that the form is issueing a rollback to savepoint fm1.
    In the database I could indeed see the savepoint being set when form EMP is called:
    SAVEPOINT fm_1
    and rolled back to this savepoint when pressing enter-query:
    ROLLBACK TO fm_1
    This also showed me the difference when calling form EMP directly instead of via call_form. When you call the form directly, no savepoint is set, so the rollback is in fact a FULL_ROLLBACK.

  • Table not showing data after refresh

    Hi gurus ,
    A unique problem We have added a field in the custom table . once moved to quality system it is not showing up the data whwn when we do a select query on that table in se16 . say total entries are ten thousand four of them are checked and when display not checked i.e eq space we get just 100 entries on number of entries ..i asked to regenerate the table in quality system but it did not help .The Quality system was refresh 1 month ago and we see it not working after it ..please suggest the correct steps we need to perform  to recover the data . Adjust database with keep data has already been done ...

    Hi Anjaneya Bhardwaj,
    If I understand well, your issue is that you have a SELECT in your program, saying newfield is your newfield, something like:
    SELECT ... FROM ztable INTO ... WHERE newfield = space.
    and it doesn't return the records that existed in quality before newfield was added.
    It it because, by default, when you add a field to an existing database table, with records already present, they are assigned the NULL value, which is different from space.
    They can be retrieved using WHERE newfield IS NULL.
    Usually, to avoid this issue, when we add a new field, we tick the "no null value" checkbox for this new field, in SE11 transaction. That will initialize the field of existing records, to the initial value (space for characters, 0 for numeric fields, etc.) Note: maybe it can be counter performant for big tables...
    Solution for your issue, run this code once:
    UPDATE ztable SET newfield = space WHERE newfield IS NULL.
    BR
    Sandra

  • Rotate movie feature not showing up after installing quick time pro key

    I installed Quick Time 7 Player for Windows and then entered my Quick Time 7 Pro registration code. When I open a movie, recorded on a Sony Cyber Shot camera, movie editing features are not showing up. I need to rotate my movies 90 degrees and that was the sole purpose of purchasing the pro addition.
    After reading through pages of on-line support resourses and endless calls for technical support (and receiving none), I am still unable to figure out what's going on. Any ideas? Thank you for your help and insights in advance.

    Sounds like you are trying to edit muxed mpeg files, the editing of which QT PRO does not support. It also will not export the sound from such files. If they are mpeg-1 you can use Mpeg StreamClip to edit or export them. If they are mpeg-2 you would first need to buy the mpeg2playbackcomponent. With that component installed mpegstreamclip will also edit mpeg2 files.
    Message was edited by: Dick Napoli

  • My imported backup html files from another computer do not show up after import

    I am currently transferring files from my macbook pro to a pc netbook. I already exported my firefox bookmarks via an external drive and accessed the html file on my new netbook. After importing the html on firefox on my new netbook, the bookmarks do not show up on my bookmark list.

    Please see this article on how to move your bookmarks and settings from one computer to another: [[Moving your Firefox bookmarks and settings]].
    Caution: Restoring bookmarks from a backup will overwrite your current set of bookmarks with the ones in the backup file.

Maybe you are looking for

  • Download out of BSP Application

    Hi @ all, I built a BSP Application and like to up- and download some files. Upload is no problem, because If got a BSP element for that. But how to handle the downloads, because in my opinion all GUI* methods should not work... Regards Matt

  • Blue Screen Pops up everytime I put my shuffle into USB port

    PLEASE anyone help me!! My shuffle was working fine and then one day an Blue ERROR screen pops up telling me windows is shutting down because of an error. I was told it might be a driver error and to disable the drive or check for driver updates. is

  • OWB 10gR2 Process Flow returning status = Complete and Result = Null

    Hi, I have a process flows i ran lot of times with success (it shows status = complete and result = OK). It invokes a lot of mappings and other flows Sometimes one of invoked mapping or flows shows status = complete and result = Null and main process

  • Inserting Multimedia Links

    I have inserted multimedia links into my document. When I generate the links all work correctly. However, once I then move the file to the appropriate drive and then go click on the link I get an error message. The page cannot be found HTTP Error 404

  • Help!  my airport says "No Airport card Installed"!!

    My computer has been working fine and now i just turned on and my airport is gone!! it won't let me do anything wireless and when i click on the icon at the top it says "No Airport Card Installed"!! it was working just fine an hour ago!! my computer