The Origin Forum
File Exchange
Try Origin for Free
The Origin Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ | Send File to Tech support
 All Forums
 Origin Forum for Programming
 Forum for Origin C
 regarding column and label names

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Anti-Spam Code:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkUpload FileInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
blt2si Posted - 02/07/2003 : 10:53:24 AM
Hi all,
1. Is there any command to set the background color to a particular row or how to set the borderlines to a specified row?
2.when we are printing the result worksheet the column names(A(X),B(Y),C1(X),C2(Y),C3(Y)........etc-which are on the top of the worksheet) are also coming in the printouts.
how to delete these names?
and
3.how to set the print orientation option always as the landscape for the required worksheets ?
Thank you,
Blank
1   L A T E S T    R E P L I E S    (Newest First)
Mike Buess Posted - 02/07/2003 : 2:38:33 PM
Hi Blank,

1. I really doubt if that can be done even manually. The closest you can get to "highlighting" a row is to mask all of its values. And that doesn't show up in the print preview, so it probably won't on the hard copy.

2. There's no labtalk or OriginC method that I know of. You can do it manually with Format->Worksheet and uncheck Column name in Heading Options.

3. In labtalk...
system.print.landscape=2; //landscape mode
system.print.landscape=1 (or 0?); // portrait mode

Mike Buess
Origin WebRing Member

Edited by - Mike Buess on 02/07/2003 2:40:38 PM

The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000