Pages

Search

Debian Install problems (Win xp User) - Forums Linux

Debian Install problems (Win xp User) - Forums Linux


Debian Install problems (Win xp User)

Posted: 13 Aug 2006 12:39 AM PDT

polk wrote: 
I tried the latest Ubuntu but it will not boot (Live CD) on my machine!
I installed the previous kubuntu on my machine but it will not let you
log in as root and I could therefore not configre the adsl. Not very
good in my eyes! That is why i was going to debian.

Simon

off subject, format 2nd harddrive???

Posted: 12 Aug 2006 04:20 PM PDT

lorentsonci wrote:
 

Sure

Just run mkfs.ext3 on the partitions.

Your hard drive will most likely be /dev/hdb, /dev/hdc or /dev/hdd depending
upon which IDE controller / master or slave.

for example: mkfs.ext3 /dev/hdb1

for more inforamtion type man mkfs at the command prompt.

--
Dancin' in the ruins tonight
mail: echo ee.pbz | perl -pe 'y/a-z/n-za-m/'
Tayo'y Mga Pinoy

sendmail and multiple smart relay servers

Posted: 12 Aug 2006 07:15 AM PDT

The Natural Philosopher wrote:
 

Amen. Sendmail configuration has improved vastly over the past 5 years, but
it's still under a huge burden of legacy workarounds and operational models
that have broken down over the last 20 years. I'd go straight to postfix for
any remotely unusual or interesting server setup these days.


Linux no threat to Microsoft

Posted: 11 Aug 2006 08:43 PM PDT

On 2006-08-12, news.cogeco.ca <com> wrote: 

Either this is a troll, or it's in the wrong newsgroup (col.advocacy
would be best; col.misc a distant second).

[rest of lengthy troll snipped]

--keith

--
san-francisco.ca.us
(try just my userid to email me)
AOLSFAQ=http://wombat.san-francisco.ca.us/cgi-bin/fom
see X- headers for PGP signature information

cron.deny and cron.allow

Posted: 11 Aug 2006 01:09 PM PDT

Unruh wrote: 

I like setting the modes to 644 for files like that (since I don't mind if
users read it!), and putting under RCS source control so that any editing I
do of it gets tracked. 


suse 10

Posted: 11 Aug 2006 05:40 AM PDT

com wrote: 

Read the manual pages on "mount.smb" or "mount.cifs", whichever SuSE is
using. I also believe that the YaST tool supports mounting and unmounting
CIFS directories from a Windows server.

Now, getting a working MP3 player onto SuSE 10 is left as an adventure for
the user.


reiserfs permissions

Posted: 10 Aug 2006 08:14 AM PDT

Bill Marcum wrote:
 
That fixed it. The hair I pulled out will grow back eventually ...
Thank you!
Roby

mirroring drives

Posted: 10 Aug 2006 08:05 AM PDT

HASM wrote: 

Me too.

 

A newbie try to install a PCMCIA wireless card

Posted: 09 Aug 2006 11:31 PM PDT

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Lew Pitcher wrote:
 


Oops. Make that http://www.linuxgazette.net/

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (MingW32) - WinPT 0.11.12

iD8DBQFE2y44agVFX4UWr64RAoRAAJ4za/72LO6yqU9uPq9Mf3v4CAZc8gCfakAx
lKFlHpJepINPiLNyxRyyysw=
=0htS
-----END PGP SIGNATURE-----

GRUB Problem: Can't Boot off my USB Disk

Posted: 09 Aug 2006 05:40 PM PDT

Noelle wrote:
 


I've never managed to get grub booting off the USB.
It will be interesting to hear if you achieve it.

I have however managed to get the 700Mb knoppix CD
image booting from a 2Gb USB stick.
I first let DSL linux install its booter into a small
partition of its own. It uses Sys Linux as the booter
and FAT16 (note!) on its part to make things work.
The remaining space I divided into 2 more FAT16 partitions.
One partition just big enough + 10% for the knoppix
image taken from the knoppix livecd. The remaining
partition is for all the data that I was going to carry
on the drive.
Then I teased the boot menu files in the first partition
to give DSL boot and knoppix boot options.

need advice to choose which linux .. . install USB camera to a limited HD of 3.2 G space

Posted: 09 Aug 2006 05:00 PM PDT

Carleton.CA (Michael Black) writes:
 
 
 

cross posting is fine. It is not always obvious which is the best group to
post to. For example you say SUSE, I say a single boot disk like Knopix or
MandrivaOne. Others say other things, and each will probably see him in a
different group.

However, I agree that what you call multi posting is not helpful

 
 
 

Linux is getting easier to install?

Posted: 09 Aug 2006 02:12 PM PDT

RonB wrote: 

I've never had a TNT2 card (skipped that generation entirely), but
AFAIK it should work with the nv driver. X video drivers are not
distribution-specific, so if you look at the XFConfig86-4 file for one
of the distros where you get it working, I'll bet it's using that same
driver. Which means the problem is not that driver per se, but the way
in which Debian is configuring X (configuration does differ between
distributions). That doesn't help solve your problem, but at least you
know a bit more about it!

What are the symptoms? Black screen? No pointer? Freezing/hanging?
Screen full of garbage?
 

Rick Moen has already picked up on the DSL issue - it's not a short-cut
to Debian, it's a liveCD distro. But let me pick up on something else -
welcome to the hideous world of X terminology. Download this

http://www.simson.net/ref/ugh.pdf

and as well as having a laugh, read the chapter on X (p123-) and you'll
see that it's all a bit weird. So I wouldn't be at all surprised if you
had actually missed something configuring your window manager on DSL,
even though it seemed like you were doing everything right. The window
manager doesn't actually set the resolution, that's set on the xserver,
so that may be your problem. What you need are "mode" lines in
/etc/X11/XF86Config-4, but exactly what those lines should say depends
on your monitor and video card models.

You'll probably find that installing Debian makes it easier to get this
sorted out. The command

dpkg-reconfigure xserver-xorg

should walk you through all the steps of setting up your X server,
including monitor refresh rates, preferred resolution etc. It should do
this anyway during installation, but if for some reason it doesn't
(which means you have a debconf issue) you can instigate it manually
with the above command.

Enjoy, it's all good fun,

CC

what is the Redhat / ES 3 equivalent of "passwd -s"

Posted: 08 Aug 2006 12:46 PM PDT

"didds" <com> writes:

 
 
 

 
 

And if you told us what passwd -s was supposed to do, maybe we could tell
you how to impliment what you want, even if the Linux passwd does not have
an -s option.

 

does password history exist in Linux 2.4.21-32/RedHat AS 3

Posted: 08 Aug 2006 01:46 AM PDT


Nico Kadel-Garcia wrote: 

thanks Nico - I have found a solution now as it happens but your time
spent in answering is appreciated.

cheers

ian

udev crash FC5 boot

Posted: 08 Aug 2006 12:36 AM PDT

Thanks! That worked...

xask wrote: 

linux and wireless connection

Posted: 07 Aug 2006 05:01 PM PDT


Davide Bianchi wrote: 


Thanks for your tip indeed. Any useful link to describe how to install
and use bluetooth and wireless on Fedora or linux in general?

Thanks again,
Amit

Microsoft CRM - Adding a field on a new tab

Microsoft CRM - Adding a field on a new tab


Adding a field on a new tab

Posted: 03 Mar 2005 05:55 AM PST

Thank you for the help.

One additional question.

I want to be able to select several different values but I dont want to go
in to the schememanager everytime I need to change a value.

This is what I want:

Course 1: Yes No
Course 2: Yes No
....

Then I want to be able to add courses and delete course as new courses come
and old ones become obsolete. Similar to how categories in outlook can be
used.

Mattias


"Datapac" wrote:
 

HELP ME!!!! - Run the Adventure Works Cycle Sample Data Import Wiz

Posted: 03 Mar 2005 05:27 AM PST

I'm sorry but i did a mistake, i installed it under ADVENTURE WORKS CYCLE.

but when i run the Adventure Works Cycle Sample Data Import, i've got this
error message :

"This wizard is intended to import "Adventure Works Cycle" sample data
only.
It cannot be run with the Microsoft CRM deployment currently selected.
To run this wizard, you must first install Microsoft CRM under the
organization name "Adventure Works Cycle."

what can i do, could you give me more solutions!!!

is this wizard is very important? What is this wizard do?


Thanks to reply




"Sean Fullerton" wrote:
 

Domain Controller and Crm

Posted: 03 Mar 2005 05:05 AM PST

because it is not supported or "bad" ?

"Sean Fullerton" wrote:
 

How to receive all incoming Mails in CRM

Posted: 03 Mar 2005 01:11 AM PST

In implementation guide there is a note:

Note: E-mail sent between users on the same Exchange 2000 or Exchange 2003
system (intranet e-mail) will be processed by the Router only if it is sent
from a Microsoft CRM client.

I guess such behavior was caused by mechanism used when saving message in
Exchange store. I suppose it differs for internal and external messages. Of
course you can use separate mail server or develop your own exchange store
sink to accomplish routing for internal messages sent to particular mailbox.

In general i think that "support for routing of internal messages" would be
"nice to have" feature for the next version of CRM.

Have a nice day.

Renatas,
Tietoenator Consulting, UAB.

"Stefan Ossowski" wrote:
 

Unexpected error in CRM when sending e-mail

Posted: 02 Mar 2005 08:39 AM PST

Yes it does change my comment. It now goes to "I have no idea". :)

Can you copy the contents of the email, delete it, and resend it?

"Keener" wrote:
 

case "customerid" field

Posted: 02 Mar 2005 08:11 AM PST

On Wed, 2 Mar 2005 16:11:13 -0000, "Alistair Fay"
<com> wrote:
 

In the schema the accountid is set to the customerid if the case is
associated to an account and the contactid is set if the case is
associated with a contact. You cannot have both at the same time it is
either/or 

No you cannot add the accountid and contactid fields to the forms.
There is also another field responsiblecontactid which you cannot use
either. 

The Case and especially Contract functionality as it comes out of the
box is relatively useless except for simple scenarios and we have had
to use the SDK to build additional relationships and other features.

The easiest way to do what you want is to link cases to contacts
rather than accounts and a) use the SDK (see
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/crmsdk1_2/htm/v1d2microsoftcrmversion12sdk.asp)
to create a simple ASPX page to "rollup" cases to account and b)
amend the report to do the same simply joining account->contact->case


Julian Sharp
Vigence for MS CRM in the UK

Can nost close Opportunities

Posted: 02 Mar 2005 08:07 AM PST

Mistake #2...
I should not have posted this message here. I thought I made a mistake on
this posting. I though it was another entry I made earlier.
I've been sick and very slow in the head lately...
Maybe the admin to this site could delete these 2 entries?

-Eric

"Eric Rist" wrote:
 

Why doesn't SFO Mail Merge allow Custom Fields?

Posted: 02 Mar 2005 07:44 AM PST

On Wed, 2 Mar 2005 07:44:47 -0800, "Darryl"
<microsoft.com> wrote:
 

That is the way it was built. If you ask MS the typical answer you
will get is that it is "by design" which means they aren't going to do
anything about it

There are a lot of WHY has this been done/not done when you get into
MSCRM. I think it is a great product in many ways but deeply
frustrating in a few areas.

Julian Sharp
Vigence for MS CRM in the UK

Automatic Rules and Slugs

Posted: 02 Mar 2005 03:04 AM PST

On 2 Mar 2005 03:04:56 -0800, "Bouffont" <com> wrote:
 

Workflow rules can be initiated automatically. When you create a rule
you can specify if it fires on Creation of the record, Assignment of
the record, Change of Status of the record, or you can create a manual
rule.

Manual rules have two real purposes; the first is for the user to run
through Actions->Apply, and the other is as a sub-rule called from
another rule.
 

It is trial and error I am afraid. Also slugs are unsupported and may
not be available in the future. 

Julian Sharp
Vigence for MS CRM in the UK

CRM for a service based business

Posted: 01 Mar 2005 09:02 PM PST

On 1 Mar 2005 21:02:30 -0800, "peterv" <com> wrote:
 

Correct 

Not unsupported but not straightforward either. You can use the SDK
and add a button which pulls up a list of sites (I guess these are
accounts or even better sub-accounts). You can the save the GUID for
the site account in a string attribute you have added to Incident. You
may also wish to save the name of the site onto another string field
on the Case form

You can then use the GUID to join back to the site account in
reporting to show which sites the case has been to
 

Julian Sharp
Vigence for MS CRM in the UK

Incident and Account.Owner / Primary Contact

Posted: 01 Mar 2005 08:26 PM PST

On 1 Mar 2005 20:26:12 -0800, "BigDumpster" <com>
wrote:
 

I don't think this can be done with a mapping. You are going to need
to use the SDK and do some coding. A simple postcallout on creation of
case to pull the primary contact's name from the account/contact and
update your field on incident would get you towards what you want. See
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmbscrm1_2/html/mbs_crmpostcalloutsv1d2.asp

With cases you only associate one account or contact which is
incredibly restrictive.


Julian Sharp
Vigence for MS CRM in the UK

New button on CRM form/page

Posted: 01 Mar 2005 07:15 PM PST

Thanks Matt, that is a great help.

In my testing to date I have had to manually trigger a
rule to call my new webpage to run some code.
I understand these can also be triggered by events such
as data being saved or changed but I have not discovered
a way to use a customised button to call the page.

Any help would be most appreciated.

Many thanks,
Rachel

 
web page in a new window. 
For more information, 
url=/library/en-
us/CrmSdk1_2/htm/v1d2microsoftcrmversion12sdk.asp 
display, then you are safe 
directly unless you really 
of causing an issue 
help with this as it is 

Homebuilders?

Posted: 01 Mar 2005 11:19 AM PST

You should check out this CRM partner, Sonoma Partners. They did a
condo sales implementation of Microsoft CRM for Equity Residential...

http://www.sonomapartners.com/microsoft-crm-integration-services.aspx

Using Microsoft CRM for E-mail Marketing

Posted: 28 Feb 2005 10:59 PM PST

Is there any reason you cannot use the SFO e-mail template mail merge. You
can create a HTML email in any application e.g. Dreamweaver and then use the
e-mail template opening your html document. You can then insert the required
merge fields. This is the way we have set it up and it is working well.

"Billy Wallis" wrote:
 

Microsoft Word - Office 365

Microsoft Word - Office 365


Office 365

Posted: 29 Jun 2014 03:15 PM PDT

When I try to open word 2013 this is the error I get

i can't open a work document in my new installed microsoft office home edition 2013

Posted: 29 Jun 2014 02:28 PM PDT

can you help me here please?

i dont know what is happening with some of the applications of microsoft office home/student edition 2013. i just installed it and as i see i have difficulties to open the word and excel programmes. powerpoint works correctly.

when i try to start word and excel and i am clicking to open a blanc document, a pop-up message comes which is saying 'microsoft word has stopped working and trying to find a solution to the problem', it seems to run for finding a solution but few seconds after there is another message that is saying ' a problem caused the program to stop working correctly. windows will close the program and notify you if a solution is available'. but the only active option for me is to close program and nothing else. therefore, i can't use the program.

my operation system is windows 8.1

i bought the microsoft office home/student 2013 with a product key and i followed the instructions from the package enclosed.

Populate data from text form fields to another doucment

Posted: 29 Jun 2014 01:24 PM PDT

I am using Word in Office 365. I have created numerous forms that have to be compatible with previous versions of Word. The forms use Text Form Fields and the information contained in the fields is regularly repeated. I have just discovered how to use Bookmarks to copy the text from one part of the form to another part of the same form to reduce repetition. I am now wanting to know if it is possible to copy the same text from the Text Form Fields in the first document to specific places in other documents. Essentially it is the same as using the Bookmark method but with the added twist of Word knowing that the information is going to a separate document.

Is this possible.

Thanks

Dave

word 2007 acting weird

Posted: 29 Jun 2014 12:20 PM PDT

instead of forming a regular page when I make a page break it behaves like this and matches the size of how much I've written instead of making a normal sized page. You can also see the header is much smaller. I don't know what's gone wrong with it, I assume there's a reason that it's like this but I personally don't like it.

also this is the way it behaves side-by-side. when they are not side by side it looks like one long sheet of paper with a very, very slim page break between the two pages.

each new document I open behaves like this, so I think something changed in the template.

opening a document in Microsoft Word Starter 2010 when it is a WPD

Posted: 29 Jun 2014 11:15 AM PDT

I have just installed Microsoft Word Starter 2010 and my documents are in word pad. When clicking on the right mouse button "open with" does not include this program and it doesn't show when searching with the "browse"  button. How can I change WPD into Microsoft Word Starter

2007 office compatible with windows 8.1?

Posted: 29 Jun 2014 10:41 AM PDT

IS 2007 office compatible with windows 8.1?

Cursor won't move to the top of the page. In align, top is grayed out.

Posted: 29 Jun 2014 09:40 AM PDT

I have read what is already posted, but nothing works. This is a new problem today; everything worked before. I unchecked click and type and that made no difference. I tried to change the align and vertical was grayed out. The margins are  set the way I want them. I was trying to change the default font and yet the type looks bigger than 12.

What else can I do to get the cursor at the top of the page where it should be? I can't find an answer here or in my Microsoft book on Word 2010.

Thanks.

Word 2013 - Sluggish Performance - MS Office Professional Plus 2013

Posted: 29 Jun 2014 08:50 AM PDT

Hoping that someone can help with my issue. I recently downloaded (from MS) and installed MS Office Professional Plus on my Acer AspireV5 netbook (running Win 8.1). The performance seems very sluggish and there seems to be a significant lag time between the time I type keys and the letters appear on the screen. Ditto if I am trying to delete using thebackspacekey. I have tried some of the suggested solutions that have appeared in other threads (e.g. disabled all Word add ons; disabled "hardware graphics acceleration" in Word) and still the problem persists.

Can anyone provide any additional suggestions that might help resolve this issue? Thanks for any help.

how to reduce the space between figure number and caption

Posted: 29 Jun 2014 06:50 AM PDT

Hi all. I have a problem when I use the "caption" in word 2013. The space between the figure number and caption is two big, may I know how to reduce it? thanks!

Keyboard behaviour

Posted: 29 Jun 2014 06:36 AM PDT

I  do not know how to ask this:  when I type on my computer the keyboard has an irritating behavior:  it jumps and highlights what has just been typed and then it deletes it.  I have lost so much text and have had to retype text so many times.  Has anyone had this problem before?   My techie does not know what I am talking about!! thank you for your response - In desperation Virginia

How to put page break automatically after every Sentence ?? help :(

Posted: 29 Jun 2014 03:54 AM PDT

Hi , can anybody please tell me How  do i put settings in  the word 2013 document that it , puts page break after every single sentence.

This is my project and the text is huge , i have been doing this since yesterday and almost crying, can anybody help me and tell me how to put page break after every line in a document , it has thousands of lines.

let me elaborate:

                         i am trying to create outline of all the text present in that document , on left side of word, i selected all text and converted it into heading 1 or 2 , just so that it can come in the outline section.

my question is does this means i have to put page break after every sentence ?

i want each sentence e to be sperate entity in the Outline , 

now how do i do this on a already written Document ?...

Can I use Microsoft clip-art for my book cover?

Posted: 29 Jun 2014 03:28 AM PDT

Hi, I'm going to publish my book. I took a picture of many trees (real not cartoon) and cropped so i'll have only few branches. Then i added artistic effects, so the image is almost unrecognizable. The image is just for the cover and is not the primary value of the book. So is this legal? :)

office 2007 and office 365

Posted: 29 Jun 2014 02:18 AM PDT

so, I have got office 2007 and I downloaded the free trial of office 365. I didn't like it very much so I decided not to buy it, but now every file that I save on office 2007 converts into a file of office 365 and I can't write anything because it says I have to renew microsoft office 365 but I don't want to, I want to keep every file that I make on office 2007 the same file but i can't please help 

How do I create a new folder when saving a new document and, how do you move a document to a different folder?

Posted: 29 Jun 2014 01:58 AM PDT

I have not been able to find a way of creating a new folder when saving a new document, and am hoping this is just something I have not discovered, and not a missing feature.

Maybe it's just me, but I like to organise my documents into appropriate folders as it makes subsequent location of documents so much easier.

I know I can save the document in Workspace in OneDrive, but to create a new folder I have to leave Word and open the OneDrive app, create a new folder, and then... Oops! Next question: how do I move my document to the newly created folder in OneDrive?

All I can think of is to :

1) Open Word

2) Select to create a new document

3) Either save the new document straight away, or write first and then save

4) Minimise or close Word, and open the OneDrive app, and create the new folder

5) Minimise or close OneDrive and return to the Word app

6) Open the new document again

7) Duplicate the document in Word

8) Save into the new folder

9) Minimise or close Word, and open the OneDrive app, and delete the original document

10) Minimise OneDrive and open Word, and continue editing the document - or can open the document in OneDrive, which opens Word

This seems rather clumsy...

Any suggestions?

Office 2013, Word closes due to a fault soon as I try to open a document that I ve received by e-mail and wished to edit.

Posted: 29 Jun 2014 01:33 AM PDT

I have e-mailed myself a document from work which I need to edit.  I have bought Office Home & Student 2013 so that I could do this however.  Every time I open the document Word closes due to a fault.

I get a message saying that it is trying to find a solution and then it closes.

Very frustrating!!

Windows 8 .doc opens in Word 2007 - Default set to Word 2013

Posted: 29 Jun 2014 01:01 AM PDT

I have Windows 8.1 installed together with with Office 365. In Default Programs and File Type Associations I have set .doc file to open with Word 2013. However, all .doc files open with Word 2007. (It's a similar situation with .xls which opens in Excel 2007 instead of Excel 2013.) When I look at Properties of a .doc file it indicates that it will open in Word (desktop) - but it doesn't. If I right click on a .doc file and choose 'Open With' an error box appears saying 'This file does not have a program associated with it for performing this action. Please install a program, or create an association with the file type in Default Programs'. This I have already done, as explained above. Any clues to a solution appreciated.

Inserting Photo Box using content control developer tools

Posted: 29 Jun 2014 12:58 AM PDT

I just noticed when I put a photo in the using developer tools photo frame changes size smaller to suit the photo rather than the photo suiting the frame? is there a way to lock this?  When I tried ticking the box do not allow editing in the Control section it took away the ability to insert a photo?

Choose Print Page 1 and printer prints Page 2

Posted: 28 Jun 2014 07:42 PM PDT

I merged some names and addresses for envelopes.  I tried to print Page 1, the first envelope.  I specified "Page 1."  The printer printed Page 2.  In order to print Page 1, I have to specify "Print Page 0."  When I place the cursor in Page 1, the display shows "Page 1."  Something is wrong!  Am I the only one with this problem?

ms Word times out while i am typing, Help!

Posted: 28 Jun 2014 05:48 PM PDT

Ok, so i am typing along in MS Word 2010 (or while I am online typing in hotmail) then the screen in which I am typing just seems to go to sleep without any reason.  If I move my thumb on the mouse pad (I'm on a laptop using Win-7-64) the hotmail or Word-screen comes back with the typing that I was doing while the screen went to sleep.  When this happens the LCD does not go black. It reverts to desktop or an open I.E. window.  Swirl the thumb on the mouse again and everthing's copesthetic even the typing that you thought may have gotten lost.  THIS IS DRIVING ME INSANE--ok more than I already am......  HELP!

Macro Apply Heading Styles - Word 2013 not working

Posted: 28 Jun 2014 04:30 PM PDT

Hello, the below macro by macropod does not seem to do anything in Word 2013 - nor does it throw an error. I assumed it would add outline level numbering to indented levels of text but it does not. I am looking to add outline numbering to a large word document. Do I need to setup a list style first so it links perhaps? Although I thought the default OutlineNumbered list would accomplish this. I was hoping each indented level of text would have the outinenumbering applied. ListTemplate may be invalid in Word 2013. Does anyone know?

Sub ApplyHeadingNumbers()
Dim LT As ListTemplate, i As Long
Set LT = ActiveDocument.ListTemplates.Add(OutlineNumbered:=True)
For i = 1 To 9
  With LT.ListLevels(i)
    .NumberFormat = Choose(i, "%1", "%1.%2", "%1.%2.%3", "%1.%2.%3.%4", "%1.%2.%3.%4.%5", "%1.%2.%3.%4.%5.%6", "%1.%2.%3.%4.%5.%6.%7", "%1.%2.%3.%4.%5.%6.%7.%8", "%1.%2.%3.%4.%5.%6.%7.%8.%9")
    .TrailingCharacter = wdTrailingTab
    .NumberStyle = wdListNumberStyleArabic
    .NumberPosition = 0
    .Alignment = wdListLevelAlignLeft
    .ResetOnHigher = True
    .StartAt = 1
    .LinkedStyle = "Heading " & i
  End With
Next
End Sub

Test text:

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas porttitor congue massa. Fusce posuere, magna sed pulvinar ultricies, purus lectus malesuada libero, sit amet commodo magna eros quis urna.

Nunc viverra imperdiet enim. Fusce est. Vivamus a tellus.

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin pharetra nonummy pede. Mauris et orci.

Aenean nec lorem. In porttitor. Donec laoreet nonummy augue.

Suspendisse dui purus, scelerisque at, vulputate vitae, pretium mattis, nunc. Mauris eget neque at sem venenatis eleifend. Ut nonummy.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas porttitor congue massa. Fusce posuere, magna sed pulvinar ultricies, purus lectus malesuada libero, sit amet commodo magna eros quis urna.

Nunc viverra imperdiet enim. Fusce est. Vivamus a tellus.

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin pharetra nonummy pede. Mauris et orci.

Aenean nec lorem. In porttitor. Donec laoreet nonummy augue.

Suspendisse dui purus, scelerisque at, vulputate vitae, pretium mattis, nunc. Mauris eget neque at sem venenatis eleifend. Ut nonummy.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas porttitor congue massa. Fusce posuere, magna sed pulvinar ultricies, purus lectus malesuada libero, sit amet commodo magna eros quis urna.

Nunc viverra imperdiet enim. Fusce est. Vivamus a tellus.

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin pharetra nonummy pede. Mauris et orci.

Aenean nec lorem. In porttitor. Donec laoreet nonummy augue.

Suspendisse dui purus, scelerisque at, vulputate vitae, pretium mattis, nunc. Mauris eget neque at sem venenatis eleifend. Ut nonummy.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas porttitor congue massa. Fusce posuere, magna sed pulvinar ultricies, purus lectus malesuada libero, sit amet commodo magna eros quis urna.

Nunc viverra imperdiet enim. Fusce est. Vivamus a tellus.

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin pharetra nonummy pede. Mauris et orci.

Aenean nec lorem. In porttitor. Donec laoreet nonummy augue.

Suspendisse dui purus, scelerisque at, vulputate vitae, pretium mattis, nunc. Mauris eget neque at sem venenatis eleifend. Ut nonummy.

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Maecenas porttitor congue massa. Fusce posuere, magna sed pulvinar ultricies, purus lectus malesuada libero, sit amet commodo magna eros quis urna.

Nunc viverra imperdiet enim. Fusce est. Vivamus a tellus.

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Proin pharetra nonummy pede. Mauris et orci.

Aenean nec lorem. In porttitor. Donec laoreet nonummy augue.

Libby

Checkboxes in Word 2003 and 2010

Posted: 28 Jun 2014 04:06 PM PDT

Hi, I have been given a Word document created in 2003 to do some editing - I have Word 2010.  I need to insert some interactive check boxes. I have looked at some thoughts on inserting these, but will they be available when I return the document to the Word 2003 user? I would very much appreciate some ideas on the best (and easiest please!) way to achieve this.  Very many thanks.

MICROSOFT DOCUMENT IMAGING - SCANNER

Posted: 28 Jun 2014 04:04 AM PDT

I have Windows 8 and have managed to download Microsoft Document Imaging and therefore changed my tiff files to this programme.   However I cannot use my scanner - it scans with MDI and then gives an error each time - can anyone assist please? Thanks

Installing on more than one computer - Microsoft Office forums

Installing on more than one computer - Microsoft Office forums


Installing on more than one computer

Posted: 13 Feb 2007 12:45 PM PST

Thanks. No intention to do anything illegal.

"Susan Ramlet" <susan@mvps-dot-org> wrote in message
news:phx.gbl... 


Q. Upgrading to Office 2003 to Office 2007 SBE

Posted: 13 Feb 2007 04:13 AM PST

Hi Bob,

Many thanks for the information

Regards
Mike

"Bob Buckland ?:-)" <75214.226(At Beautiful Downtown)compuserve.com> wrote
in message news:O6rR%phx.gbl... 


Office 2007 Orktools

Posted: 12 Feb 2007 11:48 PM PST

Hi Gaëtan,

The Custom Installation Wizard and Custom Maintenance Wizard from prior versions of Office have been replaced by the Office
Customization Tool (OCT). The OCT is built into the setup.exe program of the volume license products of Office 2007 and are
accessed by running the Office 2007 setup program with the /admin switch (Setup.exe /admin). The OCT is not available to use with
a trial, oem or retail product key.

The Office resource kit home is now on MS Technet and can be reached through
http://microsoft.com/office/ork
The deployment prep tools for scanning and bulk converting files, Office Planning and Migration Manager (OMPM) tools are available
from the link on
http://technet2.microsoft.com/Office/f/?en-us/library/1e60de90-e9f4-421a-a432-46d44799cfd41033.mspx


This document covers some MS experience with deploying Office 2007 internally:

http://microsoft.com/downloads/details.aspx?FamilyID=73467139-28e6-4081-9773-2d24ecb44aa9

==============
<<"Gaëtan QUILICO" <com> wrote in message news:phx.gbl...
Hello,

I want to download the office 2007 orktools file but I don't find it.
Please help me it's very urgent.

Thank you >>
--

Bob Buckland ?:-)
MS Office System Products MVP

*Courtesy is not expensive and can pay big dividends*



OEM versions of office?

Posted: 12 Feb 2007 08:27 AM PST

Hi Gordon,

If you compare the same product suite in an OEM (pre-installed) Office product with the same retail product the primary differences
are

(a) Pre-installed editions are licensed to a single machine and aren't transferrable, while Retail ones are allowed on two
machines and can be transferred to another machine.

(b) For questions on the pre-installed product, the PC supplier rather than MS would be the first stop.

==============
"Gordon" <com.invalid> wrote in message news:%23bl$phx.gbl...
I've seen a couple of posts in the Windows newsgroups where the poster has
said that their machines came with Office pre-installed. Is this possible? I
wasn't aware that there were OEM versions of office..... >>
--

Bob Buckland ?:-)
MS Office System Products MVP

*Courtesy is not expensive and can pay big dividends*



Uninstall of Office 2003 after Office 2007 Upgrade

Posted: 12 Feb 2007 07:29 AM PST

Hi Greg,

It shouldn't, but, after uninstalling, you may want to restart the PC then run the Office 2007 diagnostics just to double check :)

==================
<<"Greg Brown" <com> wrote in message news:googlegroups.com...
So, it will not hose up any of my Office 2007 install if I uninstall
Office 2003? I selected the "upgrade" option when installing. <<
--

Bob Buckland ?:-)
MS Office System Products MVP

*Courtesy is not expensive and can pay big dividends*


 



Deploy office 2007

Posted: 11 Feb 2007 04:18 AM PST

OK, so back to my question..I have my install scripts but If I put it as a
startup script will it not install (and then reinstall) every time the
machines startup? How do I install from a script just once if it isn't
already installed?

"Bob Buckland ?:-)" wrote:
 

Copying Office Disks to External HD?

Posted: 09 Feb 2007 04:56 PM PST

I'm answering this from memory so I may be totally wrong, but I seem
to remember that somewhere during the Office install you have the
option to save the install point to the hard drive. This creates a
folder called MSOCache. Future repair installs or installs of
additional features use this point and do not require the CD. Search
Google for more information.

Brian

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


Office 2003 problem - SKU1E3.cab file missing

Posted: 08 Feb 2007 04:43 PM PST

Thank you so much Milly. That's the information I needed.

"Milly Staples [MVP - Outlook]" wrote:
 

Office 2007 Programs Will Not Save to a Server

Posted: 08 Feb 2007 01:40 PM PST

Thanks for responding:

When I go to save a file, I get an error message that says "There has been a
network or file permission error. The network conection may be lost."

The network connection works fine and I have sufficient permissions
(Admnistrator): I can save files from other programs (note pad, quicken,
etc.) with no difficiulty and Office 2003 had no problem saving files to the
server either. The only problem occurs with Office 2007. I have tested this
with Word, Excel and Powerpoint and the same issue arises.

Thanks for any help you can offer.

"Gyorgy Moldova [MVP]" wrote:
 

Outlook spelling - wrong language

Posted: 08 Feb 2007 05:01 AM PST

English (U.K.)

I got this by opening up Word2003, selecting "tools", then "Language", then
"Set Language" which brought up a dialogue box and the UK one is
highlighted.

I also manually clicked on the DEFAULT button to ensure this was set as the
default.

The "Detect language automatically" checkbox is not checked.


problem with re-installing grub - Forums Linux

problem with re-installing grub - Forums Linux


problem with re-installing grub

Posted: 07 Aug 2006 09:02 PM PDT

faeychild wrote: 

I'd use a Knoppix live CD to mount your old Ubuntu partitions, do a
"chroot", and rebuild your MBR.


Moving over

Posted: 07 Aug 2006 08:05 AM PDT

Philipp Pagel wrote: 

The same is true for Windows and MacOS, by the way. I've seen devices that
had drivers published only for Windows XP, or for Win2K, and not for other
releases.
 

Amen. It's gotten considerably better with more recent Linux distributions:
there's plenty of hardware that operates fine under, say, the current
Knoppix or Fedora Core 5 that hasn't a hope in heck of operating under
RedHat 6.x, which I've seen someone insist on using last year.


Removing a package without source

Posted: 05 Aug 2006 06:37 PM PDT

Unruh <ubc.ca> wrote in
news:eb5pqi$f7s$itservices.ubc.ca:
 

And if you try to compile - it won't making install impossible anyways.

--
(setq (chuck nil) car(chuck) )

Linux Variants

Posted: 05 Aug 2006 03:19 PM PDT

Rick Moen wrote: 
Actually I'm not sure WHAT I used in the end..laserjet generic ppd, but
CUPS seems to understand bitmaps and text and the like all by itself.

Its probably using ghostscript or summat.

Only got one problem at the moment - its writing off the page edges
slightly even with the command to fit to the size, and the correct (A4)
sheets specified.


In MY day we used to have to WRITE filters and on BSD spoolers you
couldn't do it at all, since remote printers ignore filters anyway.

Sys5 at least meant that we could add in basic pagination type stuff for
text ..

Anyway, with webmin installed, its dead easy to at least keep an eye on
the server without having to telnet in..

Now I need a gift of a script that will allow me to burn a DVD from the
wifes netatalk generated Macintosh backup area. using growisofs.

It worked find on my samba mounted PC stuff, but the MAC files caused
the basic command to barf..

Syslog CPU/Mem/IO Usage?

Posted: 04 Aug 2006 04:04 PM PDT

In comp.os.linux.setup com: 

[ use sar to check systems load/possible performance problems ]
 
 
 
 

Why do you care about the problems at all if you don't have root
permissions? It doesn't seem you job at all?

[..]

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo qr | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 149: Dew on the telephone lines.

mount dvd over samba share problem

Posted: 03 Aug 2006 11:41 AM PDT


i also dunno bout tat..if u can find anythin juz let me know aso k..


regards
<a href=http://www.gamestotal.com/>Free MMOG</a><a
href=http://uc.gamestotal.com/>Free MMORPG</a>
<a href=www.geocities.com/iibm2323>game</a>
<a href=http://unificationwars.4t.com/>free</a>

hosts seems to not be used by the resolver

Posted: 03 Aug 2006 11:39 AM PDT

Unruh wrote: 
 

Then you haven't looked into SSH. SSH does forward and reverse DNS lookups,
to verify that the host claiming to be "sshclient.whatever.com" and which is
permitted to do key-based or host-based access is really, really the host
expected, and so that connections can be logged with the appropriate
hostname so you can tell where someone was connecting from. This is
especially useful in dynamic DNS setups, like Windows machines in Active
Directory and Linux boxes that register their hostnames in active DNS, so
that connections from "mylaptop.whatever.com" are listed as actually coming
from that hostname, not just the DNS.

You can't rely on that in /etc/hosts: /etc/hosts is a serious legacy of when
DNS was awkward and painful to set up, and it was easier to simply publish
an /etc/hosts for your local network than to use a DNS server. These days,
it's easy to run an internal DNS server that handles this sort of thing for
you and avoids the conflicts. It's often done by using "views", that provide
one set of A records for internal use and another set for external or DMZ
use.


RH EL3 Kickstart - Ignoring ks.cfg problem

Posted: 03 Aug 2006 09:20 AM PDT

Le Thu, 03 Aug 2006 17:20:08 +0100, Matt Bull a écrit*:
 

You don't precise if it is a DL380, DL380 G1, ...etc...

For Example for the G5 you need RedHat 3 update 6..

http://h18004.www1.hp.com/products/servers/linux/dl380g5-drivers-cert.html


If this not your problem, can you specify what is your ethernet card ?

Regards,

HPC application

Posted: 03 Aug 2006 01:40 AM PDT

ma wrote: 

Similar problems. You need to pick a distribution that suits your needs.
That can be set by local politics, available licenses, and available
resources: we don't have a chance in hell of giving you good advice without
a lot more details, but I'm sure folk here would be willing to help. Heck,
some of us do consulting on exactly this sort of thing (like me! I've got a
month before leaving for England, if you need some professional level help.)
 

Related to above. I'm very fond of setting up a good DHCP, PXE, kickstart or
tarball installer setup and YUM to manage RPM packages, with Nagios to
monitor system states, MRTG to monitor traffic, and local configurations as
necessary.
 

Depends on what you want to do. I like Torque, available at
http://www.clusterresources.com/pages/products/torque-resource-manager.php.
I actually wrote and published RPM's for it, some time ago, at an old
jobsite. They're still available at
http://www.merl.com/people/nkadel/torque/, although those are pretty out of
date.



Problems trying to configure Linux laptop to print to Windows XP shared printer

Posted: 02 Aug 2006 06:05 PM PDT

On 2006-08-03, Unruh <ubc.ca> wrote: 

....that, looking at the 'standard' use of peecees in offices, is what is
used for even in 'non-home' contest...

Davide

--
Starting your usenet experience with this group is like starting your
drug experiences with 500 mikes of acid with an amphetamine chaser.
--Rebecca Ore