Running an SQR using HOST command
ginabMar 20 2008 — edited Mar 24 2008We are using Forms 10g and want to call sqr using the host command. The only way we can get this to work is to put the sqr call in a shell script which also contains all of the necessary environment variables and then use host to run that shell script.
I've tried putting the environment variables in default.env to no avail.
(This is a UNIX environment).
Is it possible to run an sqr directly using the host command?
host('sqr .....')
Thanks in advance!