Pages

Search

Dual-boot machine dies after SUSE install - Forums Linux

Dual-boot machine dies after SUSE install - Forums Linux


Dual-boot machine dies after SUSE install

Posted: 31 Dec 2005 11:37 AM PST

In comp.os.linux.setup Peter T. Breuer <it.uc3m.es>: 

[ system comes to a grinding halt unexpected ]
 
 
 
 

Indeed! CPU fan sounds like the closest from the OP, well
spotted!

BTW
Guten Rutsch!

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo qr | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 229: wrong polarity of neutron flow

Windows XP upgrade

Posted: 30 Dec 2005 04:04 PM PST

On Sat, 31 Dec 2005 00:04:54 +0000, Ed Doyle wrote:
 

It's pretty much certain that a new Windows install will over-write the
MBR. So you'd then have to boot off something else ( rescue cd, boot
floppy, etc. ) and reinstall/initialize grub. Personally, I like tomsrtbt
- http://www.toms.net/rb/
knoppix also makes a very good rescue tool. I'm not all that familiar
with fedora, but older redhat cd's used to be able to do rescue functions.
 

I have done it a while ago, although I was using lilo as the boot
loader, not grub. You'll also find tons of hits if you google things
like "grub reinstall windows" or similar.
 

If your current Windows installs and linux are on the same physical
disk, and you change the partitioning for windows, this will change the
way the linux partions are numbered...So you'd have to again use a boot
cd/floppy and change your fstab to match the new disk layout. If Linux is
on a different physical disk, or if you left the partioning as-is for
Windows and simply formatted + reinstalled, this wouldn't be an issue.

Make sure you can boot from cd/floppy *before* you mess with
anything.
Make a note of the current disk layout for Linux...Where / is, where your
swap is, etc. Like hda5, hda6, whatever.
Backup whatever is important.
Make sure when (re)installing Windows you are *sure* you
are using/formatting only the windows partitions.
After the WinXP install, boot from cd/floppy, and check what the Linux
partions are seen as now. If they're different, you'd have to edit your
fstab to match, edit your grub config, then reinstall grub. After that,
you should be fine.
IMHO, I think it's better to use seperate physical disks for different
OS's, whenever possible.

--
- Matt -

Simple one: How to set a static IP address?

Posted: 30 Dec 2005 07:51 AM PST

Thommy M. wrote: 
You could do it the simple way and go to
system-->Administration-->Networking
and change it from DHCP to static.

Herbert.

CD Drive not being recognized

Posted: 30 Dec 2005 07:42 AM PST


"Ken K" <headfog.com> wrote in message
news:Ruxtf.1810$.. 

It depends on the OS. Recent RedHat releases detect it with Kudzu and
possibly other tools, and put in entries in the /etc/fstab corresponding to
/media/cdrom/ or /media/cdrecorder/, which refer to appropriately generated
/dev/cdrom or /dev/cdrom1 devices. They've gotten very clever about it!


[help]linux and my webcam

Posted: 30 Dec 2005 01:35 AM PST


"Michael Heiming" <michael+heiming.de> wrote in message
news:heiming.de... 

And if this drives you insane, in the short term, you can also set up an
init script like those in /etc/init.d to load it or not depending on the run
level. I've done this with ide-scsi drivers because I didn't *WANT* ide-scsi
on all the time, it messed with an old system, but was required by old
versions of cdrecord. So I'd use the init script or not depending on what I
was up to.


Moving harddisk with Linux installation to a different machine.

Posted: 29 Dec 2005 07:40 PM PST

On Fri, 30 Dec 2005 04:40:57 +0100, <com> wrote:
 

People are doing it all the time and generally it works perfectly.

There is at least one way it can fail, though: The new hardware may
not (yet) be suppoted by the kernel on the hard disk.

In most cases you will still be able to boot the computer, but perhaps
not be able to start X, so you would be stuck with console mode until a
sufficiently capable kernel is installed. If you know what kernel modules
and versions you need, you may be able to download and install a new
kernel before moving the disk over.

You are using a 2.4 kernel, and I just don't know how much support for
newer hw has been backported to 2.4 kernels. Be aware that you can have
multiple kernels installed. You could have a recent 2.6 kernel on the
disk before the move. But do google to find out if the hw you want to
buy is supported yet. (Hey, everyone, is there any problem with
Redhat glibc/tls/nptl and 2.6 kernels? I believe the 2.6 kernel runs
older libc stuff just fine.)
 

What is too big? The kernel? Yes, that is true. But if the new
computer has a floppy drive you can prepare a grub floppy, and then
you are almost sure to manage to setup the mbr properly afer the move.

(A grub floppy does not contain the kernel, etc, it just contains
grub's stage1 and stage2 files. Booting from it you get a command
prompt that enables you to query the disks, search for files across
partitions, set up the MBR or a partition boot record, invoke a
config file with boot stanzas, edit the stanzas before using them
(but not save the changes to the file), and/or boot specifying your
own boot commands.)

However, floppies are not in vogue anymore. They tend to be left out
from newer computers. It is also possible to setup a Grub CD, but I
have never done that.

Notice, as will be evident from the points below, that running a Grub
CD is not the same thing as running Grub under a Linux Rescue CD or a
Knoppix Live CD.
 

You are right. Grub has a problem determining the right order that the
Bios will enumerate the disks. With a grub floppy, it's easy, you can
use grub to query the disks, and see what number the disks have. Just
use the "find" command while running Grub natively (i.e.not under a Linux
kernel).

If there is only one disk, it is easy too, the disk will be number zero.
Say (hd0) to grub. The problem arises when you run grub under Linux to
setup the mbr. Then grub has no way of talking to the bios, it has to
access the disks through the Linux kernel. If you specify a particular
disk to boot from in the Bios setup, the Bios takes that disk out of the
regular order and places it first, so Grub will see it as (hd0). There
is no way Grub can find out that while running Linux. Otherwise, the
standard IDE disks always get enumerated hda, hdb, hdc, hdd, but missing
disks are skipped, so if hdb is not present, hdc will get the number
after hda. Other disks could come before or after, depending on details
in the Bios of the computer and the Bios extensions in installed (or
on-board) controllers. Again something hard for Grub to know.

If you know the disk is going to be (hd0) on the new computer, while it
is /dev/hdc under linux on the old computer, I believe you can create a
"device.map" file in /boot/grub, where you specify "(hd0) /dev/hdc", and
then run "grub-install /dev/hdc", still under linux, to have the mbr of
the disk set up for the coming configuration. This will not affect the
mbr of /dev/hda, so you should still be able to boot OK on the old
computer. It's like having two pointers to the same area, and the
/dev/hda mbr is used when booting the old computer. The next step is to
edit /boot/grub/menu.lst or */grub.conf (depending on which distro you
have). This file is shared by the two boot paths, and will be correct
for only one of them at the time. But if it is incorrect, you still get
Grub itself loaded during boot, and can give Grub commands to bypass the
incorrect config file. (You can even have two config files, and 1)
specify a non-standard config filename to grub-install, and 2) you can
also say, eg., "configfile (hd0)/grub/newgrub.conf" at the grub prompt
after it fails to boot using an incorrect config file.)

Yet another idea is to have a double set of boot stanzas in the
grub config file. The only thing that fails then, should be the splash
image file. You can't have two paths for it. Expect an uglier boot
menu. Consider using the "fallback" statement in the config file.
(I have never used it.)

Caveat: Few people spend their days rearranging boot disks all the day,
and neither do I. Everything here is kind-of fragile, subject to
misunderstandings or incorrect memories on my part. I have done some
experimenting with Grub, read some of the code, received helpfull
corrections when I have said something wrong here in the ng, etc,
but still the chances of making mistakes are good. I don't have access
to all the possible hw combinations either. The Grub documentation is
notoriously unclear, although it is improving, and it tries to be verbose.

I would like to hear about your experiences, because I am considering
writing something about it, if I can collect enough experiences and
testimonials (bad ones too, but explained and understood ones better).

-Enrique

what do these names stand for

Posted: 29 Dec 2005 09:53 AM PST

"x" <com> writes:
 

They stand for themselves.
Originally /var was for variable, /usr was for user, /etc was for etcetera,
/proc for procedure, init for initial or initialize, /opt for optional.
But those had little significance.
NOw they are names in their own right. they mean what they are defined to
mean.
/var/ is for temporary or log or spool system files.
/usr is for most stuff
/etc/ for setup data
/proc is a special file system which is a view into the kernel (Ie files
here are actually variables in memory in the kernel)
/initrd does not exist on Mandrake
/opt is for user installed programs often.


grub menu oddity

Posted: 29 Dec 2005 07:06 AM PST


Richard wrote: 

hi;
I am very curious as well - perhaps a few more questions may help
Enrique and others, much more knowledgeable about linux than I, figure
this out for you;

-- How many OSes are in your Multi-Boot array ?
-- How Many HDDs ?
-- Any PCI IDE Controller Cards installed or SCSI Adapter Cards ?
-- Any RAID arrays ?
-- System Mobo make/model ?
-- BIOS type and version (Award, Pheonix, AMI, etc)

If there is more than 1 version/copy of grub somewhere else on your
HDDs, is it possible that that 'other' copy is being used after BIOS
config changes ? More-so, is it possible there's a Symbolic link
somewhere that's pointing to a different kernel, or updated kernel ?

There can be issues with the way grub sees the various default linux
numbering scheme, as I've found from reading previous info posted by
Enrique.
 
of issue with the CMOS NVRAM area (nowadays, the NVRAM/RTC is
integrated into the South Bridge itself) and the storage of the changes
made there-in.

Possible a setting in the BIOS is set to Auto "Load Setup Defaults"
after saving changes ? There's usually options to "Save Custom
Defaults" - and "Load Custom Defaults" -- curious what the options you
have.

Have you ever Flashed (updated) the Motherboard BIOS ROM ?

Another quick thought is the CMOS battery is old and dying, though
other issues/problems as a consequence of this would be much more
prevelant.

setup desired behavior for alt-tab

Posted: 28 Dec 2005 08:20 PM PST

On Thu, 29 Dec 2005 07:18:36 +0100, Peter T. Breuer <it.uc3m.es> wrote:
 

There was another post recently with an equivalent question, but the
window manager was Fluxbox. I did look into the Fluxbox documentation,
but I could not find documented how Fluxbox defines the order of the
windows.

If the order is the stacking order, and the window selected by the
:NextWindow command is raised to the top of the stacking order, then,
if :NextWindow is invoked again, the previous top-of-stack window would
be selected.

But if the order is some fixed order of the windows in a table or linked
list inside the window manager, I could not see any way of achieving Windows
semantics with the command set offered in the documentation.

There was a reference to an external tool, wmctrl, which could be used to
write scripts that did more complex operations, but I could not find any
way of querying the window manager about the current stacking order, so
I would only have been able to implement an emulation of the Windows
semantics if *all* operations that change the stacking order are routed
through the external program.

There was an option to list the windows currently managed by the manager,
but the list was the same independent of the window stacking order.

It seems like the easiest way is to hack the source of the window manager
and add a new function, that can subsequently be bound to Alt-Tab. Or, you
could write a script using wmctrl, that would appear to work as desired
provided that no other window raising or lowering operations where made in
the mean time. That script would need to have some method of saving
the current intended stacking order.

However, the full Windows semantics requires that you can bind actions to
bot keypress and key release. You want to be able to hold down the
alt key while pressing repeatedly on the Tab key, to select any window from
the list, and raise it when the alt key is released.

-Enrique

Sound not working

Posted: 28 Dec 2005 08:21 AM PST

I have a dumb question,(I am not running Fedora so it might be
immediately obvious to you); do you have a file on you system called
alsaconf?

That may be the key to getting it going.

Sharing a Printer

Posted: 28 Dec 2005 05:00 AM PST

It's ok i got it working by modifying the mime.conf and mime.types
file. Thanks for your help.

Problems setting up DNS, gateway und subnetmask!

Posted: 27 Dec 2005 04:10 PM PST

In message <phx.az.us>
example.tld (Moe Trin) wrote:
 

I was assuning, if it wasn't clear, that the 10.0.0.0 network was being
defined by the router. Routers, in my experience usually come set with a
class A or C network defined. (Either 10.0.0.0/8 or 192.168.x.0/24). It is
usual, though obviously not essential, to leave the router set and alter the
rest to match. You can of course alter the router to match your network,
provided you aren't using somebody else's network number, i.e. you need to
be on a private range.

The latter solution is simpler if you already have a network, but it can be
a little tricky to set the router up initially, or after a reset. Using
secondary addresses is the way I solve that one.
 

--
Alan Adams, from Northamptonshire
freeserve.co.uk
http://www.nckc.org.uk/

glibc-2.3 code on glibc-2.2 system?

Posted: 24 Dec 2005 02:08 AM PST

Denes Molnar <purdue.edu> wrote:
 

Sure - LD_LIBRARY_PATH and friends.
 

Everyone does this all the time. I run glibc 2.1.
 

Then fix it some more. Find out what else is needed. Smetimes it's not
obvious. You also want to control secondary linkages .. this is not
handled well by LD_LIBRARY_PATH and the solution is usually to run
with ld.so --library-path ... instead.
 

Keep adding. Locate the crash pint and replace that library.
 

It matters.
 

Doesn't matter - you know better than it.

Peter

Microsoft Word - I can't paste a live url link into my word docs

Microsoft Word - I can't paste a live url link into my word docs


I can't paste a live url link into my word docs

Posted: 12 Mar 2014 12:49 PM PDT

In older versions of word I used to be able to copy a url from my browser and paste it into a word document, to give me a quick way of linking to a web-page.  Now in word 2013 when I copy the url, the 'paste options' menu only shows 'keep text only', so it just pastes as plain text. Then I have to go through the rigmarole of turning it into a hyperlink separately, which is a real pain.  I've looked in the Options/Advance menus, but I can't see anything that will let me paste live url links into my word docs. If someone could tell me how to do this I'd be much obliged. Thanks. 

problema de ejecucion de documento

Posted: 12 Mar 2014 12:47 PM PDT

cuando ejecuto un documento de word, me dice que el código no se envió correctamente. ¿Qué puedo hacer? 
Tengo word 2007

no tool bar across the top on opening a docx sent to me. It has markups I need to turn off but can't.

Posted: 12 Mar 2014 12:23 PM PDT

no tool bar across the top on opening a docx sent to me. It has markups I need to turn off but can't When I try to print it I get the markups and the text is too tiny. I am usually able to get the tool bar and turn mark ups off, but I can't get any tool bar on top with this docx file that was sent to me via email. I have the lastest office 365 versions of Word.  There is a navigation box on the left of the copy  but it only has a selection to "Show Markups." There isn't a choice to "turn off markups" before I print it.

Opening A Word Doc With Manual Links Still Updates All Of The Links

Posted: 12 Mar 2014 11:58 AM PDT

I have a word docx with about 50 PPT links. I set up the links to be manually updated. When I open the word doc it still goes through and updates the links. It takes 30 minutes to open the file which is not acceptable. What is causing this behavior?

How to Stop My Mouse from Scrolling the Ribbon?

Posted: 12 Mar 2014 11:39 AM PDT

In Word 2010, for example, if I select a group on the ribbon (Home, Insert, etc.) by clicking on the group name with my mouse, and then I move the mouse wheel, I end up scrolling through the groups on the ribbon.

How can I stop scrolling through the groups on the ribbon when I move the mouse wheel?

Microsoft word 2010 starter not automatically opening default files right- also broken "Microsoft Application Virtualization DDE Launcher" file

Posted: 12 Mar 2014 11:35 AM PDT

I bought my computer from a Toshiba shop and it came with Microsoft Office Starter 2010 on it pre-installed.

I can't find Microsoft 2010 Starter in my programs folder or Start Menu. I have to use Word by opening a shortcut on my desktop or start bar and then using 'File, open... etc' rather than just clicking on my file and it choosing Microsoft automatically. 

I've tried (from Programs and Features in my control panel) to 'Change' "Microsoft Office Starter 2010" to repair it, and then right clicking my file to 'Open with...' to change the default to Microsoft word but there isn't a "Microsoft Application Virtualization DDE Launcher" to set it as the default launcher with. When I use the Search bar tool in Windows Explorer to find the file I find a file but when clicked it comes up with:

"The Application Visualisation Client could not launch the application you requested. An unexpected error occured. Please report the following error to your System administrator. Error code: *random numbers and letters*"

I'm a student so I'm too broke to afford full Microsoft so this Starter Version is necessary, and without going onto the Short-cuts on Desktop or Start Bar I can't access my files or Microsoft itself.

Please Help! Thankyou :)

fyi- I don't know if this is relevant to helping me but the source of the desktop and Start Bar file that I can't find anywhere else is ""C:\PROGRA~2\COMMON~1\MICROS~1\VIRTUA~1"  

Linking Word & Excel

Posted: 12 Mar 2014 11:18 AM PDT

Hello,

I am attempting to link microsoft word and excel and fix the links so they update relatively. I understand that if you do a paste special (with links) from microsoft excel to word, the link will have the file path name, cell information, etc, etc. When I hit alt+F9 in Word, i understand that i can alter these links (delete the path name, and only keep the file name) so that it becomes a temporary relative path to the excel document until i move the excel and word file into a new folder location (at which point it updates with the correct location of the current folder it is in, and still is picking up the new excel file). This process only works with a paste special with the 'formatted text' and the 'unformatted text' option. If i use the 'Excel objects' option to paste special a table, the link will not update when i move it to another folder. 

I understand this is kind of confusing to explain, but im just curious why 'Excel objects' does not maintain this relative temporary link after copying it to another folder. 

Thank in advance.

ALL CAPS ribbon menu

Posted: 12 Mar 2014 10:19 AM PDT

What's up with the ALL CAPS menu choices on the ribbon?  What year is it?  Is it 1985 again?  Is Office 2013 designed to run on the Apple II Plus?

Seriously, Microsoft, if you were going to make an absurd, irritating design choice like this, at least give the user an option to get rid of it.  How hard would that be?

Is there an easy option to change this that I missed?

Layout options icon Word 2013 suddenly missing

Posted: 12 Mar 2014 10:16 AM PDT

Yesterday, the layout options icon appeared whenever I pasted a picture. Today it is gone. How do I get it back?

Word VBA Range.Find with Wildcard

Posted: 12 Mar 2014 10:03 AM PDT

I know that if I use Selection.Find with a wildcard, and if Selection.Find.Execute is true, then the text that matches the wildcard is Selected.

If I use Range.Find, and Range,Find.Execute is true, where is the equivalent matching result?

The Microsoft documentation for Range.Find and Find.Execute do not specify where it is.

The name in the end tag of the element must match the element type in the start tag.

Posted: 12 Mar 2014 09:54 AM PDT

Hi everyone.

I've just this problem and was unable to fix it using XML, despite my best efforts. I located the error column using WinRAR and Notepad++ but was unable to fix it. I used attempted to use the Rebuilder but this could not fix the issue.

I've uploaded the file at:

http://www.4shared.com/file/ieWlO3z1ba/Glaciers_Coursework.html

Is there anyone who could fix this for me?

Thank you in advance.

Matt

Random characters & messed up text

Posted: 12 Mar 2014 09:20 AM PDT

I want to start by saying that I do not know if my problem is starting with Pages or Word. I have a document that I created in Word 2010 (on my PC). I opened it in Pages (on my iPad), edited it, and sent it back as a Word doc. I opened it in Word - no problem - edited it more and saved it as a Word doc. Now, when I try to open it, there are Chinese characters in the place of some words, while other words are mixed and matched. For instance the phrase "You'll find it's anything but true" now says "yout closerates are respected true." The heading of my first chapter now says ItȲȲȲȿ怀ȿȿȿȿȿȿ. I have checked the language settings, and they appear fine. I've also tried opening earlier versions of the document. They open nicely, but also mess up after a save. Any help is greatly appreciated!

problem with indent

Posted: 12 Mar 2014 09:11 AM PDT

When I type my cursor returns to the margin instead of starting a new paragraph. How can I set the indent and save it?

Bulleted Lists Within Word

Posted: 12 Mar 2014 09:08 AM PDT

Sometimes in a Word document, if I put a dash and then start typing it creates a bullet list, and others times it doesn't.

What causes this, and is there any way I can correct it?

Set default folder for mailmerge datasource

Posted: 12 Mar 2014 08:39 AM PDT

When I start a mailmerge by attaching an existing data source, Word goes to the folder:

C:\Program Files (x86)\Microsoft Office\Office14\QUERIES

Can I change that folder somehow.

If not, the folder will not allow me to paste a shortcut to the actual location or file, is there any way to be allowed to paste a shortcut in the Queries folder? Windows (Vista) will let me post my data source there, but I don't really want to do so because this is not a part of my backup area.

The source is an Excel file normally stored in my documents folders.

Line down the middle of a Word file that I can't select

Posted: 12 Mar 2014 07:43 AM PDT

I've got a two column form that has a solid line running down between the two columns that I'm having trouble selecting so I can delete it. Most of the content of the form is in tables.  Please let me know how to select the middle line. I tried the select arrow and that didn't get it.

Thanks for the help!

Ken

Thanks Suzanne. Works perfectly as usual!!

Have a great day and we'll try to do the same in spite of the blizzard outside!!

Ken

Reverse paragraph numbers in toc

Posted: 12 Mar 2014 07:27 AM PDT

In the TOC, paragraph numbers are reversed:

The heading (automatic) numbering are:

1

2.

2.1

2.1.1

2.1.2

The TOC:

1

2

1.2

1.1.2

2.1.2

Its a LTR document (Hebrew), however, numbers should be LTR

Microsoft Word 2010 - Reset Original HomePage for Word.

Posted: 12 Mar 2014 07:04 AM PDT

Word use to be simple. Now everytime I accidentally click on something - the entire program gets upset. I lost my entire toolbar for word. Now, it only says "File" & "format", that's it. How do I convert it back to the ORIGINAL HOMEPAGE for Word 2010? I do not want anything formatted, not a thing. I sick of tired of have to reset defaults, undo formats, etc.  I want a single line space for word - it's default is double space. Who in their right mind, composes letters in double space??? At this point, all I want is to reset the "Original HomePage" for Word - so I can get some work done. Thanks. 

Placed eps cropped in Word 2010

Posted: 12 Mar 2014 06:54 AM PDT

I place a vector eps file in Word 2011 for Mac, everything looks and prints fine.

I save the file in both .docx and .doc versions.

Both files opened in PC Word 2010 have a slight cropping around the eps files both on screen and in print which I can't get rid of.

Too many versions of this infuriating software. Anyone any ideas?

Extract part of file name between two characters

Posted: 12 Mar 2014 06:20 AM PDT

My file name contains (text xx xx).docx

I want to extract the portion between the parens and store it so that I can insert it in the file as text and have it update when the file name changes.

This removes the extension, but I have not been able to figure out how to get the portion I want.

Sub MyVersion()

Dim V As String

V = ActiveDocument.Name
If Right(V, 5) = ".docx" Then
'    MsgBox ("subtract .docx")
    V = Left(V, Len(V) - 5)
ElseIf Right(V, 4) = ".doc" Then
'    MsgBox ("subtract .doc")
    V = Left(V, Len(V) - 4)
ElseIf Right(V, 5) = ".docm" Then
'    MsgBox ("subtract .docm")
    V = Left(V, Len(V) - 5)
Else
    MsgBox ("no extension yet")
End If

MsgBox "Version  " & V

End Sub

multi-list and caption in word 2013

Posted: 12 Mar 2014 05:23 AM PDT

1、how to create multi-list in word 2013 like below:

Chapter one、xxxxx

 1.1 xxxx

 1.2 xxxx

Chapter 2、xxxx

2.1 xxxx

2、how to create caption like this:

Chapter One、xxxxx

       xxxx(equation)                       eq1-1

       xxxx(equation)                       eq1-2

Chapter Two、xxxx

       xxxx(equation)                       eq2-1

Upgraded Outlook 2007 to 2010 - now ALL office documents are corrupted!

Posted: 12 Mar 2014 05:22 AM PDT

Hi,

We recently upgraded our email system to hosted, cloud-based Exchange and were running 3 machines on Windows XP and 3 machines on Windows 7, all with office 2007 installed. We couldnt get the exchange to work on the XP systems, and in once case upgraded it's version of Outlook to 2010 (as provided by our exchange provider). This worked and Exchange was temperamental and slow, but okay.

However, that particular system could no longer open Word or Excel files, they would open as corrupted (gobbledy-gook of random characters).

We upgraded the XP systems to windows 7 operating systems this weekend, but as of this morning (Wednesday), now all of our documents on the network are showing corrupted and unable to open - across all machines. Files stored locally on a desktop for instance are okay, but all network documents and spreadsheets are corrupted, with Word/Excel giving the 'file conversion prompt' (windows default, ms-dos, other encoding).

Surely upgrading Outlook 2007 to Outlook 2010, on an XP machine, would not cause other office applications to break? What also concerns me is how this has spread thoughout our network files, stored on a central server.

I have tried sending a sample file to a friend who gets the same conversion prompt (but none of the previews are legible), and have also tried renaming the file extension .doc to .docx, etc, opening in WordPad, Notepad, in Word Safe-mode, linking to a file and then updating the link source and Word's 'open to recover text' option but all to no avail.

The system that was upgraded can however open Word files received via email (.docx) without problem

Does anyone have any info (on the Outlook upgrade which seems a prominent event but also doesn't hold any valid reason to have impact on this word/excel document related issues) that may help, or things to try to recover our files and make them readable again?

Hoping for your help

Changing case with Alt,O

Posted: 12 Mar 2014 04:23 AM PDT

Please could anyone tell me how to retrieve the keyboard Alt+O shortcut that allows you to change the case of selected text to caps. on each word, sentence case, etc? (Shift+F3 doesn't do the same thing.) I had it, but it seems to have disappeared from my Normal template. It comes up with a box that says 'Office access key: Alt, O: continue typing the menu key sequence from an earlier version of Word'.

Screen shot option in word doesn't work for the Adobe Connect Window

Posted: 12 Mar 2014 02:26 AM PDT

I have the Adobe Connect classroom open. I go to Microsoft Word 2010 and select Screenshot and it shows me all the available windows. It shows thumbnail of all the windows available including the Adobe Connect window but the content of this window is not shown. I can work around this problem by using the screen clipping option and selecting the part of the screen where Adobe Connect window is open and this works fine. It is just that when I click on screenshot, I won't be able to get a picture of the Adobe Connect Window. Adobe Connect version is 9.1.1.

This is no serious issue but just want to confirm if this is a bug or if it is something that I am doing wrong.

Thank you for your help!

Mircosoft program not responding

Posted: 12 Mar 2014 12:55 AM PDT

Hello, I have installed Windows 365 and no matter what I do the programs keep saying not responding- then close. My daughter has installed the same purchased one which works fine. We have 5 installations of the program. I have uninstalled and re installed with the same result. I have a windows 8 Toshiba laptop.

Please help?

WORD 2010 DOCUMENTS ALL VIEWS SURROUNDED BY DOTS

Posted: 12 Mar 2014 12:13 AM PDT

Hello there all:

I don't know what i have done but every Word document and new blank doc. i open now is surrounded by a box of dots - i have not inserted a border - i cannot remove it.  Luckily each document i go to print does not include the dots, but even when i open a blank document these dots show up.  The solution is probably simple but i need help pls....View, File?  tks. in advance

Equation Editor Shows Double

Posted: 11 Mar 2014 08:52 PM PDT

When using Microsoft Word;s Equation Editor, I occasionally encounter a bug where the equation that I am writing is duplicated right below it. You can only select the top equation. I'm using Word 2010, but I've also had this problem on 2007. 

Has anyone else encountered this problem and know how to solve it?

UNABLE TO CONNECT WORD TO ACCESS APP

Posted: 11 Mar 2014 07:39 PM PDT

I am trying to pull data into a word merge document from multiple tables in an access web app.

I can achieve the required result in word connecting to one table in the web app using Microsoft OLE DB for SQL Server

I can succeed using the SQL Server Native Client 11 connection in Excel which creates a separate sheet for each table and populates the data from each table in the access web app.

When I try to use the SQL Native Client 11 to connect to word there is an option to unselect the connect to one table option but there is no later option to select multiple table. Also even when there is a connection to a single table the following error is produced:

Error message is Record 1 contained too few data fields

locking parts of word documents but not others

Posted: 11 Mar 2014 06:04 PM PDT

A client wants to restrict business forms so staff cant adjust the layout.  I have done this in Word by using text and check boxes and then protecting the document restricting editing to filling in forms.

However on one or two forms he wants the users to be able to add more lines of text to particular fields if they want to.

Im not sure how to lock all the other parts of the form down but allow the user to add more lines for some fields.

Is there a way I can adjust the text box to expand or is there another way to achieve this?

Thank you...

ps I am working in Office 2007 but the users will be in office 2003 through 2013.

Colored Characters in Word

Posted: 11 Mar 2014 05:31 PM PDT

Most of the Hebrew Point characters (also known as nekudot) in Microsoft Word all of a sudden appear in a mauve color. There is no character or paragraph formatting applied to them. Indeed, all the other letters in the same word appear black. Furthermore, old documents saved from before this problem began likewise appear with colored characters. This is not only on the screen - they come out this way in print, and when saving as a pdf, as well!

I am not having this issue with any other program. All old pdfs remain with all characters black. Even Microsoft PowerPoint is unaffected.

I am scratching my head in confusion, and pulling my hair in frustration.

Can anyone solve this one?

MS Word Table of Contents

Posted: 11 Mar 2014 05:20 PM PDT

Hi Guys,

Just wanted to know if there is an easier way of navigating back to the table of contents in Word, rather then having to scroll continuously to find it again.

Thanks in advance.

Word 2013

Posted: 11 Mar 2014 04:31 PM PDT

Just purchased new computers loaded with Office 2013.  There are a few stations that have not been able to print envelopes.  Able to print all other word documents.  Print preview shows the envelope with the address but print job comes out blank.

Saving "Read-only recommended" not working as expected

Posted: 11 Mar 2014 04:22 PM PDT

Situation: there is a Word document in a shared folder used by several users. Most of the users want only to read the document, therefore, it would be preferred if they opened the document in a way so that others can modify it if needed. In my understanding, saving the document "Read-only recommended" (see more info here) would do the thing, but it doesn't work as expected.

Steps to reproduce the problem:

1. Save a document with checking read-only recommended in a shared folder of COMPUTER1. Let's say it is test.docx.

2. Browse the document from COMPUTER2 and try to open it:

a) As expected, Word asks whether to open the document read-only.

b) Note, that while the a) message dialog is open, there is a ~$test.docx file besides test.docx, that is, the file is locked until you decide. That is fine.

c) Click yes so that the document is open read-only.

d) Note, that ~$test.docx file disappeared, as expected.

e) Don't close the document, but go to step 3.

3. Browse the document from COMPUTER3 and try to open it:

a) Now Word should ask whether to open the document read-only but it displays a diaglog box instead notifying that the document is locked by another user and asks whether you want to open a read-only copy, etc.


Note, that if you execute the steps of 2. from COMPUTER1 locally, then 3. works as expected!

I would really appreciate if somebody could help me to find out what happens here.

Thanks!

Selected theme does not show up when I insert a new page

Posted: 11 Mar 2014 03:57 PM PDT

I am edited a document from last year that has a certain theme to it.  However the theme won't carry over when I try to add other pages in the document.  How can I make the same theme appear throughout?  

[Moved from Community Participation]

[Moved from Windows]

Microsoft office can't find my access

Posted: 11 Mar 2014 01:02 PM PDT

I bought a surface a bout 2 month a go and I downloaded Microsoft office that came with it. Now when I tried to access Microsoft word it kept on saying Microsoft office can't find your access? 

Microsoft Works - MS Works 2000 vers. 5.0 database problems

Microsoft Works - MS Works 2000 vers. 5.0 database problems


MS Works 2000 vers. 5.0 database problems

Posted: 08 Jul 2008 08:40 PM PDT

AnnE,

Open a blank database.

Get the Sort Records dialog window.

Point your mouse to the words Sort by:

Right click, a help widow should display with the follow information.

"Lists all the fields you have included in your database or report. Click
the arrow to display a list of all the fields, and then click the field you
want Works to use first as it sorts. For example, you could sort a report
alphabetically based on your customers' last names by choosing the field
that contains the last names."

Point your mouse to the words Then by:

Right click, a help window should display with the following information.

"Lists all the fields you have included in your database or report. Click
the arrow to display a list of all the fields, and then click the field you
want Works to use second as it sorts. Then, if Works finds duplicates in the
first sort field (two customers with the same last name, for example), it
will look next in the field you specify here."

Do you see the same information?

If so, create a Last Name field and a First Name field.

Input some first and last name records. be sure to have some duplicate last
names.


Sort the records using, Last Name field then First Name field.

Do it both ascending and descending.

What is your result.

Ken


"AnnE" <proof.com> wrote in message
news:com...
|
| "Ken" <Thanks> wrote in message
| news:phx.gbl...
| > Hi AnnE,
| >
| > Open your database, on View menu, choose List.
| >
| > Then on Records menu, choose Sort Records.
| >
| > Sort Records dialog window should display.
| >
| > In the Sort by box (click down arrow) select your Last Name field.
| >
| > Next, in Then by box (click down arrow) select your First Name field.
| >
| > Click OK.
| >
| > Here is what is suppose to happen.
| >
| > The last name field is sorted alphabetically, if there is duplicate
| > (multiple) last names, then first name field is sorted alphabetically.
| >
| > Ken
|
| Isn't happening that way, Ken. Thanks for responding. I am amazed that
| it doesn't. I've been using this database for many years and it's
| always been this way. I did have maiden names in the same field as Last
| Names like this: (name) so I decided to make another field with those
| names. Still it doesn't work. I have moved those names that are out of
| order and still it goes back to the wrong way in alphbatizing. Maybe I
| have a 'foreign' copy! <G>
|
| AnnE now what?
|
|
|
| >
| > "AnnE" <proof.com> wrote in message
| > news:com...
| > | Here you are........I was in microsoft.public.works and no one was
| > | there. <g>
| > |
| > | Sheesh, am trying to make a simple report and here's what happens:
| > |
| > | I have a database of 282 names. I have them in alphabetical order
| > | except for the ones which will NOT go in order. Strange. I have
| > | Andersons and then first names are mixed up ie., Ken, Tom, Barb.
| > I
| > | want Barb first.
| > |
| > | Suggestions?
| > |
| > | Also, when I am making a report several names get put in a spot
| > where
| > | they are not supposed to be. I am doing sorting. I noticed that
| > when
| > | it sorted the deceased they are not in alpha order. (this is a
| > class
| > | reunion database <G>)
| > |
| > | This is getting very confusing.
| > |
| > | AnnE in MN any help will be very much appreciated
| > |
| > |
| > |
| >
|
|

prefix

Posted: 07 Jul 2008 10:50 AM PDT

thank you , you actually made me think apart from product Id , it just needed
a ms works, as a prefix .
isabel

"isabel" wrote:
 

converting wdb files to other formats

Posted: 06 Jul 2008 03:54 AM PDT

Hi, thanks for the information....

Ken

"tobyjug_008" <microsoft.com> wrote in message
news:com...
| Ken
|
| 1. my version is wks 8.5 in french - pre-installed on locally sourced
pc -
| how was I to know that everything was cut down when it was stated that
this
| had latest version of works on board?????
|
| 2. response to yr questions
|
| a. spreadsheet has saves to exls versions 97 - 2003, txt and csv
|
| b.text has saves to rtf, txt, csv, HTML, word 6, word 97-2002, and works 4
|
| c. db saves to txt and csv
|
| caveat emptor as they say
|
| other thing to note re MS - I see they are changing the business model in
| the US to license Office monthly - if that works then they will lose Works
| completely 'cos Office will seem to be cheaper - what a shame imho since
not
| everyone needs or wants the overblown complexity of Office and people are
| realising that OpenOffice is a better value product than Office anyway -
free
| and with most facilities of Office
|
|
|
|
|
| "Ken" wrote:
|
| > Hi, you are correct about MS running Works down, some say Works 4.5a was
the
| > best version, any version after that is a down grade of a very good
product.
| >
| > Seems strange to me though, the articel "File formats that are supported
in
| > Works", clearly states.
| >
| > APPLIES TO
| > . Microsoft Works 8.0
| > . Microsoft Works 7.0
| > . Microsoft Works Suite 2005
| > . Microsoft Works Suite 2004
| > . Microsoft Works Suite 2003
| >
| > Out of curiosidy. does the article match your Works 8:
| >
| > For files you can save in the formats in the Works word processor
module.
| >
| > For files you can save in the formats in the Works spreadsheet module.
| >
| > For files you can save in the formats in the Works calendar module.
| >
| > Ken
| >
| > "tobyjug_008" <microsoft.com> wrote in message
| > news:com...
| >
| > | sorry Ken but it is works 8 which is very limited
| > |
| > | MS are clearly running works down unless someone knows otherwise since
| > | facilities previously available are no longer there (<
| > |
| > | "Ken" wrote:
| > |
| > | > File formats that are supported in Works.....
| > | > http://support.microsoft.com/kb/884182/en-us
| > | >
| > | >
| > | > My Works Database can save a database in any of the following files:
| > | >
| > | > . Works 4.x and later Database (.wdb) files.
| > | > . Works for Windows 2.0 and 3.0 Database (.wdb) files.
| > | > . Works for MS-DOS (.wdb) files.
| > | > . Unformatted comma-delimited text (.csv) files.
| > | > . ASCII unformatted tab-delimited text (.txt) files.
| > | > . DBase III and dBase IV (.dbf) files.
| > | >
| > | >
| > | >
| > | > "tobyjug_008" <microsoft.com> wrote in
message
| > | > news:com...
| > | >
| > | > | Mike thanks but version Ive got does not allow save as except csv
or
| > txt -
| > | > | b*mmer (<
| > | > |
| > | > | "Michael Santovec" wrote:
| > | > |
| > | > | > A CSV file only contains data. No formulas or formatting.
| > | > | >
| > | > | > You could try one of the dBase formats. That will keep some of
the
| > | > | > formatting. But you'll still likely lose some of the formulas
and
| > any
| > | > | > reports.
| > | > | >
| > | > | > But I'm not optimistic that you'll be able to move to another
| > program
| > | > | > without redoing a lot of things.
| > | > | >
| > | > | > I've found that even moving a Works spreadsheet to Excel, I have
to
| > go
| > | > | > through and redo some of the formulas.
| > | > | >
| > | > | > --
| > | > | >
| > | > | > Mike - http://pages.prodigy.net/michael_santovec/techhelp.htm
| > | > | >
| > | > | >
| > | > | >
| > | > | > "tobyjug_008" <microsoft.com> wrote in
| > message
| > | > | > news:com...
| > | > | > > I have a db that has evolved from works 3 and now is works 8
| > | > | > >
| > | > | > > its become quite sophisticated over the years with all the
| > formulae
| > | > | > > and
| > | > | > > calculations i have inserted and contains 9000+ records
| > | > | > >
| > | > | > > does anyone know how i might convert it to a 'proper' database
| > | > | > > - I have tried csv but it cannot cope with the formulae
arithmetic
| > | > | > > etcetera
| > | > | > > and I am looking for some sort of tool
| > | > | > >
| > | > | > >
| > | > | >
| > | > | >
| > | >
| > | >
| >
| >
| >
| >

Word processor doesn't print multiple copies

Posted: 04 Jul 2008 11:45 AM PDT


"Scoot" <microsoft.com> wrote in message
news:com... 

If other suggestions don't work you might try this: I have Works 4.5a. In
order for me to get it to print multiple copies, I have to go into the
"advanced" option of the printer dialogue and select the number of copies
desired there. In addition I also change the number of copies in the
regular printer dialogue, but I'm not sure if that is necessary.

When using Windows 98, I did not have to do this, but now I have Windows
Pro. XP and that is the only way I've found to make it work. I tend to
think it may be because I have to use the printer driver supplied with
Windows XP with my old HP Deskjet 712C instead of the original driver. I
have also lost the ability to customize some margins or print jobs, and
therefore can no longer print 3x5 index cards or custom sized envelopes.
Well, actually I can, but have to go through a convoluted process of
printing to Adobe Acrobat and then printing.



Upgrade Works Database files from 4.5 to 9

Posted: 29 Jun 2008 10:44 AM PDT

Thanks Tom. I got a copy of ver 6. Going to try that thursday and see it will
then upgrade to 9. Appreciate any help.
Dave

"Tom" wrote:
 

PROBLEMS WHEN TRANSFERRING MSWKSCAL.WCD FILE

Posted: 29 Jun 2008 07:31 AM PDT

Thanks Dave. I'll give it a try. Unfortunately, I received your reply after I
recreated 6 months of entries but I can still save some time.

"DaveLovesTrains" wrote:
 

writing direction

Posted: 24 Jun 2008 06:56 AM PDT

sharon wrote: 
Hi Sharon;
The only thing to be careful of when sharing files you create with
OpenOffice.org is that OOo saves in the ISO Standard ODF format and
someone with Microsoft Word will not be able to open it without an
add-on. There are a couple ways around that. If you are sending it by
email then save as a standard odf file and use the File/Send/Email as
Microsoft Word option; or you can do a File/Save as and then file in one
of a number of Microsoft Word formats and then send that file.
There is excellent peer to peer support for OOo both thru forums on
the OOo website for which you need to register for and through a mailing
list at org which you can send mail to without
registering, but you do need to register to be assured of seeing all
replies. This is a very active list. In excess of 100 messages a day is
not unusual. There is an alternative to read the list through a
newsgroup; gmane.comp.openoffice.questions on news.gmane.org.

I Hope This Helps
Keith

Inprove works for a release works 10?

Posted: 23 Jun 2008 12:09 PM PDT

On Jun 24, 5:09*am, Vincent. <microsoft.com>
wrote: 

Make a mobile version that can be used on most cell phone browsers/

Works 8 Calendar won't open

Posted: 23 Jun 2008 07:08 AM PDT

I don't have access, but I think it can be downloaded as a 60-day free
trial... will look into that. And, yes I am going to do a backup of the file
and hopefully that will contain the info I am trying to recover. Thanks so
much for all your help and I will let you know how it turns out. Have a great
day!

"Ken" wrote:
 

MS Works 9 - compatibility with old databases

Posted: 22 Jun 2008 09:01 AM PDT

I can't open the files, so I tried to "Send" a file to drive C and then open
it. Didn't work, I still couldn't open the "sent" file. I can open MOST of
the databases, there are only a few that won't open. Most of the ones I
can't open are rather large, but I CAN open one that is almost identical to
one I can't open. They can ALL be opened with MS Works 6 - (even one created
with MS Works 9).

Thanks for your thoughts!
--
Tom


"Michael Santovec" wrote:
 

Corrupted File

Posted: 21 Jun 2008 11:29 PM PDT

Re: do not have an option named 'Recover text from any file'.


Sorry to hear Works Word processor version 8 has removed that feature.

It seems with each newer version of Works something is removed. I have
version 6.0 and it does everything I need, some say version 4.5a was the
best version, every version after that is a downgrade of a very good
product.

I do not have another suggestion.

Ken


"phoenix_5" <microsoft.com> wrote in message
news:com...

| I can open works but in the 'files of type' drop down box i do not have an
| option named 'Recover text from any file' just a list of different types
of
| files eg rtf, html etc.
| is there something i can download to recover my documents?
|
| "Ken" wrote:
|
| > Are you saying you cannot open Works Word Processor?
| >
| > 1. Click Start, point to All Programs, point to Microsoft Works, and
then
| > click Microsoft Works Word Processor.
| >
| > 2. Click File, and then click Open.
| >
| > 3. In the Open box, locate the folder that contains the file that you
want
| > to open.
| >
| > 4. In the Files of Type box, click Recover Text from Any File (*).
| >
| > 5. Click the file that you want to open, and then click Open.
| >
| > Or.... at step 5, the file will not open?
| > ------------------------
| >
| >
| > Another thought... is the file marked Read Only?
| >
| > Ken
| >
| > "phoenix_5" <microsoft.com> wrote in message
| > news:com...
| > | Hey Ken,
| > | Thanks for ur reply.
| > | I have microsoft works word processor 8.0 and the link u gave me talks
| > about
| > | a text converter?? I cant open it at all, how do i use the 'text
| > converter'?
| > | Is there sum sort of document recovery i can use for this version of
| > works??
| > |
| > | Chloe
| > |
| > | "Ken" wrote:
| > |
| > | > See if one of these apply......
| > | >
| > | > http://support.microsoft.com/?kbid=940003
| > | >
| > | > http://support.microsoft.com/kb/841219/en-us
| > | >
| > | > "phoenix_5" <microsoft.com> wrote in message
| > | > news:com...

| > | > | Help!! Suddenly for some reason i cannot open some of my documents
a
| > | > message
| > | > | comes up sayng "Works cannot open file.. format may not be
supported
| > by
| > | > any
| > | > | of the installed converters, or the file may be corrupt"
| > | > | When i open it in wordpad or notepad it comes up with all garbage
| > writing,
| > | > | and only parts of my original document can be read.
| > | > | I dont kow why it only happened to 3 of my saved documents?
| > | >
| > | >
| >
| >

Works 8.0- labels, manually

Posted: 21 Jun 2008 12:51 PM PDT

Thanks Ken,
I'll pass this along.
She'd told me that she had chosen the multiple address option, and it wasn't
allowing her to enter the data one label at a time.
Best.


"Ken" wrote:
 

Where are Calendar files?

Posted: 18 Jun 2008 01:07 PM PDT

That web site doesn't mention it, but you should also grab wkcalcat.dat. If
you don't you may find that appointments disappear when you open them on the
new machine.

"Ken" <Thanks> wrote in message
news:phx.gbl... 

microsoft works not opening

Posted: 18 Jun 2008 12:06 PM PDT

Thanks for the info.... good to hear problem solved.

Ken

"nithawk57" <microsoft.com> wrote in message
news:com...

| Hi Ken: Just wanted you to know that i figured out my problem with works
| 2000. I could not delete works thru add/remove in control panel but i did
| reinstall it by using the add new programs button on left side colume in
| control panel and everything is working properly now. Thank you for your
help
| and advice i really appreciate it. Ken
| --
| KEN
|
|
| "Ken" wrote:
|
| > See if item 2 applies.....
| >
| > Works: Top error messages when you run program
| > http://support.microsoft.com/kb/256229/en-us
| >
| >
| >
| >
| > "nithawk57" <microsoft.com> wrote in message
| > news:com...
| > | Hi Ken thanks for the reply. my version of works is 6.0, win xp. the
word
| > | processor and calendar will not open but the database and spreadsheet
will
| > | open. I have uninstalled all of works 2000 but when i reinstall it
says
| > the
| > | same thing files either moved,renamed, or deleted i have not
| > deleted,removed
| > | or renamed anything. works worked fine about a month ago when i last
used
| > it
| > | but why its not now i do not know. Again thanks for the help its much
| > | appreciated. Ken
| > | --
| > | KEN
| >
| >

Microsoft Works Spreadsheet Problem

Posted: 18 Jun 2008 08:57 AM PDT

Re: getting a notification box which says "Out of Memory"

You didn't say which version of Works you have......

See if this applies.......

You receive an error message when you are working in Works 8.5 or earlier
versions of Works: "Microsoft Works 8 has stopped working" or "Out of
Memory"
http://support.microsoft.com/kb/933828/


Microsoft Works 8 Spreadsheet and Works 8 Database Printing Update
http://www.microsoft.com/products/works/downloads.mspx#9SE

Ken

"Jer" <microsoft.com> wrote in message
news:com...

| I purchased a computer which came preloaded with a Microsoft Works package
| which was a special deal between the computer mfg. & Microsoft. I have
| generated a customer list using the spreadsheet software and have been
| getting a notification box which says "Out of Memory" whenever I hit the
| print preview key. Once I click "OK" to goes away & print preview opens.
| Suddenly, the software has decided not to show me one entire column of my
| document - the column closest to the right margin of the document. Why is
| this happening? I don't know where this is originating from. I've even
| tried going back using system restore in order to know if I had entered
some
| sort of command into the document which caused the problem. That does not
| help. Why won't this program show a column of the document? It won't
show
| it on the screen or print it. Thanks in advance for your good advice.
Jer
| Jerry

Install Microsoft Works on Multiple Computers?

Posted: 17 Jun 2008 01:32 PM PDT

Sara-Maria Sorentino wrote: 
Possible, yes; legal, no.

Can't use .wps files, what should I do?

Posted: 16 Jun 2008 06:59 AM PDT

Hi Jean,

Thanks for letting us know you have sorted it out.

Ken


"Jean D." wrote

| Thanks very much. The rtf files now open with Works. Thanks to
all
| who helped me!
| So long for now,
| Jean
|
| --
| Jean D.
|

<snipped>

Works tries to save as .doc files

Posted: 15 Jun 2008 06:48 PM PDT

You are welcome and thanks for posting back.

--

Mike - http://pages.prodigy.net/michael_santovec/techhelp.htm



"LAH" <net> wrote in message
news:phx.gbl... 

clipart for works

Posted: 15 Jun 2008 04:25 AM PDT

Yes; have you tried the the Clipart gallery?:
http://office.microsoft.com/en-us/clipart/default.aspx?lc=en-us




"Sue" <microsoft.com> wrote in message
news:com... 

Export a database form

Posted: 13 Jun 2008 05:58 PM PDT

Hi Dave,

Great to hear cute PDF helped, thanks for letting me know.

Ken

"Dave" <net> wrote in message
news:phx.gbl...

| Ken,
|
| Down loaded the cute PDF the other day. Thanks so much it is exactly what
I
| needed for a couple DB reports.
|
| Thanks, Dave
|
| "Ken" <Thanks> wrote in message
| news:phx.gbl...
| > Here is a couple ways to do what you want.
| >
| > Someone emailed me and said to go to
| > www.acrosoftware.com and try the free program Cute PDF Writer. What it
| > does
| > is create a PDF file of your Works output so that when you go to print
it,
| > it puts it in the PDF file of the name you choose. This way I can send
it
| > to
| > someone who doesn't have Works and look at it or print it.
| > Try it.
| >
| >
| > You could also display the recipe on your monitor, use Print Screen on
| > your
| > keyboard, paste it into Paint program, then save as .jpg
| >
| > 'Paint' program.... Start ==> Programs ==> Accessories ==> Paint, select
| > Paste on it's Edit menu, then Save As on it's File menu, choose .jpg as
| > file
| > format to save.
| >
| > Hope this helps,
| > Ken
| >
| > "King Cole" <microsoft.com> wrote in message
| > news:com...
| >
| > | Works 7.0: I have a cookbook in a database file. The recipes were
| > keyed
| > in
| > | manually on a database form, using a Microsoft Works cookbook template
| > which
| > | I doctored up a little. I have designed several reports to
| > index/categorize
| > | the recipes. I can print a single recipe in the form format easily.
| > A
| > | friend asked me to email a single recipe to her. I assumed it would
be
| > easy
| > | to just export a single recipe in JPG or some other standard format,
| > save
| > it
| > | and send it to her as an email attachment. I couldn't find any simple
| > way
| > to
| > | do it. Surely there is a way. Help, please.
| >
|
|

Problem accessing my documents after formating c:

Posted: 11 Jun 2008 04:01 PM PDT

I would think that you would have to move your properties again to the
target drive to point to d: again to the path to your documents on d:.

Go to Start.
Right click on My Documents.
Click on Properties.
Click on the Move button.

Good Luck, hope it works for you.

Ed.

"Michael Santovec" <net> wrote in message
news:phx.gbl... 

works 7.0 calendar - cannot print - cannot export calendars!

Posted: 11 Jun 2008 12:05 PM PDT

 


Thanks, Ken.

I tried every procedure with no success. Alas!

After reinstalling works 7.0, the new mswkscal.wcd file, although lighter
than the previous one, still retains the old <<crowded>> calendar list of
tasks and appointments (like the works suite never really removed including
all remnants).

I believe the problem I'm experiencing with exporting and printing works
calendar may be due to IE7 installed on my machine. I have tried removing it
(rollback to IE6) and after that works calendar still wouldn't export and
wouldn't print: in any case, I haven't tried remove and reinstalling works
after rolling back to IE6 (it may have worked that way -- who knows...)

It seems works 7 is conceived to work with IE6.

I will try to make a backup copy of the mswkscal.wcd file and install on a
different pc with same OS but IE6 browser (never installed IE7 down there
yet...) and let you know as soon as i find a minute. Thanks guys.

Please feel free to drop me any suggestions or impressions on all this, many
thanks. 

can't open anything with .psw file "works 7"

Posted: 07 Jun 2008 03:01 PM PDT



"Kevin James" wrote:
 
 

Chrisntony