Re: Oracle Forms Search String
From: Lío <jgonzalezsuareNO_at_SPAMnexo.es>
Date: 2000/05/12
Message-ID: <j8anhsc734f35uu8li8v10e95vgk48v69j_at_4ax.com>#1/1
Date: 2000/05/12
Message-ID: <j8anhsc734f35uu8li8v10e95vgk48v69j_at_4ax.com>#1/1
Try this:
Set_Block_Property ( 'blk_name', Property_name,
'Where value like ''%PATERN%''');
Into the string, you need two quotes to get one.
An easy example is (in sqlplus):
select '''' from dual;
This returns a single-quote.
-- Julio César Glez Suarez Xixón, Asturies, Spain jgonzalezsuareNO_at_SPAMnexo.es (Remove NO SPAM)Received on Fri May 12 2000 - 00:00:00 CEST