Re: Forms windows compatibility

From: Ed Jennings <jenningse_at_domain-tech.com>
Date: Tue, 12 May 1998 07:36:44 -0400
Message-ID: <3558344C.554D_at_domain-tech.com>


Assuming you are interested in a single row, this will work:

OS_VAR=`sqlplus scott/tiger << END
select sysdate fom dual;
END`
echo $OS_VAR

Shell variable OS_VAR now contains the value of sysdate.

I'm doing this from memory, so I won't guarantee the syntax. If it doesn't work, let me know. I'll retrieve a working script and pass it along.

Ed Jennings

-- 
The opinions expressed here are my own, not those of Domain Technologies

Jørgen Bach wrote:

>
> How is it possible to make forms windows compilant?
>
> 1) when a field is selected the text should be selected (highlighted)
> 2) close icon should work
Received on Tue May 12 1998 - 13:36:44 CEST

Original text of this message