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
 Origin Forum
 Dissapearing worksheets

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
Sprockets Posted - 07/30/2007 : 9:08:31 PM
Origin Version (Select Help-->About Origin): 6.0
Operating System: Win XP SP2

Often when opening up a previously made worksheet in an origin project the worksheet appears blank. There is one blank row of cells on the far left and nothing else. Sometimes I can see the data again by refreshing the window, or closing and reopening the project. Sometimes nothing I do can make the data visible. I've tried duplicating the worksheet, exporting it, doesn't work.
The data is still there, I can see it listed in the Project Explorer and all the graphs that are based on that worksheet are still there and unchanged.
Any suggestions??
4   L A T E S T    R E P L I E S    (Newest First)
Sprockets Posted - 07/31/2007 : 1:21:47 PM
Hey, that worked! Thank you!!
Mike Buess Posted - 07/31/2007 : 08:52:14 AM
quote:
Often when the Worksheet decides to appear again the first column will have a huge column width > 1000.
That's even stranger. Try this...

doc -e W {loop(i,1,wks.ncols) {wks.col$(i).width=10}};

Mike Buess
Origin WebRing Member
Sprockets Posted - 07/30/2007 : 10:40:41 PM
Thanks for your suggestion, but that didn't help.

I think it may have to do with the Column Width. Often when the Worksheet decides to appear again the first column will have a huge column width > 1000. So I just change it back to 10 or so. But at this point I can't even find a column to click on the open the Columns property window to change the Width.

Is there a command to change the Column Width of all columns I could try?
Mike Buess Posted - 07/30/2007 : 10:26:35 PM
Wow, never heard of that happening. Try entering the following command in the script window...

doc -e W {x1=0; y1=0};

Mike Buess
Origin WebRing Member

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