Pages

Search

rpm under 2.6 kernel - Forums Linux

rpm under 2.6 kernel - Forums Linux


rpm under 2.6 kernel

Posted: 05 Oct 2004 12:18 PM PDT


Yup it exists and is owned by rpm and all the files have 644 permission. But
the thing that is bothering me is that when I delete __db* files and rebuild
the rpmdb the __db* file is created with root owning it. That dosn't sound
right to me. Any other suggestion?

--Turi


how to remove useless files: after building kernel fails because of lack of free space

Posted: 05 Oct 2004 11:10 AM PDT

YES,problems were fixed perfectly according to all the helpful replies.
Here is the result:
1.Using apt-kpkg clean, I succeed in removing the folder
/usr/src/kernel-source-2.6.6/debian.Quite safe and easy to use!
2.Using apt-get --purge remove kde.*, debian cleverly finds the target and
succeeds in removing 333MB of data.
3.And with deborphan I find some libs as libgtkhtml3.0-2 or libgnutls5.I'll
remove them by my hand.

Linux is not yet so popular in my countryland. But while I'm learning from
your excellence and kindness here, I'll pass what I learned to all around
me.BEST REGARDS!

"Andreas Janssen" <com> дÈëÏûÏ¢ÐÂÎÅ:cjuqj8$c3r$00$t-online.com... 


USB sound

Posted: 05 Oct 2004 10:54 AM PDT

Jason Zheng wrote:
 

Okay, I am not very familiar with SUSE 9.1, but you may need to determine
for your distribution how to select a particular sound device, if the
previous sound card is still in your machine. I had to do this to support
my USB headset -- FC2 created a new sound device for the headset and I
needed to select that device in order to use the headset.

Also browsing /var/log/messages may reveal problems, assuming SUSE 9.1 puts
its messages in that location.

--
Paul Lutus
http://www.arachnoid.com

Linux clustering recommendations

Posted: 05 Oct 2004 06:19 AM PDT

the pvm manual

http://www.netlib.org/pvm3/book/node1.html

7 wrote:
 

help:qconf can't connect to X serverr when 'make xconfig' in Debian

Posted: 05 Oct 2004 02:31 AM PDT

YES£¡The problem was solved according to exactlly what you told me.
Thank you all so much!

"Andreas Janssen" <com> дÈëÏûÏ¢ÐÂÎÅ:cjtr9j$iru$01$t-online.com... 


help with permissions

Posted: 05 Oct 2004 12:35 AM PDT

Hello

Alberto (<it>) wrote:
 
^^^^^
Is this intended to include members of the users group in the disk
group? Does that work (check the output of `id`)? My group man page
says you should list /user/ names, seperated by commas. Nothing about
group names to be included.

By the way, don't include anyone in the disk group. That user could just
overwrite the whole hard disk. Include the user joe in the cdrom group,
and change ownership of hdc from root.disk to root.cdrom (if hdc is the
device file of your cdrom). You probably also want to remove the write
bit for others from hdc.

And again: To mount the device you /don't/ need write access to the
device file (in fact, not even read access). That same is true for the
directory you are going to mount the device.

The mount program should be suid root, and thus runs as root, even if
you call it as a user. It will still allow users to mount and unmount
file systems, if there is a matching entry for the device in the fstab
with the user or users option set.
 

You need an entry in your /etc/fstab with the user option set for that
device, e.g.

/dev/hdc /mnt/cdrom iso9660 defaults,ro,user,noauto 0 0

best regards
Andreas Janssen

--
Andreas Janssen <com>
PGP-Key-ID: 0xDC801674 ICQ #17079270
Registered Linux User #267976
http://www.andreas-janssen.de/debian-tipps.html

RH Linux init

Posted: 04 Oct 2004 09:01 AM PDT

steven <ca> wrote: 

I think you mean 'export' and not 'explore'.

The reason for the behaviour you experienced is that S99Local is
executed in a subshell (see 'man bash', section COMMAND EXECUTION)
since it is not sourced (see 'man bash', section SHELL BUILTIN COMMANDS,
command 'source').

Put the CLASSPATH in /etc/profile if it should apply to all users and
commands and in .bash_profile if it should apply to a single user
(see 'man bash', sections INVOCATION and FILES).

Yours,
Laurenz Albe

Dual booting XP machine

Posted: 04 Oct 2004 07:58 AM PDT

P.T. Breuer wrote:
 

On reading this list of "whys", the "why" that comes to mind is "why did you
post?"
 

Yes, it does, surely.
 

Nope. You are describing Grub here.
 

Hey, I copied this directly from the Red Hat site. I didn't write it.
 

More questions you could have answered for yourself before posting.
 

Nope. Each LILO change requires a rewrite of the MBR. You appear to be
confusing LILO and Grub.
 

If you have to ask this, you need to read up on this topic and its history.
 

The problems begin after you have typed "lilo".
 

If this were true, it would pose a problem, But it is not true. Grub can in
fact be reprogrammed, by editing one plain-text file, to accommodate a
different boot configuration. For LILO to do this, the MBR must be
rewritten.

--
Paul Lutus
http://www.arachnoid.com

using boot.ini in XP

Posted: 04 Oct 2004 03:13 AM PDT

In comp.os.linux.setup, steve henderson uttered these immortal words:
 

That's yet another way. Choice, choice, choice. :o)

PS Please don't top post.

--
Andy.

problemi permissions

Posted: 04 Oct 2004 02:53 AM PDT

Hello

Alberto (<it>) wrote:
 

Try (as root):

mount /dev/hdc /path/to/mountpoint

or, if you use a normal data CD

mount -t iso9660 /dev/hdc /path/to/mountpoint

What error message do you get? If it works, check if you have an entry
in your fstab to allow users to mount the device. See `man fstab` for
info on how it should look like.

best regards
Andreas Janssen

--
Andreas Janssen <com>
PGP-Key-ID: 0xDC801674 ICQ #17079270
Registered Linux User #267976
http://www.andreas-janssen.de/debian-tipps.html

how to make load module on boot with correct parameter (Debian,kernel2.6.7)

Posted: 02 Oct 2004 02:32 PM PDT

Luca Pireddu wrote: 
.... 
.... 

Thanks for now. I'll try it.

 

That's interesting.

There was (or still is) a command like 'modprobe-update' or similar which should
update modprobe.conf with the options contained in the modprobe.d directory,
but i'm not sure...

--
Bob.

RRB SoHE

Fixing GRUB to access boot partition

Posted: 02 Oct 2004 01:45 AM PDT

I found the problem. The setup is done in menu.lst, not grub.conf. I updated
that file, then told grub to run from the first partition. Back in business.

"Sean Cleary" <com> wrote in message
news:google.com... 
news:<supernews.com>... 


I am missing GCC on new Suse 9.1 install?

Posted: 01 Oct 2004 12:07 PM PDT

Jim R wrote:
 


If you want updatedb, you probably need to have Yast install the
'locate' program.
Mike

Question on installing a bootloader

Posted: 30 Sep 2004 02:47 PM PDT


"Bob Coates" <remove_to_reply.co.uk> wrote in message
news:.. 
problem 
the 
off 
it 
nothing. 

What is your boot parameter in lilo.conf

if it is boot = /dev/hda2 or some such that is the answer
as you are trying to boot further down the drive than is
possible. I had this same problem and that was the
reason. I believe it says somewhere that LI means that
the boot sector cant be reached.


Can linux box support 2 host names / 2 ip addresses

Posted: 30 Sep 2004 02:15 PM PDT

> Here is my problem: 
to 
IP 
eth0 and 
hostname in 
Nope.

I think it would be easier to make a list of the duplicated services
you want to have on the new box (web, mail, samba, dns, etc.) and find
a way to do it for each one. For example, web and mail support virtual
hosting. The DNS can handle multiple zones by itself. You can also do
the dual-Samba trick i explained in my previous post, and so on.

If you want to have people logging in on ssh and see a new environment,
you can do it with chrooted sshd, only you need to mount /proc in the
chroot, which by my opinion is too insecure. (the hostname stays the
same, as is the same kernel)

If you want separate '/proc's and hostnames, go for the vserver kernel
patch, at http://www.13thfloor.at/vserver/project/ . But i urge you to
reconsider your problem, because I don't want a newbie on my conscience
(kernel patching is a dangerous sport for beginners)

--
Petre.

Can't install Linux from CD on a VIA EPIA ME6000 Mini-ITX board!

Posted: 29 Sep 2004 11:33 PM PDT

In article news:<theathertons>, Mark Atherton wrote: 

I would certainly expect it to, yes. I've never tried, though.
 

The great advantage of VIA CPUs is their low operating current and
consequently low heat emission. They suffer a little in some benchmarks
comparing them with similarly-clocked Pentium IIIs and Celerons because
their L2 cache is only 64k. They're nevertleless excellent for small server
applications that need to run 24/7 without costing too much or overheating
the room, and for domestic appliance applications (DVD players, PVRs, MP3
servers) where quiet operation is important.
 

I've not used either (just SuSE, Fedora and Gentoo), but my impression is
also that Debian is not quite as easy as the "consumer" distros like SuSE
and Mandrake. I mentioned Debian to the OP because I know it can be had in
a generic x86 build (though a 586 build should work on his ME6000 too).

Cheers,
Daniel.

using RH 8 or 9 where is the command line Newbie Q's

Posted: 29 Sep 2004 05:31 PM PDT

Laurenz Albe <com> wrote in message news:<cjr4v8$81i$nextra.at>... 

Laurenz,
Please,
I was *NOT* bothered by your advice. Tone of voice dies in this forum,
and there has been a misinterpetation of my words. I did not mean
sarchasm, but appriciation. I am a newbie. I do like any help, even if
it is only a touch.

Sean

Can't change volume with ALSA, even as root

Posted: 29 Sep 2004 06:46 AM PDT

It worked! It's an alternative to consider. The only problem is that it has
an 8sec delay to apply the new volume.
Thanks,

--
chabral

"Manfred Schmitt" <net> escribió en el mensaje
news:bassdart.dyndns.org... 


Open Office - [discuss] Portable + PE + unattended version for OpenOffice

Open Office - [discuss] Portable + PE + unattended version for OpenOffice


[discuss] Portable + PE + unattended version for OpenOffice

Posted: 15 Apr 2008 01:45 AM PDT

--0-1245218507-1208371613=:8902
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit

Hello,

I'm Ahmed (Xtreme) and i send this mail to give a new suggestion for the next version of OpenOffice which is let the OpenOffice to be work on the different environments.


i'm offer to make a 3 things:

Portable version: which will let OpenOffice to be portal and can be run from any USB so that i can get it with me anywhere to be able to use it on any PC. Also all the settings you make are saved.

PE plugin: Which will let OpenOffice to be used on PE systems. As PE can be put on CD/DVD or USB Flash so that you will have a complete run OS that is portable and can be used any where so that the OpenOffice will gain this advantage and will be a Portable Office which mean that my office in my hand and i can use it to wirte whatever i need when i want at any PC which other companies give it to there users.

- for more info. about PE check below section.
=====================================

Introduction:
Bart's PE Builder helps you build a "BartPE" (Bart Preinstalled Environment) bootable Windows CD-Rom or DVD from the original Windows XP or Windows Server 2003 installation/setup CD, very suitable for PC maintenance tasks.

It will give you a complete Win32 environment with network support, a graphical user interface (800x600) and FAT/NTFS/CDFS filesystem support. Very handy for burn-in testing systems with no OS, rescuing files to a network share, virus scan and so on.
This will replace any Dos bootdisk in no time!
More about Bart's PE here -> http://www.nu2.nu/pebuilder/

I'm working on making and developing a plugin for PE field and i really made a lot of plugins like
- Windows Media Center Edition.
- Media Portal.
- ACE Mega Codec.
- K-Lite Mega Codec.
- Windows Media Player (WMP 11).
- Winamp.
- Windows Tablet PC (BETA).
and more but those are the most popular and the only plugins in the world.
=====================================

Unattended Installation: Which will let OpenOffice to be able to integrate with windows installation so that you don't need to install it every time you install windows (i.e. OpenOffice will be installed automatically like Microsoft Windows Media Player).


Now let's talk about purpose of any program.
Any one or company make a program he have one purpose which is spread this program and dominate on the field which program support.

Support the program with a lot of options.
Make a friendly GUI for users.
Make a commercials for the program.
Give the users ability to try the program for free.

The first two points are back to developers team and the 3rd one back to Sales or Marketing team.


Let's answer you question Can you tell me what benefit it would provide?


Allow to program to work on another platform which is Preinstalled Environment (PE) that sure beside normal windows platform which is enhanced and become more easier by adding unattended version.
By being portable i will be able to use it anywhere on any PC but what if this PC have a password on it and i can't access it to use my portable OpenOffice. It is not a problem, all you need is just restart this PC and run it from your PE system and write whatever you wanna using your office.
let's take an example: if you have PE system and your portable version of OpenOffice on your USB. All you need is to plug you USB to PC then

Run your Office if the PC is not protected by any passwords.
Or

Reboot this PC and boot from your PE System so and write what you wanna and enjoy with the PC to do anything you wanna with it.
Thus this will satisfy the first point i said before.


3. By adding an option in the GUI or add the PE plugin under OpenOffice Start Menu Program this will satisfy the 2nd point which allow users to get they work fast and easy.
4. Get a free ads for the program in the PE Forums also in the software website as the first program of its kind that have PE plugin which will be really new.



The only thing that i wanna is to join the OpenOffice Developer Team and sure i will keep supporting all of these 3 things as any member in the team.

Keep in mind (KIM) as the Greek philosopher Aristo said "One of the most successful secrets in the world is doing something that others don't".

That is all. Hope to be useful to you.
I will be waiting for your reply (in both cases).

Regards,
Xtreme
com
http://xtreme.boot-land.net



---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
--0-1245218507-1208371613=:8902--

[discuss] You guys made a major error (not)

Posted: 09 Apr 2008 01:56 PM PDT

+1

--- net.nz wrote:

From: Michael Adams <net.nz>
To: org
Subject: Re: [discuss] You guys made a major error (not)
Date: Thu, 10 Apr 2008 19:56:16 +1200

On Wed, 09 Apr 2008 16:54:41 -0400
John P. Baker wrote:
 

Given that it is an international website, i think we should simply
allow for authors of multiple nationalities without getting stressed
about it.

Etymologists will find it interesting, the rest of us should just relax
and enjoy the colour and international flavours ;)

--
Michael

All shall be well, and all shall be well, and all manner of things shall
be well

- Julian of Norwich 1342 - 1416

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org




---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] You guys made a major error

Posted: 09 Apr 2008 01:12 PM PDT

On Wed, 9 Apr 2008, Ian Lynch wrote:
 
 

Or how the toddlers use "fun"...."so
fun"...funner"..."funner"...GAHHHHHHHH!!!!!!!

--
Bob Holtzman
"If you think you're getting free lunch,
check the price of the beer"

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] OpenOffice 2.4

Posted: 07 Apr 2008 10:24 AM PDT

On Tue, 08 Apr 2008 09:54:30 +1000
Allen Ryall wrote:
 

The start menu is part of Windows, specifically Windows98 - WindowsXP.
If you have Windows Vista it is the round circle thing in the bottom
left corner of the destop (on the taskbar) with the flying windows icon
on it.

Assuming Vista. Click the circle icon on the bottom-left corner of the
screen. Look for "Programs" in the pop-up list and point to it. Look for
"OpenOffice.org 2.x" in the new flyout list and point the mouse at
that. In the new flyout menu pick "Writer".

 

That setup file is indeed the "setup.exe" i was talking about. Windows
has the option of turning the .exe extention off, so it is not visible.
If it reports that you can only modify files then you have sucessfully
installed. So my instructions above should work. By the way to prove i
am right regarding setup.exe, try this. Right click on "Setup" and
choose properties from the popup list. Somewhere in the dialogue box
that opens you should be able to find "setup.exe".

I respectfully recommend you look to getting some computer tuition, it
seems you have just enough knowledge to get yourself into trouble at
this stage :)


--
Michael

All shall be well, and all shall be well, and all manner of things shall
be well

- Julian of Norwich 1342 - 1416

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] Open Source Version of Outlook

Posted: 05 Apr 2008 02:05 PM PDT

There is also Chandler.


On Sat, 05 Apr 2008 15:06:13 -0600, Paul <com> wrote:
 



--
Alexandro Colorado
CoLeader of OpenOffice.org ES
http://es.openoffice.org

---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

[discuss] pasting into Writer from clipboard

Posted: 04 Apr 2008 01:14 PM PDT




mike scott-2 wrote: 


Mike, 
unformatted text makes a difference.<<<<

Yep, it works. I've used it 3 or 4 times and it always seems to place the
text where its supposed to be. Problem apparently solved. Thanks for your
help.

Wes N


--
View this message in context: http://www.nabble.com/pasting-into-Writer-from-clipboard-tp16497721p16567616.html
Sent from the openoffice - discuss mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: org
For additional commands, e-mail: org

Microsoft Word - Footer shifts off page when the page size is changed

Microsoft Word - Footer shifts off page when the page size is changed


Footer shifts off page when the page size is changed

Posted: 18 Jul 2013 03:13 PM PDT

Sorry I realize this is probably a really easy fix, but I just can't figure it out. 

 

Our company uses a standard footer on word documents (this is new) and the template they sent out uses A4 paper.  When I change the paper size to Letter 8.5x11 the footer shifts off the page.  How do I get it to keep the footer at the bottom of the page?  I tried changing the paper size to legal and it moved the footer to about 2 inches from the bottom of the page on that one.

 

Thank you.

Problems with "draw table" in Word 2013: can't enter text into some cells

Posted: 18 Jul 2013 03:03 PM PDT

I'm using Word 2013 on an HP 2000 laptop with Windows 8.  I'm creating a document with a 5 column, 10 row table, which I started by using "Insert Table."  In the first row, I put my column headings.  So far I've had no problem entering data into any of the cells.

Today, however,  I decided to create an additional column heading row for each page to make the doc more readable.  I used "draw table" to add an additional row of 5 cells.  It's not separated; essentially I now have on each page a table of 5 columns and 2-3 rows, the top row intended for the headings.

However, I can only enter text into the fourth cell!  Why?

I also cannot delete the row, only the 4th cell, or even highlight the whole row.  When I do highlight that cell and click "backspace", the entire 4th column goes away (not surprisingly).  

How do I a) enter a row in a way that will not screw up the whole table and will allow me to write in each cell or b) fix the row I just added so that it will let me enter text?

thanks for any hints!


TEXT Box Question!!!

Posted: 18 Jul 2013 02:39 PM PDT

I have something that is driving me up the wall! When I go and created a Text Box in Word 2010 and put it down below the page and go to print it out, it shows in the print preview part of it, but when it prints it out part of the left side is missing. How can I fix this so that I can print what it sees?

Mail Merge 2010

Posted: 18 Jul 2013 02:05 PM PDT

I'm using Avery Labels 5160.  I need to be able to merge so that one address prints out on all three columns on the same row.  Is there a way to do that?

 

Thank you, 

 

Robin

I have a word doc that is restricted for "filling in the form only". I would like to add a section that will add numbers.

Posted: 18 Jul 2013 12:17 PM PDT

I have a word doc that is restricted for "filling in the form only".  I would like to add a section that will add numbers.

When I add a table cell, existing text forgets its paragraph styles! help

Posted: 18 Jul 2013 12:06 PM PDT

I am trying to compare two tables of contents side by side.  I am formatting the tables of contents so that I can easily see the header levels and then line up chapter 2 with chapter 2 and section 2.1 with section 2.1, and so forth.  I've been applying styles to each header level (my own styles - not any existing styles).  Every time I add some cells, my text forgets the styles that I applied and becomes another style.  What is going on?
I have turned off autoformat tables.  I have made sure that the default document font matches the Normal paragraph font.  

Why is the *cell* retaining the paragraph style instead of the *text*?  I want to apply the style to that *text* - for example, I want Chapter 2 Houses to always be my style "tc1" no matter what cell it ends up in.  

How can I get my text to keep its paragraph style even when I add cells to my table?

thank you

Upgrade to 2013 Pro: Word/Excel will Not Start

Posted: 18 Jul 2013 11:47 AM PDT

PROBLEM:

 

1.  After upgrading Microsoft Office 2010 to Microsoft Office 2013 Professional the programs will not start.  The Word and/or Excel splash screen appears with the automatic graphic "Starting" and active ".'s" running across the screen.  No further spawning of either program. 

 

Prior to upgrading to 2013, Microsoft Office 2010 Professional would intermittently hang at the splash screen.  The resolution was to perform a Control Panel/Programs and Featurses Repair of Microsoft Office 2010 Professional. 

 

Since upgrading yesterday and working successfully with 2013, this morning only the splasm screen appears.  Since I have seen this problem with 2010 I performed a network repair.  At the conclusion of the network repair I attempted to spawn or execute either Word or Excel and so far only the splash screen appears.

 

ASSISTANCE REQUESTED - Please Help.

 

Thank You,

 

EB

 

 

Choose XML Expansion Pack-get rid of popup

Posted: 18 Jul 2013 11:44 AM PDT

I'm trying to save a word doc and i get a popup:  Choose XML Expansion Pack

 

I selected:  No expansion pack but everytime I open this file I'm still receiving the popup, how do I get rid of the dialog box?

The spell checker on Word 2003 stopped working. It is on in options. Any ideas?

Posted: 18 Jul 2013 11:38 AM PDT

I use Word 2003 on windows 7 64bit. Everything has been working great. Yesterday the spell cheker stopped working. I checked Tools-> options -> spell & grammar. The boxes are checked.

Any Ideas?

Cannot open Word email attachments

Posted: 18 Jul 2013 10:30 AM PDT

Recently I am unable to open Word email attachments.  Here are the details:

  • When I try to open a Word attachment, I get an error message that says "Word experienced an error trying to open the file. ..."
  • I visited article 2387587 which discusses this problem.  In the solution, it is shown how to set Default Authentication Level to Connect and Default Impersonation Level to Identify.  However, these were already set properly on my computer.  Even after reapplying these settings, I am still unable to open Word attachments.
  • I cannot open a Word attachment neither directly from the email nor after saving it first on my hard drive.
  • It is the same problem whether trying to open the attachment from Outlook 2010 or from my web-based Gmail account.
  • I have the problem even with old email attachments that had previously been opened successfully.
  • Word attachments are displayed okay in Outlook preview and in Google documents view, but trying to open or save them from these places also gives the same problem.
  • I am able to open Excel attachments without a problem.
  • My operating system is Windows Home Premium, 32-bit.

Can anyone identify the source of this problem and tell me how to solve it?  Thanks.

Tables in a Word 2007 Fillable form

Posted: 18 Jul 2013 08:26 AM PDT

I am creating a fillable form in Word 2007. I have added tables with text form fields in each cell. I am aware that in a normal Word document, you are able to create a new row in a table just by tabbing cell to cell. Is it possible to create a table that does this with text form fields automatically in each new cell when editing is restricted to only filling in forms?

accessing protect document menu in Word 2002

Posted: 18 Jul 2013 08:10 AM PDT

I am in a temp position and working on a form. How do I get the formatting menu to show up when I protect the document in this version?

 

Thank you so very much!

 

Aleeherself

memory insufficient cannot display requested font for some users in domain 2003?

Posted: 18 Jul 2013 07:13 AM PDT

I have problem with office 2007  , for some domain  users when they want to change  massage will show  insufficient memory can not display  requested font?

but on same machine while i log in with different user  every thing is OK.
i tested  on 2 OS XP and Seven . problem is same.

Server is Windows 2003.
 

Creating a custom Word document view based on a user's selection

Posted: 18 Jul 2013 06:54 AM PDT

I have a document that several users have to complete various sections of. No one user has to complete all the sections on the document but I want to be able to create one document with all the content, but then the user only see's what they need based on the information they select about their role.

Is there a way on the first page of the document to have a radio button list of options which a user selects from and then based on their selections, content linked to each radio button selected displays on the following pages?

Thanks,

Is there a way so the Edit Hyperlink box always opens on the 'Place in This Document' section?

Posted: 18 Jul 2013 06:47 AM PDT

This is admittedly a fiddly question. 

I have a document where I need to change a large number of external hyperlinks so they point to other pages in the document.

Whenever I right click on a hyperlink and then select 'Edit Hyperlink' in the box that appears it always opens on the 'Link To: Existing Webpage' sub-window.  Is there a way to set things so 'Edit Hyperlink' always opens on 'Place Within This Document' instead? 

Doesn't seem like much, but I'm wondering if I can save myself a ton of little clicks over the long run.

Is there a way to only search a document for *external* hyperlinks?

Posted: 18 Jul 2013 06:40 AM PDT

I know how to search a document for hyperlinks using the 'Find Style' option in the Find and Replace box.  However, this only lets you search for all hyperlinks.

What I need to do is find a handful of hyperlinks pointing to external websites in a sea of hyperlinks linking internally to other pages within the document.

Is there a way to search for specific sub-types of hyperlinks?

Spaces between words in Microsoft Word 2010

Posted: 18 Jul 2013 06:29 AM PDT

I'm using Microsoft Word 2010.

When I type text, the spaces between the words are much bigger than they used to be. I've tried everything I can think of to try and fix it. I've been using the same font (Cambria) for nearly ten years now, and this has happened for the first time today.

How can I change the space size back to how it was (and has been for the last decade)? This is a really frustrating problem and I can't find a suitable answer anywhere on the internet.

Please note: I'm not talking about characters, ie. Individual letters and numbers. I'm referring to the spaces created when you press the space bar.

Things I've tried: made sure the text is left justified. Turning on the hidden formatting symbols to check whether I was somehow putting two spaces instead of one between words (I wasn't).

I'd be massively grateful to anyone who could help. I know it's only a minor thing, but minor things do tend to be the most annoying!

Thanks very much for your time

Simon

How to avoid new paragraph style over-riding paragraph indent

Posted: 18 Jul 2013 05:50 AM PDT

I am writing a document in which most paragraphs are left aligned but some are indented by 0.9cm so as to align with the text of a bulleted list (since they provide more info on the the bullet list item above them). I created a style called "Normal,UM Body Text" based on "no style" for the majority of paragraphs. Then I created a style for the indented paragraphs called "UM body indented to align with bullet text" based on "Normal" to indent the required paragraphs by 0.9 cm.

 

So far so good.

 

But there's also a requirement to have certain paragraphs beginning "Note:" in a different style - blue text, smaller font (10pt instead of 11pt) and closer line spacing (single line instead of x 1.2 lines). But these changes could equally well have to apply to a normal (left-aligned) paragraph and the indented ones.

 

How can I set up a style to do that - to over-ride font colour, font size and line spacing but NOT to over-ride paragraph indent? My attempts so far have resulted in a style that over-rides the paragraph indent to make it either left-aligned or 0.9cm indent (depending on whether I base it on  "Normal,UM Body Text" or "UM body indented to align with bullet text"). Basing it on "no style" is even worse as it over-rides the 8pt after-paragraph space I've set up in my styles with the default 10pt one.

 

Hoping someone on here can help.

 

Bruce Officer

 

 

converter failed to save the file

Posted: 18 Jul 2013 05:05 AM PDT

HI!
I recently bought Office 2013. Everything was working fine until I had to convert a .docx file to 97-2003 format for someone who couldn't open my file in their computer. After this conversion, whenever I click to open a saved document I get the message 'converter failed to save the file' . It does open when I righclick on it and open with word. It also opens when I choose Word from Start option and open the file. But I would like to open it by double clicking on it. Help me please!

Right-Click > Paste Special

Posted: 18 Jul 2013 03:10 AM PDT

I have to write 23483294832943 CVs per day and I need to "paste special>unformatted text" loads

Is there any way I can add this to my right-click menu

hope so TIA

Korean characters showing as rectangular boxes

Posted: 18 Jul 2013 02:39 AM PDT

(Word 2010)  Since I restarted my computer yesterday, Korean characters are showing up as rectangular boxes.  This happens only in the open file dialog box, not in the dropdown recent documents or in the document itself once opened.  Korean language is properly installed in the control panel.  

Protecting paragraphs of text in a template

Posted: 18 Jul 2013 02:13 AM PDT

I have a Word 2010 template where some paragraphs cannot be edited by the user.

For the protected paragraphs, I have implemented the text in a content control and have ticked the 'content control cannot be deleted' and 'contents cannot be edited' properties.  This works well and achieves what I want but there is nothing to stop the user accessing the content control's properties and unticking the options making the paragraphs editable again.

I have also tried using the Restrict Editing option selecting the No changes option and then selecting the text the users are allowed to edit as exceptions.  However, my users don't like the yellow highlighting of the text that they are allowed to edit.

So I have three questions:

1.  Is it possible to protect the properties of content controls so that users can't edit them?
2.  Is it possible to use the Restrict Editing option without having the editable text highlighted?  I know the users can untick the 'highlight the regions I can edit' option but you have to do that every time you open the document.
3.  Are there any other ways of achieving my goal of a template containing mostly text that can be edited but also containing text that cannot be edited?

TIA

Julie

I get wrong symbols whenever I press Shift-2, and Shift-3. How to fix this?

Posted: 18 Jul 2013 01:41 AM PDT

Whenever I press Shift+2, instead of writing @ sign, it prints " inverted comma, and vice versa. Similarly, as of Shift+3, it writes £ sign, instead of Hash symbol.  How to fix this problem? Please help me!

 

Thanks, in advance!

Māori macrons in Word 2007

Posted: 18 Jul 2013 12:20 AM PDT

As you can see from the header, I have changed to the Māori keyboard. But annoyingly the grave key doesn't produce macrons when I am using Word! In fact, pressing that key then a vowel doesn't do anything at all. Whereas they work fine in Gmail, Acrobat, etcetera.  Is there some setting in Word 2007 that needs changing first?
Thanks
KenHarrop

REF field code - switch enquiry

Posted: 18 Jul 2013 12:06 AM PDT

Hi all,

I have set up a multilevel list of the format
A.
  Appendix A.I
  Appendix A.II

and entered a cross reference. Using the \t switch I removed the "Appendix". Is there a switch or some other method which would also remove the "A."? Because I would like my cross reference to look like "see Appendices A.I-VII"

Thank you.

2010 word wont convert power point to an outline

Posted: 17 Jul 2013 11:36 PM PDT

My computer did a windows update and changed 2007 Word to 2010 word and I cannot change a received power point to an outline format for printing like I could in 2007. I have tried every which way, can anyone help me?  I like to print my professors power-points in the outline format so I won't wast all the ink and paper!

Stop Read Only on Word Protected Form

Posted: 17 Jul 2013 10:25 PM PDT

I have created a template in word which is a protected document, based on the "Fill in Forms" level of protection.

 

All works well, and each individual can open the template fill it in and then save it no problem.

 

The error arises however when a different user opens a document filled in and saved by somebody else it will only open as "read only".

 

How can I get around this issue so that anybody can open the forms that have been previously filled out and edit the data (obviously only the data in the form fields) and re-save the document without the need for save as and a different file name?

 

Many thanks!

In Word 2010 cursor jumps around mixed with downloading icon

Posted: 17 Jul 2013 10:23 PM PDT

My problem only occurs when using Word 2010.  Using Windows 7 & OFFICE Home & Student 2010.

 

It is hard to describe.  My cursor has gone "mad".  It is rapidly flashing while at the same time as what appears to be the downloading blue circular icon is rapidly flashing over the cursor.  I can, with some difficulty, still do most things, but the double flashing icon is always flashing.  I can move it to an icon on the ribbon & click what I want & it does it for me e.g. I can use mouse to highlight some words & then go to the B icon toolbar & click & the words become "bold".

 

I can use "enter" to get a new line, but the cursor does not show, but when I type a character it shows where I expected it to be.   This all very disconcerting & I would appreciate any assistance you can give me.  I don't have any problem in Excel.

My problem only occurs when using Word 2010.  Using Windows 7 & OFFICE Home & Student 2010.

 

It is hard to describe.  My cursor has gone "mad".  It is rapidly flashing while at the same time as what appears to be the downloading blue circular icon is rapidly flashing over the cursor.  I can, with some difficulty, still do most things, but the double flashing icon is always flashing.  I can move it to an icon on the ribbon & click what I want & it does it for me e.g. I can use mouse to highlight some words & then go to the B icon toolbar & click & the words become "bold".

 

I can use "enter" to get a new line, but the cursor does not show, but when I type a character it shows where I expected it to be.   This all very disconcerting & I would appreciate any assistance you can give me.  I don't have any problem in Excel.

why can't I get office word to open?

Posted: 17 Jul 2013 04:40 PM PDT

When I try to get into office word a box comes up telling me it doesn't recognize my email / password. Yet I can sign in to Microsoft. This is a fairly new computer with windows 8 ( which I am very unhappy with). It shows that word is on this computer. Do I still have to do something to get it to work. This is my first time attempting to use. I have documents in skydrive that I need to edit but it will not allow me too.

 

thanks

How to delete unneeded page?

Posted: 17 Jul 2013 03:25 PM PDT

Word 2010.  I have a letter which has a header & footer.  As I was typing the letter a second page was created with the header & footer used on the first page.  I do not need the second page & it is blank except for the header & footer.  How can I get rid of this second page but keep the first?

Suppress the data source dialog in a Saved Word Mail Merge Document

Posted: 17 Jul 2013 02:51 PM PDT

In VBA from within an Access database, I've automated the creation of  a Mail Merge document from a Word template. We're getting the Word document produced fine, with no dialogs popping up.

 

However, when a user returns later to reopen the document, they getting the security dialog informing them that they will launch a query to retrieve data from the original source. Clicking either "yes" or "no" sends the user on to the previously created document with the proper values in the merge fields.

 

I must  suppress that dialog. It's a deal-breaker for the client.

 

What options are available?

How can I turn off the Review function?

Posted: 17 Jul 2013 02:34 PM PDT

I'm the only one using Word, so I don't need or want it.  I want Review Markups turned of completely and forever.

Need Permission from Administrator on My Own Computer??????????

Posted: 17 Jul 2013 02:26 PM PDT

Just got new laptop with Windows 8. So far I hate Windows 8. I restored files from Mozy onto new laptop and now every document I try to open is in Read-Only mode and I can't save them even as new documents because I (the only person using the computer) don't have permission from the administrator. Is there a way around this? Can I stop all these ridiculous administrator messages from appearing and just give myself permission to do whatever I want on my own computer? I tried to right click on the documents folder and click properties and uncheck read-only but it doesn't work, probably also because of administrator ****.

Converting WP docs to Office 2010

Posted: 17 Jul 2013 02:18 PM PDT

How do I convert Word Perfect documents generated on a Dell 2002 with XP to a Gateway 2012 Win8 with Office 2010 Professional?

How can I create a template where I can tab to various lines without the words moving?

Posted: 17 Jul 2013 01:58 PM PDT

I have a template that my boss sent me for a technical document. It's 3 pages long and 90% of the text doesn't change from project to project. However, there are about 20 places in the document that can vary and many of these areas are embedded in a sentence.  He has it setup where I can select from a dropdown box which is great. Right now to get to the next box or line I scroll down then click on the box and make the appropriate choice.

While that's easy I'd like to be more efficient. Is there a way to set a tab so that I can just press the tab button and have it go to the next box? I'd even be happy if it just tabbed to the next line where I need to make a selection if I couldn't get it to tab to the exact position in the document.

Thank you very much.

search for a lost word document

Posted: 17 Jul 2013 01:44 PM PDT

I accidently moved some file and I can't find them anymore.

 

How do I search inside several documents in 2010 without opening each one?

Posted: 17 Jul 2013 01:30 PM PDT

In Word 2003 I could set on a folder and search for something within all the documents inside the folder without having to open the folder and then open each document to look for what I wanted.  I have been unable to search that way in Word 2010. 

 

    For example:   I want to find how many letters were sent to Al Jones within the 2013 Letters folder.  I need to find all and write down the dates so as to send yet another letter - there are 100 letters in this folder.  How do I set on the folder and have the system search for all the Al Jones letters?

 

I have been looking for several months within different Communities for help but have yet to find anything.  Is there anyone who has found an answer?

 

Thank you.

Date Picker in MS 07

Posted: 17 Jul 2013 12:06 PM PDT

I have two Date pickers on the same line set up as "Date Picker  thru  Date Picker" on five different lines. When I choose either date picker the format changes causing the characters to shift. Can I freeze the date picker so when it does reflect and actual date, the rest of the data wont auto adjust

Create a form that fills in searched data...

Posted: 17 Jul 2013 10:38 AM PDT

Hi, I'm an office manager and trying to create a form in Word that when merged with Access will allow me to insert a client's name in a search field, then Access will fill in the contact information for that person.

microsoft word 2003

Posted: 17 Jul 2013 10:35 AM PDT

when using the option of file save of microsoft office word the format of file changed and corrupted.. my all work lost at the end .have a solution to microsoft or else  ?

Switching computers - Microsoft Office forums

Switching computers - Microsoft Office forums


Switching computers

Posted: 24 Oct 2004 05:14 PM PDT

If Office XP is retail version, you can install or renstall on as many machines as you wish provided not all of them are used simultaneously. There is no need to uninstall from the old machine!. Activation is normally automatic if you are reinstalling after 120 days of the first installation via internet. Otherwise, you will need to activate by phone. I suggest read this article first:

http://www.microscum.com/mmpafaq/

Hope this proves useful.


T Martin wrote:
 

--
I use non Microsoft products wherever possible which requires no activation.

I use Netscape 7.2 as my default browser which has everything I need for my work.

I believe in good Financial Management!! I do not believe in enriching rich jerks!



I don't have the MS OFFICE 2000 code to install the program

Posted: 23 Oct 2004 09:57 PM PDT

As in another response to How do I reinstall Office 2000, below, you could
try and call MS, here: http://support.microsoft.com/?kbid=823570


kip



microsoft.com> wrote in message
news:com... 


Network Resource

Posted: 23 Oct 2004 10:37 AM PDT

If you have your Office CD in the CD drive and point the installer to it
when it asks, does it help?

What is the original problem that you are trying to fix in Outlook? Perhaps
all of this is unnecessary?


--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact. Due to
the (insert latest virus name here) virus, all mail sent to my personal
account will be deleted without reading.

After furious head scratching, JohnnyM asked:

| Milly: Thanks for the reply. I installed it on a single PC (No network
| involved).
|
| JohnnyM
|
| "Milly Staples [MVP - Outlook]" wrote:
|
|| How was Office first installed?
||
|| --
|| Milly Staples [MVP - Outlook]
||
|| Post all replies to the group to keep the discussion intact. Due to
|| the (insert latest virus name here) virus, all mail sent to my
|| personal account will be deleted without reading.
||
|| After furious head scratching, JohnnyM asked:
||
||| I have been having problems with Windows Installer window appearing
||| every time I go into OUtlook. I want to reinstall Office Pro 2003.
||| When I run the intallation disk I get the following message "The
||| feature you are trying to use is on a network resource that is
||| unavailable". It then ask for me to find another location, which I
||| have no idea where to look. Any help will be appreciated.


I had someone help correct my computer & lost Microsoft Office. C.

Posted: 22 Oct 2004 10:37 PM PDT

YES. It looks like the links on the desktop have disappeared so do a search for the following:

1) Excel.exe
2) Frontpg.exe
3) MSAccess.exe
4) Outlook.exe
5) PowerPnt.exe
6) WinWord.exe

Just right-click on these and select create a shortcut on Desktop!! Or simply look for MSOFFICE.EXE and run it and it will create a shortcup toolbar in Office XP Professional. Office 2003 does not have this and so there is no point in buying this!

I find it difficult to comprehend Office can be deleted so easily. Uncle Bill does not like his progs to be dumped easily for substitutes such as WordPerfect Office!!

Did that "someone" format the hard drive? If sothen don't waste time searching for anything but get hold of original CDs and/or use restore CDs supplied by your PC vendor.

Hope this helps.


SLLynch wrote:
 

--
I use non Microsoft products wherever possible which requires no activation.

I use Netscape 7.2 as my default browser which has everything I need for my work.

I believe in good Financial Management!! I do not believe in enriching rich jerks!




i bought a office cd 2003 but i lost the product key and i want t.

Posted: 22 Oct 2004 07:13 PM PDT

You can get this from your existing computer by using the pirating tool supplied by Micky Mouse Stevens {M$ MVP - Lier) called ViewKey. Just do a search for ViewKey and ee what you get on the internet. Failure this, you need to contact Uncle Bill's Office in your country who can help you out. Failure this, you need to get pirated keys from here:

http://www.serialarchive.com

All this info is supplied by Micky Mouse Stevens on other newsgroups. He is the sole supplier of pirating tools for M$ products in the world.

Hope this helps.


vladimir wrote:
 

--
I use non Microsoft products wherever possible which requires no activation.

I use Netscape 7.2 as my default browser which has everything I need for my work.

I believe in good Financial Management!! I do not believe in enriching rich jerks!




How do I transfer all e-mail data to new computer?

Posted: 22 Oct 2004 08:55 AM PDT

I would make use of Uncle Bill's File & Settings Transfer Wizard and you access this as follows:

Start, All Programs, Accessories, Systems Tools, Files and Settings Transfer Wizard

This is fine if your old/current computer is already running XP. If not then you need to run this from the Windows XP CD (which you should get with your new PC) on your old PC and follow the instructions.

Then in the new machine, again use the same thing but this time select that "this is a new PC" or something similar to import the data.

If you don't get a CD with the new PC then you are wasting your money as a PC without the actual CDs {of all preloaded software} is useless!!!

I would always rely on Uncle Bill's programs as these must be working otherwise he can't make money!!

Hope this helps.
Micky {Mouse} Stevens [MS-MVP] is a lier and I wouldn't buy a second hand car from him!!


raevynn wrote:
 

--
I use non Microsoft products wherever possible which requires no activation.

I use Netscape 7.2 as my default browser which has everything I need for my work.

I believe in good Financial Management!! I do not believe in enriching rich jerks!




Before I set up 2003, lingering 2000 problem

Posted: 21 Oct 2004 11:35 AM PDT

Hi, Ariel. It's good that you read the instructions. I wouldn't try
the utility with Windows XP; it might work just fine, or it might mess
up your Office installation to the point where you have to uninstall and
reinstall. I think your approach of fixing old problems before
upgrading is a good one. But now that you've already upgraded twice and
are about to do it a third time, and as the annoyance doesn't seem to be
adversely affecting how Office is working, and since you don't want to
do a clean install, I'd say it's probably better to let sleeping dogs
lay.

Ariel wrote:
 

Office and Microsoft Express

Posted: 21 Oct 2004 09:53 AM PDT

Tootsie wrote: 

Please quote the post you are replying to - no-one knows what on earth you
are talking about.