Pages

Search

The GDEs (was: Mount/Unmount USB External Hard Disk in Linux) - Forums Linux

The GDEs (was: Mount/Unmount USB External Hard Disk in Linux) - Forums Linux


The GDEs (was: Mount/Unmount USB External Hard Disk in Linux)

Posted: 24 Aug 2009 03:53 PM PDT

Sidney Lambe wrote:
 

You ing moron, enough with the random replies about conspiracy
theories. Nothing this user asked had anything to do with GDE's and
everyone suggested they drop into a shell and run simple commands. You
fail, again.

Kernel Oops: unable to handle kernel paging request at virtualaddress

Posted: 24 Aug 2009 11:45 AM PDT

On Aug 24, 9:22pm, The Natural Philosopher <invalid>
wrote: 

Thanks for all the replies.

I cannot see another kernel in /boot/*, and I want to go home now,
before I have coffee and possibly create another one :)

We have recently added CPU's to this machine as well.

I have not tested the RAM yet, because I can't easily take this
machine off line.

I will see.

Tower of Babel II

Posted: 22 Aug 2009 12:43 PM PDT

Jean-David Beyer wrote:
 

I'm familiar with Eliza, having dealt with and used it, as well as
created some similar bots to mess with people/keep sites active with
users for demo purposes. These don't work enough like that for it to
be a bot. But, if he's a studet working on a project, I think he's
gotten far too involved long ago and has taken the helm as the local
kook. Sort of like the movie 21 where the guy gets caught up in
gambling once he breaks out of the math rules that he should have kept
playing by. So, if true, Sid has become the subject of his own study.
Thst's gotta sting.

Wireless network setup

Posted: 22 Aug 2009 07:59 AM PDT

Neil Jones wrote:
 

iwconfig is for setting wireless parameters of the link level,
not the IP address.
 

No. It's all configured in userspace.
 

To use WPA you need wpa_supplicant. It comes with all major Linux
distributions.

Here's a quick guide, for how to do it completely manually:

Linux doesn't mandate a specific naming convention for network
interfaces, driver writers can choose anything they want. So
first find out which your wireless interfaces are, by simply
typing iwconfig on a root shell.

On my laptop (narfi) this gives:

iwconfig
lo no wireless extensions.

sit0 no wireless extensions.

eth0 no wireless extensions.

wmaster0 no wireless extensions.

wlan0 IEEE 802.11abgn ESSID:""
Mode:Managed Frequency:2.437 GHz Access Point: Not-Associated
Tx-Power=15 dBm
Retry min limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0

pan0 no wireless extensions.

Not surprising the interface "wlan0" is a wireless interface.

If there's no interface showing up with wireless extensions, then you
* don't have the driver loaded
or
* your installtion misses the firmware files
or
* your wireless hardware is not (yet) supported by Linux

If you were about to connect to a public, unprotected access point,
you would use iwconfig to setup the interface e.g.:

iwconfig wlan0 ssid "HotSpot" enc off

To use WPA you must configure your wpa_supplicant. You can either do
this by using its GUI "wpa_gui" - this is quite self explanatory, I
don't think I've to explain that one, wpa_supplicant must be started
before starting wpa_gui though.

Or you're creating the file /etc/wpa_supplicant/wpa_supplicant.conf
by hand. Use this template:

--- BEGIN /etc/wpa_supplicant/wpa_supplicant.conf ---

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0

network={
ssid="..." # your SSID
proto=WPA2 WPA
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
psk="..." # put your WPA password here
}

--- END ---

You can then start wpa_supplicant on the wireless interface:

/sbin/wpa_supplicant -Dwext -c/etc/wpa_supplicant/wpa_supplicant.conf -B -iwlan0 -P/var/run/wpa_supplicant-wlan0.pid

wpa_supplicant will background. To see what's going on start wpa_cli.

Once the connection is made you can configure the address of your interface.
In case of DHCP it's easy as, depending on which of dhcpcd or dhclient are
installed.

dhcpcd wlan0

or

dhclient wlan0

For static IP configuration use

ip addr add $ADDRESS/$NETBITS dev wlan0
ip route add default via $ROUTER dev wlan0
rm /etc/resolv.conf.new
for NS in $NAMESERVERS ; do echo "nameserver $NS" >> /etc/resolv.conf.new ; done
mv /etc/resolv.conf.new /etc/resolv.conf

e.g.

ip addr add 192.168.1.123/24 dev wlan0
ip route add default via 192.168.1.254 dev wlan0
rm /etc/resolv.conf.new
for NS in 192.168.1.253 192.168.1.252 ; do echo "nameserver $NS" >> /etc/resolv.conf.new ; done
mv /etc/resolv.conf.new /etc/resolv.conf

Of course all major distributions provide you with a convenient
configuration interface abstracting away all those gory details,
however this is specific to each distribution.
Just RTFM of the distribution you use.


Wolfgang

[OT] Thanks to Nathan

Posted: 21 Aug 2009 03:23 PM PDT

Aragorn wrote:
 

Yep, and if everyone that knows better ignores him, he is free to post
what he wants without being called on it. Granted, we could just call
him on the "technical" flaws of his rants, but to the unknowledgable
viewer of the thread, they have no idea who is right or wrong, so I
think it's relevant to point out that he's a nut, and when everyone
calls him on his crazy, clueless rantings (and we all have been), it
really puts it out there for everyone to see. Not because we're
grouping up against him, but because we all know better and are tired
of it. I think that works well, and given Sid's history, the entire
group standing up against his bull, is the only thing that will
make him give up and go away (even if it's not soon enough). It's
worked in other groups with him (not that he won't be back under a new
name).
 

Exactly. Idiot's always take their own frustrations out on the wrong
things and the wrong people.
 

Yep, and it's always the complete wierdos like Sid that lack a clue, and
they are too stupid to realize their arrogance is misplaced. Something
is just broken in his brain.
 

Right, I've seen it happen in another group or two. Usually though,
it's by the regulars there that think they control the place and a few
of them stick together and try and act like they speak for everyone.
Instead of anyone calling those regualr trolls on their bull,
people just felt better passing blame around for anyone that was
involved (regardless if you were just clarifying or defending
yourself), and it just allowed those trolls to take over the group
entirely. They still run the place, but I don't just ignore them
silently and arguing correctness with a troll will only drag out the
issue indefinitely, so I take a different approach. But, you know
what? They always give up and leave me alone, and any intelligent
poster will not hold it against me, else everyone can just be
complacent allowing the troll to run the place.
 

Oh, I know! :-)

Text prompt below the screen?

Posted: 21 Aug 2009 02:37 PM PDT

Sidney Lambe <invalid> wrote: 

Correction: Screen (the text-mode window manager I run Linux from)
ignored the stty command above, but links (a text-mode browser) sure
didn't.

I went to do some 'surfing' with it and was completely baffled by the
truncated display for a bit. Setting the rows back to 49 fixed the
problem.

Sid


Microsoft CRM - Help Me Please!

Microsoft CRM - Help Me Please!


Help Me Please!

Posted: 22 Sep 2005 08:38 AM PDT

Dear,

I also make installation / configuration of the MS CRM. I am here for your
help, just drop a mail on com, then we will chat on msn
and i will make it working for u.

I will also give u some installation notes etc.
Thanks,

MVP - .Net

"TexasDavid" wrote:
 

Server Admnistrator Password Change

Posted: 22 Sep 2005 08:13 AM PDT

Hi Matt

Its using CRMAppPool and Network Service is set up as the identity for this.

Other web sites on the server are working fine still

Roger

"Matt Parks" <com> wrote in message
news:phx.gbl... 


Bass-Ackwards

Posted: 22 Sep 2005 07:50 AM PDT

On 22 Sep 2005 09:49:46 -0700, "Dave Carr (dave- no com"
<com> wrote:
 

That notes is a good example. One of our clients had that as a major
problem fortunately with a bit of customisation we were able to sort
it chronologically but things like that should have been under user
control from the first RTM. It really should require developer
customisation to address that!
 

It is not just a bad reseller that is to blame but also microsoft.
They portray CRM as fully customisable to any business environment but
the simple fact is that it is either not that customisable or the
sheer overhead of implementing that customisation is so huge that you
would be better off using another product. As someone said in another
forum it works but only if you write your own database and own
interface so why use CRM? CRM has its place but that place is not as a
generic solution.
 

But now that New York is definitely on the horizon, I say "cheer up,
hang in there", because the White star ship is about to come in. The
Titanic is an awesome leap forward

I'd like to think you're right, I hope you're right because we have a
commitment to CRM but until we can see some plausible evidence of a
better product (and evidence that we can present to customers) this is
just a phenomenal loss to us. We can put usable solutions in with this
but we have to swallow a far larger development overhead with CRM than
with any other solution and it is purely so that we can get our
clients used to the idea of microsoft CRM, not because it does
anything useful for them.
 

So is Godot!

Anyone Return Product? Do you like it?

Posted: 21 Sep 2005 06:59 PM PDT

David(?),

We had a guy working for over a year on importing data. Eventually, we
took over the project and discovered that he was going about it all wrong.
It really isn't too bad, and we were in production from scratch in no time
at all. Email me and I'd be happy to give you a bit of help. And yes, the
product has many shortcomings and limitations. But then so do many
products... The question is whether it is the best of the available
alternatives for you or not...

Not incoming external mail to CRM queue

Posted: 21 Sep 2005 12:34 PM PDT

Yes, Exchange CRM Email Router is installed in the exchange Server 2003 + SP1.

No, error in the event viewer associated to the CRM Email Router...

My infrastructure is:

Server1_apps
CRM Application

Server2_SQL
CRM Database

Server3_Exchange
Internal SMTP daemon
CRM Email Router


Server4_isaserver
External SMTP daemon (Relay Filter)

Thanks,

"Dave Ireland" wrote:
 

Removing The Sales for Outlook Client

Posted: 21 Sep 2005 11:37 AM PDT

Hi Yexy, you might want to try the following;

1) Make sure there are no SQL Server or Microsoft CRM folders in ‘Program
Files’ folder (delete if any)

2) There are no reg entries for MSCRM or SQL Server (use RegEdit, navigate
to "HKEY_LocalMachine\SOFTWARE\Microsoft\")

3) Search for a file called MSCRM.pst anywhere on your hard drive. Delete or
rename it if necessary.


--
Glen
Microsoft CRM Product Specialist
WolfBridge Solutions
www.wolfbridgesolutions.com



"Yexy" wrote:
 

Security Descriptor in Subject line

Posted: 21 Sep 2005 11:21 AM PDT

That is there by design. That identifier is how the CRM Exchange Router
knows if/how to route an incoming e-mail. if you are not using the incoming
routing functionality, then you can turn it off (globally)....see below

Warning Serious problems might occur if you modify the registry incorrectly
by using Registry Editor or by using another method. These problems might
require that you reinstall your operating system. Microsoft cannot guarantee
that these problems can be solved. Modify the registry at your own risk.
http://support.microsoft.com/default.aspx?scid=kb;EN-US;256986

To verify the registry value on the Exchange Server, follow these steps: 1.
Log on using a user account that has administrator permissions on the
server.
2. Click Start, click Run, type regedt32 and then click OK.
3. Locate the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSCRM\Messag eTagBehavior.
4. If the MessageTagBehavior subkey does not exist, create the key
using the following values: . Value Type: DWORD key value
. Value Name: MessageTagBehavior
. Value data: 0

Note: If the Value data is Null or 1, the tracking number will be
attached to the subject line of the e-mail messages. If the Value data is 0,
the tracking number is not attached to outgoing e-mail messages.
5. Close out of Registry Editor.
6. Click Start, point to All Programs, point to Administrative Tools
and then click Services.
7. Right-click the Microsoft CRM Exchange Queue Service service and
then click Restart.
If the e-mail GUID is turned off, the Microsoft CRM system will no longer
generate the unique tracking number. Additionally, this causes the loss of
the Microsoft CRM system's ability to automatically track incoming e-mail
messages.


Dave Ireland



"E. Palmer" <microsoft.com> wrote in message
news:com... 


user id or team id is missing

Posted: 21 Sep 2005 10:40 AM PDT

Thanks for the reply. Each record had an owner record that was mapable
(in our case owner->OwningUserName). I then used the p_cdf_unmappeduser
command to confirm that all were valid and p_cdf_mapuser. I've done
manual SELECT statements to verify. Even then, I would expect certain
records, not all to be ignored and fail.

Training Manuals

Posted: 21 Sep 2005 04:26 AM PDT

Hello-
Microsoft and Microsoft CRM courseware is only distributed via our partner
channel. You will need to work with a partner to attain these manuals. You
can search for a gold or certified partner at:

http://directory.microsoft.com

Thank you-

--
This posting is provided 'AS IS' with no warranties and confers no rights.


"com" wrote:
 

adding button on edit.aspx and calling external .net web service in event handler

Posted: 20 Sep 2005 08:47 PM PDT

oops,soory for the above posting ,i meant key setting has to be enabled
in web.config so that isv.config works to customise crm server
interface

Microsoft Word - Word 365 running slowly when connected to OneDrive

Microsoft Word - Word 365 running slowly when connected to OneDrive


Word 365 running slowly when connected to OneDrive

Posted: 09 Feb 2015 03:00 PM PST

Hi

I have been having some trouble with Word 365. Basically whenever I am editing a file that is saved on OneDrive, Word runs really slowly. It can take up to a minute for my typing to appear and is pretty much unusable, yet if I pause synching on OneDrive it all works fine. This problem has only started happening this week and I have changed nothing about my system in this time.

I have tried turning off background saves and animations but this has no effect and it is only Word that seems to be affected (I have also used Excel but there is no problem).

I was wondering if anyone here has seen this before and if anyone knows how to help?

Thanks in advance

Daniel

Excel Linking in Word Not Holding Formatting When Update Link is Triggered in Word

Posted: 09 Feb 2015 01:31 PM PST

Not sure if this is a bug between Excel and Word, but each time we proceed with linking Excel to Work and try the update link option under right clicking. It will adjust the width of the cell off the screen.  

This is becoming increasingly frustrating to our users as they are in the middle of tax season preparing major reports and this is moving all their cells off the screen when they have to re-link items. 

We noticed this only started happening when we moved to Microsoft Office O365.  

Any suggestions? 

Thank you - Zak

How to get files to open automatically in Microsoft Word instead of Word Starter

Posted: 09 Feb 2015 01:08 PM PST

Prior to purchasing Word I temporarily used word starter.  Even after getting Word all my files continued to automatically save as word starter documents and anything that I opened up from online automatically opened with word starter instead of word.  I was unable to figure out how to resolve this issue so I deleted word starter.  Now I can not open any files.  I can not open files that are saved to my computer, links sent in emails or download word documents from my online school.  I have tried to reload word started and I can't get that to work either.

Please Help.

Thanks

preview pane causing word to open files in read only

Posted: 09 Feb 2015 11:48 AM PST

I have a user whose is in and out of a lot of word documents.  Whenever she opens a file from explorer with the preview pane open, it cause the document to be opened in read only mode.  If the pane is closed, then the files opens up just fine.

It would seem to me that when you to open a Word file via Windows Explorer and you have the Preview Pane open the first thing that will happen is that the preview window will start reading the file to display the preview of that file, in the meantime Word itself will also start reading the file.   the two process will conflict and Word will determine that it can't open the file for editing because the file is locked (by the preview window) and therefore Word will open the document as read-only.

 

I temporally resolved the issue by getting rid of the preview pane... but that isnt a solution.  I added all her mapped drives (where hte doc are stored) to the trusted sites, but that did nothing for the issue.

Any suggestions

The user is running windows 7, 64 bit.  The office install is a MSI of office 2013 pro plus


 

dictionary and thesaurus won't work in word 2007

Posted: 09 Feb 2015 11:22 AM PST

I am using a 32-bit Windows Vista Ultimate OS. When I highlight a word in Word 2007 and select 'look up' to open up the research column and get a definition, I am not able to get any information from the dictionary and/or thesaurus. I can arrow over to get synonyms, but I get a 'no results found' message in the research column.

It has been this way for awhile and I have not missed any updates. Is there something I can do to get it back?

Thank you.

MS Word Mail Merge to PDF

Posted: 09 Feb 2015 10:11 AM PST

I want to know how to merge files as pdf's with a specified file name....

In the PDF Maker - Mail Merge it has a place for me to "Specify the pdf name" (example NDC) but then when I export the files into a folder, the name will add numbers that I have no idea where they come from (example NDC1360)

How can we start from '1' or create a different naming methodology altogether?

I am not a programmer and do not understand code.

Word 365 keeps undoing "ignore all "command

Posted: 09 Feb 2015 08:41 AM PST

I am using Office 365 on Windows 8.1.  I am currently translating a book from French to English.  When I cite French works in the text of the document, I follow the French citation form, which includes obscure abbreviations.  I want spell check on as I work so I can correct errors in the English portions of the text, but these obscure French abbreviations get flagged as spelled incorrectly, so I click "ignore all" for them.  I close this document at the end of my translating day, then when I reopen it to begin work again, those same abbreviations are flagged.  Suffice it to say this is very annoying and a waste of my time.

How do I prevent spelling from being automatically rechecked and all my "ignore all" commands from being ignored or deleted from one session to another?  I would appreciate any help with this.  Thanks in advance.

Quick Access Toolbar Macro Buttons

Posted: 09 Feb 2015 08:13 AM PST

I have a word 2010 form that has macro buttons in the Quick Access Toolbar. One is to delete whatever section you are in (specifically the last 4 sections that are actually 4 separate forms). The other four are to insert a section (one of the 4 forms that may have been deleted). I recorded each macro, but they don't all seem to work correctly. Each of the 4 buttons to insert a section should go to the end of the document, insert a Next Page Break, insert the appropriate quick part for that section, edit the header and footer for that specific section to not link to the previous and be customized for that section. The problem I am running into is that the headers/footers are not working properly. I also think one of the macro buttons gives a Debug message. Can anyone take a look and help me out? Much appreciated!

https://onedrive.live.com/redir?resid=BBE57EBA0DFD80DF!138&authkey=!AIc9u2L2MkXXZ3w&ithint=file%2cdotm

Error opening my document

Posted: 09 Feb 2015 04:03 AM PST

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

Hi.

Is there anyone who is able to help me recover this file?

This is the error message when I try to open it:

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

Location: Part: /word/document.xml, Line: 2, Column: 28767952"

It is a 20+ page document and i need it urgently

I have no idea what to do about and would really appreciate any help I can get.

it can be found at

https://onedrive.live.com/redir?resid=A9F5BB2E9569556!2341&authkey=!AH_3Lg50weCWzo4&ithint=file%2cdocx

Thanks.

macro changing read only view

Posted: 09 Feb 2015 03:04 AM PST

Hi,

I created a UseForm that fill information to a document fields using bookmarks. I created a macro document_open, everything works fine, but! 

I need the UseForm runing without be previously saved in a hard drive (opened directly from an email) but as the default setting open an email attachment in read-only mode, when the UserForm is filled it doesn't populate the fields in the document and error window appears. I know I can change this setting in general options, but when I send the document to the client I can't expect him to change his setting befor open my document. So my questions is what code shell I use to change the read-only view before run the UserForm.

Thank you

Format painter in Word 2013

Posted: 08 Feb 2015 10:49 PM PST

Is there a way of getting Format Painter to retain the italicize, bold and underline settings for words in the target paragraph?  Even if the source paragraph has any of its words with these settings, Format Painter reverses these settings in the target paragraph.

*.doc and *.docx Chart Problems/Compatibility Issues

Posted: 08 Feb 2015 10:26 PM PST

I need my documents to be in *doc. But, the line in the charts are crooked.

So I converted them to excel charts and saved the file as *docx, and the lines became smoother.

Since, I need the file to be in *doc, i saved the *docx file to *doc.
But the grid lines became thick, and I can't format it back to how it looked like in the docx file.

I'm using word 2010.
I'm not sure why the files need to be in *doc. I was simply required to use *doc format.

Thanks!

Adding page numbers in both the header and footer of the same page - Word 2010

Posted: 08 Feb 2015 09:25 PM PST

Hi,

I am trying to add  page numbers in the header and footer of the same page.

The header would contain page number X of Y to identify the section and the footer would contain the normal page number.

I added section breaks and unlinked the headers to stop the page numbers continuing from the previous section but kept the footers linked to continue the numbering from the previous page.

When I selected the header page numbering to start at 1, this applied the change to the footer as well.

And vice versa.

I want to know if it is possible to have two page numbers on the same page working independently of each other, and if so, how?

Otherwise I would have to manually type the X of Y page numbers and it would be a pain!


Shortcuts in Office

Posted: 08 Feb 2015 09:23 PM PST

Hello!, recently i buy a laptop with US keyboard (im from Argentina)

I have problems with some letters (with spanish characters like Ñ,Í,Ó,Á,É,Ú,etc) with this keyboard, for this i installed Microsoft Keyboard Layout and assign this characters for: ctrl+a, ctrl+e, ctrl+n, etc... But now got conflicts with office shortcuts, there is a way to DEACTIVATE ALL SHORTCUTS???


Greatings!

(Sorry for my english!)

Building Block Bug Word 2010/2013

Posted: 08 Feb 2015 09:12 PM PST

While I did not do an exhaustive search, I couldn't fine where this issue has been discussed here before and as I find it incomprehensible to be by design, it must be a bug.

Using the Create New Building Block dialog (ALT+F3), you can create a building block with insert content options 1) Content Only, 2) Content in own paragraph, or 3) Content in own page. 

Insert a simple table (e.g., 2 x 2), select it, and create a building block named "testICpage" and select the option "insert content in own page.

If you use the Insert>QuickParts>Building Block Organizer dialog and insert the building block named "testICPage" it works fine.  The table is inserted in the document with a page break before and after the table.

However, if you simply type testICPage and press F3 to execute the entry the table is inserted at the current location (not in its own page) and worse, any existing text in the current paragraph is enclosed in cell one of the table.

Can anyone confirm this?  MVPs, can one of you ensure this is reported through your bug reporting system?  Thanks  

Recover a file saved in the Temp folder in Word 2013?

Posted: 08 Feb 2015 08:11 PM PST

I was working on a document downloaded from the internet and I kept saving it over the same file in the Temp folder, never closing Word. My sister used my computer and she closed the document, now it's nowhere to be found. It's not in the Temp folder, it's not under Unsaved files, it's not in Recent files, it's not found by the search function... Is there a chance to recover it?

Clipart freezes word

Posted: 08 Feb 2015 07:55 PM PST

On my work computer, when I open word and try to insert clip art, it freezes.

I can open word fine, but when I go to insert. picture and clip art, it freezes.

I have Word 2003 and running Vista Business SP2.

None of the searches I have done for this issue have worked so far :-(

Thanks a lot

Microsoft Words 2010 will not print correct page range

Posted: 08 Feb 2015 07:30 PM PST

I have a document 6 pages long.

I have page number 1 start from the second page.

I need to print to PDF from the second page to the last (i.e. page number 1 to page number 5).

In print range, I key in 2-6. It printed from third page onwards. (i.e. page number 2 onwards).

Then I tried 1-5. It printed from first page onwards (i.e. page number 0 to the LAST page).

I just cannot get it to start printing from the second page (i.e. page number 1) to the end of document. Please help.

Downloaded office excell works, word says it needs to be fixed

Posted: 08 Feb 2015 06:04 PM PST

I am on a new hp pavillion running 8.1.  I reconfigured computer last week and tried to load office 2013 from my wife's work.  Excell workes but word refuses to open and I get an offer for microsoft try to fix it.  Nothing happens.  I cant open word documents saved on various jumpdrives.  I deleted all of office and tried again.  Same results.   So I bought the program from my work and tried again.  Same results.  Different key but same results.  Tried it twice.  Student essays are on flash drives and I am getting desperate.  Any help wojld be great.

WORD 2013 DOWNLOADED PAPER IN CORRECTLY

Posted: 08 Feb 2015 05:48 PM PST

I downloaded a report paper into taskstream for school. After the download, it is in side by side format. I need it to stay in the plain format. Please help.

DAr

Microsoft Word - Scrolling in Word 2013 Professional

Microsoft Word - Scrolling in Word 2013 Professional


Scrolling in Word 2013 Professional

Posted: 08 Feb 2015 01:27 PM PST

If I have an opened Word Document and I am trying to scroll vertically using the scroll thumb/scrollbox/scrolltab I cannot get fluid/continuous scrolling. However, when I use the scroll up, and scroll down arrows I get continuous scrolling. Is there a way to get continuous scrolling by clicking the scrolltab, and having the content in the document update automatically?

I cannot for the life of me find a solution to this enigma

jumping cursor

Posted: 08 Feb 2015 12:33 PM PST

I have Office 365, new in November. There is a black date and settings toolbar that floats in every few minutes. It causes me to stop typing, freezes whatever I am doing and makes the cursor jump. Then I spend an amount of time repairing the document because one sentence fragment is in a different sentence.

Word 2010 is making lists impossible...

Posted: 08 Feb 2015 11:58 AM PST

Hey everyone!
So I'm setting up my preferred list format for this new document, and Word is just making everything impossible. It "thinks" it knows the best indentation for the new list levels, and it does all kinds of ridiculous stuff with the text after the list starts. Check out the picture to see what I mean.

Is there any way to fix this? Its driving me crazy. Each new list level should have a steady, smooth indentation, and all text after the list starts should also have the same indentation. The text after a. and the empty circle is too close, and the text after i. is too far out.

Thanks for any help!


Cannot see all of the themes available in Word 2013

Posted: 08 Feb 2015 11:55 AM PST

I'm trying to complete an assignment for school that requires the Damask theme in work.  I go to the design tab and click on the themes drop down and see 9 themes.  A week ago, there were dozens that appeared when I did the very same operation.  I either need to know how to get all of those themes to show up again or where I can download that specific theme so that I can finish this project (note: I don't need a link to some giant list of themes to scroll through for an hour before I realize the theme I'm looking for doesn't exist in it- I want the direct download link for the Damask Word 2013 theme).

Any help would be greatly appreciated...

Unable to open word or any word documents

Posted: 08 Feb 2015 10:46 AM PST

I have just purchased and installed Microsoft office 365 to my laptop. I am unable to open the new word nor open any of my word documents from my USB as it says "Microsoft has stopped working" or "Microsoft is not responding". I have so much university work I need to complete and would really appreciate any help. Thank you. 

Does MS Word for Tablet have Grammar Checker?

Posted: 08 Feb 2015 07:47 AM PST

Here is MicroSoft's profile for the app on Google Play.

Does MicroSoft Word for Tablet use grammar and spell checker, such as the PC version?

I ask because while the current version of the description says it has the full MS Word program.  It fails to mention whether it has the grammar checker.

Thank you for sharing your Force;  May you ask the Goddess to alight your path.

Can't Add Dropbox to Word

Posted: 07 Feb 2015 11:39 PM PST

I'm using W8.1 and Word 2013 and have used the dropbox_service_add .bat file to add the service.

Dropbox now shows up in Word as an option to add from this Menu File/Account/Add a Service/Storage.  I can choose options Dropbox or Google Drive, etc, but both show this error message - 

"Sorry we're having server problems, so we can't add Dropbox right now"

There are many posts with this error message, but no solutions.

This doesn't work with other Office apps either and applies equally to Google Drive:

Cannot access on Windows 10 Technical Preview

Posted: 07 Feb 2015 11:26 PM PST

After downloading the windows 10 technical preview, some microsoft office files no longer load

I get the error box: http://prntscr.com/62g3t9

Any help for accessing downloaded files on microsoft office?

Its office 365 on a asus ultrabook, a few years old

Status bar at bottom of window in Word

Posted: 07 Feb 2015 10:33 PM PST

Greetings.

When I open a Word document in Office 2007, the status bar that normally appears at the bottom of the document window has vanished. This is the case for both new and old documents.

Can you tell me how I can get it back, please?

PLEADING PAPER

Posted: 07 Feb 2015 03:15 PM PST

Some law firms use this horrible Word 2010 program.  Do not like the Ribbon [which I find a horrible idea] because it takes too much time to get what needs to be done, done.  It takes me now 4-8 steps more than Word 2003 did with the tool bar that could be customized to get the job done quicker.  Now that I have to work with Word 2010, I find out that you CANNOT MAKE PLEADING PAPER OR EVEN MAKE A TEMPLATE PLEADING.  This is really bad for law firms.  In Word 2003 you could make Pleading paper, but you could NOT do standard double spacing because it would not be on the Line Numbers.  You had to monkey around with the spacing to even get the text of the pleading on the line numbers.  WHAT IS UP WITH THIS? 

On top of this issue is the fact that you cannot make pleading paper that is consistent wit 26 lines, but you cannot put 2 footers [one for page number, title of pleading] and [second, the law firm info] at all.

As for Microsoft's templates, they are useless.  You cannot customize them to fit your needs.

As far as I am concerned, your Microsoft people really need to make a product that would consider LAW FIRMS and be USER FRIENDLY [you could learn from WordPerfect].  Your products are mainly made for Corporate businesses that are basic in what they do and that is perfectly fine but it is totally inefficient for law firms.   

Yes, I am use to having "USER FRIENDLY" software such as WordPerfect to make pleading paper, which line spacing was actually on the Line Number without screwing around with the Line Spacing to have your text on the Line Number. 

rich text format

Posted: 07 Feb 2015 03:02 PM PST

I just downloaded the microsoft word app for tablets and i can"t figure out how to save a document in rich text format.  I need to be able to do this to share the file with my instructor for school.  Anyone know how to accomplish this task?

office pro 2007 trial over. full ver. key code invalid - Microsoft Office forums

office pro 2007 trial over. full ver. key code invalid - Microsoft Office forums


office pro 2007 trial over. full ver. key code invalid

Posted: 01 Aug 2008 11:21 AM PDT

Do you have a 25-character product key code for a
"Full Version" of Microsoft Office 2007 Professional"?

Or do you have an "OEM" or "Upgrade" product key?

--
Carey Frisch
Microsoft MVP
Windows Desktop Experience -
Windows Vista Enthusiast

---------------------------------------------------------------

"Michele" <microsoft.com> wrote in message news:com...
Already tried that but they want $49.00. We are not for profit. Cant pay $49
every time we have a question.

"Carey Frisch [MVP]" wrote:
 

Converting Trial Version to Licensed Version

Posted: 31 Jul 2008 08:18 AM PDT

Contact Microsoft support directly for help with your issue (no-charge):
https://support.microsoft.com/common/international.aspx?rdpath=1&gprid=8753

--
Carey Frisch
Microsoft MVP
Windows Desktop Experience -
Windows Vista Enthusiast

---------------------------------------------------------------

"happycaravanner" <microsoft.com> wrote in message
news:com...
Additional Information - The Microsoft Product Code for this package is
9QA-01757 - this is shown on the back of the package on the sticker which
says "THIS IS NOT A COA" - the actual Product Key Card is contained in a
sealed flap inside the package.

"Carey Frisch [MVP]" wrote:
 

Possible program transfer

Posted: 31 Jul 2008 07:29 AM PDT

Sirius wrote: 

No, it isn't. You'll need to use an application to find out what it is.
That said, if it was preinstalled on the old computer, the EULA says it
may not be moved to another computer. If all he needs is Word and
doesn't like Open Office's program, perhaps he would be happy with
AbiWord. Check it out at http://www.abisource.com/ It's free as air.

Alias 

want to transfer office 2007 product key from one computer to ano.

Posted: 30 Jul 2008 01:14 PM PDT



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

If this is an OEM version (may have "for use on a new computer" or something
like that on the CD) you can only use it on the original computer it was
installed on. Only retail versions of software can be moved from computer
to computer. If it came on the original computer, it in all likelihood is
an OEM version also.


Microsoft Office Ultimate 07-reinstall

Posted: 30 Jul 2008 08:39 AM PDT

What happens when you try?

--

JoAnn Paules
MVP Microsoft [Publisher]
Tech Editor for "Microsoft Publisher 2007 For Dummies"


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


Trying to create a One Click Autorun DVD for Office 2007

Posted: 30 Jul 2008 06:43 AM PDT

try

setup.exe /config ?:\office2007\<product name>\config.xml

i.e. f:\software\office2007\setup.exe /config
f:\software\office2007\enterprise.ww\config.xml

and have you .msp file in ther updates directory




"booker@mgt" <gatech.edu> wrote in message
news:com... 


Problem with deploying Office 2007 using SMS2003 SP3

Posted: 30 Jul 2008 12:57 AM PDT

Actually is not any opened office application during the setup. Also only
one version of office installation on that machine.

Regard,
Hany Mansour.

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


MSO 2000 SB Disk 1 missing

Posted: 29 Jul 2008 08:59 PM PDT

NO RESPONSE - offer withdrawn

"LVTravel" <com> wrote in message
news:phx.gbl... 

email set-up

Posted: 29 Jul 2008 06:18 PM PDT

Control Panel->Mail Icon->Accounts. Remove the Exchange account (if you
don't have one, why did you select it?) and install your POP3 or IMAP
account.

--
Milly Staples [MVP - Outlook]

Post all replies to the group to keep the discussion intact.
How to ask a question: http://support.microsoft.com/KB/555375


After furious head scratching, e asked:

| it's asking for microsoft exchange server, what do i put? also what
| email address should i use for my microsoft email account?


Activating Office 2007 US version in Spain

Posted: 29 Jul 2008 12:42 PM PDT

Thanks, I was a little surprised you couldn't use different language
versions. I don't need to eBay my Office then! :)

"Peter Foldes" wrote:
 

Installing sp1 slipstream or in conjunction with Office 2007 is it

Posted: 29 Jul 2008 09:32 AM PDT

Is therea default beyond alphabetical order. One of my techs asked if the
additional updates could be loaded during the install, i.e, the office
updates that occur after you install sp1.

I was not sure what would happen if an update was in the folder that needed
to wait on another update before it could be applied?

"Bob Buckland ?:-)" wrote:
 

Vista and Office Student 2007 Install Issues

Posted: 28 Jul 2008 05:51 PM PDT



"Doc Pirkle" wrote:
 

Office 2000 uninstall and reinstall.

Posted: 28 Jul 2008 02:56 PM PDT

Glad you got him running with OO.

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

Contacts?

Posted: 28 Jul 2008 01:54 PM PDT


"Milly Staples [MVP - Outlook]" <what@ever> wrote in message
news:phx.gbl... 




Thanks! But will that duplicate any emails and other data that I've already
imported?






 

Help with Office 2000 Premium setup

Posted: 28 Jul 2008 07:09 AM PDT

I think it isn't a hard problem, but corrupt windows problem. Neither I think
is an Office problem. Shell try to format the HD and reinstall windows, will
see what happens.
Thank you for your help anyway.

"Mary Sauer" wrote:
 

Student and Teacher versions... what's the scoop?

Posted: 27 Jul 2008 07:18 PM PDT

Bob Buckland ?:-) wrote: 

Spain. Once the shrink wrap is opened, it's yours and no refund. One
does not get to see the EULA until one goes about installing it.

Alias 

Is there a global "Always show Full Menus" switch?

Posted: 27 Jul 2008 07:48 AM PDT

G'day "macropod" & all;

"macropod" <invalid> wrote in message
news:phx.gbl...
.... 
I would if I could. But there's no such option. You weren't very specific,
so I checked both Outlook and Word. Is there some other place I should be
checking...?

FWIW; I'm running Office 2003 on XP Media Center, SP3.

Dusty
 


Office 2007 Activated but programs still want Product Key

Posted: 27 Jul 2008 04:40 AM PDT

My my my. The wonders of running a Registry Cleaner. You did run a Registry Cleaning Tool before this issue showed up in the first place .. Did you not ?

--
Peter

Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.

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

Office 2007 Plus running on Windows XP Pro 64bit

Posted: 26 Jul 2008 12:04 PM PDT


Hello Adam,

Thank you for your feedback.

I am so glad to know the information I provided are helpful for you. It's
been a pleasant experience working with you. I hope you were delighted with
the service we provided you.

If you need further assistance on this issue or encounter any new break/fix
issue, please feel free to post your questions in the newsgroups. We are
glad to be of assistance.

Best regards,

Steven Du
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security

================================================== ====
PLEASE NOTE: The partner online technical community are provided to assist
with break/fix issues and simple how to questions.

We also love to hear your product feedback! Let us know what you think by
posting

from the web interface: Partner Feedback
from your newsreader: microsoft.private.directaccess.partnerfeedback

We look forward to hearing from you!
================================================== ====
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from this issue.
================================================== ====
This posting is provided "AS IS" with no warranties, and confers no rights.
================================================== ====



--------------------
From: "Adam Raff" <nospam>
References: <phx.gbl>
<phx.gbl>
Subject: Re: Office 2007 Plus running on Windows XP Pro 64bit
Date: Mon, 28 Jul 2008 09:19:37 -0400


Steven,

Thanks for your hellp


"Steven Du [MSFT]" <microsoft.com> wrote in message
news:phx.gbl... 
issues 




Office 2003 setup will not load on my 2nd computer

Posted: 25 Jul 2008 10:36 AM PDT

DL... you are correct ! However, I get the same result with Setup.exe. It
will not load..... it won't even start the loading process.
Jeff

"JBacon" wrote:
 

how do i activate office 2007 if my product key doesn't work?

Posted: 25 Jul 2008 08:36 AM PDT


"Another Brian" <nocom> wrote in message
news:phx.gbl... 

Yeah---especially the "B" and "8".....That was my downfall. I'll never get
THAT hour back :-)......


Re-Downloading Office 2007

Posted: 24 Jul 2008 04:43 PM PDT

Did you have the product key to start with? Is Office 2007 on your computer and
did you activate it without issue?
If the above is true you can find your product key by running the Belarc
Advisor.
http://www.belarc.com/free_download.html
--
Mary Sauer MSFT MVP
http://office.microsoft.com/
http://msauer.mvps.org/
news://msnews.microsoft.com

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


I did something Stupid! 2007 office retail registration

Posted: 22 Jul 2008 04:13 PM PDT

On Jul 23, 12:13am, co.uk wrote: 

Peter,

Thanks for the reply but the retailer is not interested. Is there
another method? Could i use system restore as a last resort? i really
do not want to lose all my settings ect...

Thanks