to get a postcript file from Case Designer

From: CRISTIAN PALMA <crpalma_at_cec.uchile.cl>
Date: Wed, 21 Dec 1994 16:37:52 GMT
Message-ID: <D16674.C3o_at_dcc.uchile.cl>


Hi ...

There is somebody that know how to generate a postcript file from the Case Designer ? I want to generate a posrcript file for a diagram that I have in the Case Designer. What environment variables I need to set in order to do this ( and which is the setting ? ) ? I need another thing ?

I saw the ccaseenv file - I use the tcshell - and I found that this file have various lines in commentary. So, here's this file ...

  • it was extracted from $ORACLE_HOME/cdict/admin/etc/ccaseenv ****

...

########################################################################

# Environment variables available for CASE*Designer
########################################################################

# CASE_SDPRINT: Used to specify the printer name in the printer command.
# Example: set <value> to "lw"
if ($?CASE_SDPRINT == 0) then
# setenv CASE_SDPRINT <value>

endif

# CASE_SDCMD: Used to specify the full printer command, including the
# printer name. This overrides CASE_SDPRINT
# Example: set <value> to "lp -dcaseprint" where caseprint
# is a printer name.
if ($?CASE_SDCMD == 0) then
# setenv CASE_SDCMD <value>

endif

# CASE_PS_PORT: Used to specify the PostScript plotter device to which
# the output will be written directly.
# Example: set <value> to "/dev/ttya"
if ($?CASE_PS_PORT == 0) then
# setenv CASE_PS_PORT <value>

endif

# CASE_PS_CMD: Used to specify the PostScript plotter OS command that
# will operate on the CASE*Designer generated file.
# Example: set <value> to "lpr -r"
if ($?CASE_PS_CMD == 0) then
# setenv CASE_PS_CMD <value>

endif

# CASE_HP_PORT: Used to specify the HPGL plotter device to which
# the output will be written directly.
# Example: set <value> to "/dev/ttya"
if ($?CASE_HP_PORT == 0) then
# setenv CASE_HP_PORT <value>

endif

# CASE_HP_CMD: Used to specify the HPGL plotter OS command that
# will operate on the CASE*Designer generated file.
# Example: set <value> to "copyplot"
if ($?CASE_HP_CMD == 0) then
# setenv CASE_HP_CMD <value>

endif

# CASE_PS_OFF_X: Offset X value of the origin point of a plot for testcard
if ($?CASE_PS_OFF_X == 0) then
# setenv CASE_PS_OFF_X <value>

endif

# CASE_PS_OFF_Y: Offset Y value of the origin point of a plot for testcard
if ($?CASE_PS_OFF_Y == 0) then
# setenv CASE_PS_OFF_Y <value>

endif

# CASE_KDF: Overrides default (dflt) value of the terminal definition file
# for SQL*ReportWriter.
# Example: set <value> to "srw_100"
if ($?CASE_KDF == 0) then
# setenv CASE_KDF <value>

endif

# CASE_EXPERT: Set this variable if you would like CASE*Designer to start
# in expert mode directly.
if ($?CASE_EXPERT == 0) then
# setenv CASE_EXPERT

endif

# CASE_PFONT: Overrides default font value for popup windows in diagrammers.
# Example: set <value> to "vtsingle"
if ($?CASE_PFONT == 0) then
# setenv CASE_PFONT <value>

endif

  • end of file ***

Thanks in advance ...

Cristian ... Received on Wed Dec 21 1994 - 17:37:52 CET

Original text of this message