Aaron,
You want to use PUT UNFORMATTED. This will export
PUT UNFORMATTED "ViewReport= "
"'H:\Vantage\Crystal Reports\MethodMaster.rpt'"
"?param="
"Part.PartNum"
"&dsn=Progress91D&dbname=mfgsys&dbuser=sysprogress&dbpass=sysprogress"
"&".
As this
ViewReport= 'H:\Vantage\Crystal Reports\MethodMaster.rpt'?param=
Part.PartNum&dsn=Progress91D&dbname=mfgsys&dbuser=sysprogress&dbpass=sysprog
ress&
If you want a carriage return in the data, just place a SKIP where you want
a carriage return.
Message: 8
Date: Wed, 31 Dec 2003 10:27:06 -0500
From: "Aaron Hoyt" <hoyt@...>
Subject: Progress export
From the lack of any questions or comments on the list today it might be
the wrong day to ask, but...
When writing a progress procedure to export, does anyone know how to
export without the "" surrounding everything?
For example, I am setting up an export that creates an INI file for the
saberlogic report tool to use to run a Crystal Report with the
parameters I choose.
You want to use PUT UNFORMATTED. This will export
PUT UNFORMATTED "ViewReport= "
"'H:\Vantage\Crystal Reports\MethodMaster.rpt'"
"?param="
"Part.PartNum"
"&dsn=Progress91D&dbname=mfgsys&dbuser=sysprogress&dbpass=sysprogress"
"&".
As this
ViewReport= 'H:\Vantage\Crystal Reports\MethodMaster.rpt'?param=
Part.PartNum&dsn=Progress91D&dbname=mfgsys&dbuser=sysprogress&dbpass=sysprog
ress&
If you want a carriage return in the data, just place a SKIP where you want
a carriage return.
Message: 8
Date: Wed, 31 Dec 2003 10:27:06 -0500
From: "Aaron Hoyt" <hoyt@...>
Subject: Progress export
From the lack of any questions or comments on the list today it might be
the wrong day to ask, but...
When writing a progress procedure to export, does anyone know how to
export without the "" surrounding everything?
For example, I am setting up an export that creates an INI file for the
saberlogic report tool to use to run a Crystal Report with the
parameters I choose.