Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

FRM-40505: unable to perform query , help plz

2679980May 23 2014 — edited May 31 2014

hello all ,

im trying to make search using date

but when i press search button the following error displayed :

FRM-40505: unable to perform query

search button code :

Declare

  x date;

begin

  x:= :search.s ;

set_block_property('search',default_where,x);

  execute_query;

end;

your help is highly appreciated

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 28 2014
Added on May 23 2014
5 comments
17,554 views