Exforsys

Free Training

oracle form 6i(search button)

This is a discussion on oracle form 6i(search button) within the Oracle Apps forums, part of the ERP category; hi any one please tell me how to create search button in oracle forms 6i and which trigger can use, ...

Go Back   Exforsys > ERP > Oracle Apps

Exforsys.com

  #1 (permalink)  
Old 05-23-2008, 01:43 PM
Junior Member
 
Join Date: Apr 2008
Posts: 2
ranjit.chavan is on a distinguished road
oracle form 6i(search button)

hi
any one please tell me how to create search button in oracle forms 6i
and which trigger can use, what code to be written in trigger.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-06-2008, 04:44 AM
Junior Member
 
Join Date: Jul 2008
Posts: 4
rampraas is on a distinguished road
Hi,

Try the follwing code.

lv_def_where varchar2(32676);
lv_dum_val varchar2(2000);
begin

lv_dum_val := :blockname.field_name;
lv_def_where := 'Q1='||''''||lv_dum_val||'''';
SET_BLOCK_PROPERTY(DATABLOCK,DEFAULT_WHERE LV_DEF_WHERE); go_item('query_item');
execute_query;
end;

Hope it can be resolved.

With Best,
Rama Prasad K
Dubai.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 12-29-2008, 02:19 AM
Junior Member
 
Join Date: Dec 2008
Posts: 1
rakhatmis is on a distinguished road
Hi
i am facing the same problem to search.
i have written the code like this in Post_text_item trigger of my text item where user is entering the search criteria. but i am receiving the error FRM-40737: Illegal restricted procedure GO_ITEM in POST-TEXT-ITEM trigger.
Kindly help me regarding this problem as soon as possible
thanking you in advance
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
General Ledger – Technical dongta_ndh Oracle Apps 1 09-10-2009 07:34 AM
qtp&winreunner materail mattana_79 Testing Tutorials 2 01-09-2009 03:28 AM
Oracle Enterprise Single Sign-On Write-Up JaySan Oracle Tutorials 0 02-11-2008 06:32 PM
Urgent - WinRunner user guide material priyapp Testing Tutorials 3 02-16-2007 03:37 AM
oracle apps new form development bhaskara avunoori Oracle Apps 0 05-19-2006 12:08 AM


All times are GMT -4. The time now is 05:20 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
Copyright 2004 - 2009 Exforsys Inc. All rights reserved.