| T O P I C R E V I E W |
| ovince |
Posted - 03/10/2007 : 09:26:07 AM Hi all,
I open about about 10 data files (all 2 coulumns). I have automatized Originc to
1. make grapghs from each of them 2. to put toghether all graphs from 1. into one graph (layers on top of each other)
And now I would like to print but not all pages (1. + 2.) but only page that contain 2. With:
LT_execute("doc -e P {Print}; doc -s");
all pages were printed. How to do this?
thanks Oliver
|
| 1 L A T E S T R E P L I E S (Newest First) |
| Mike Buess |
Posted - 03/10/2007 : 09:46:56 AM Hi Oliver,
The LT script you use is intended for printing all graphs in the project. To print a selected graph just restore the graph window and print.
LT_execute("win -a graphName; Print");
...See PageBase::Print for OC's print command.
Mike Buess Origin WebRing Member
Edited by - Mike Buess on 03/10/2007 09:49:55 AM |