Pages

Search

Microsoft Word - continuous section breaks, page numbers and headers/footers

Microsoft Word - continuous section breaks, page numbers and headers/footers


continuous section breaks, page numbers and headers/footers

Posted: 17 Dec 2013 03:19 PM PST

I have a document with several chapters, each chapter starting with Header 1. I have used STYLEREF fields in the headers to pick up the chapter numbers and names, and set the page number format to include chapter numbers. The page numbers run continuously, as you would expect – so I have page 1-1 to 1-7, then the next page, where Chapter 2 starts in the middle of the page, is 2-8, and so on. So far so good.
I was asked to start each chapter on page 1, so that after 1-7, the next page (where chapter 2 starts in the middle of the page) would be 2-1. So I inserted continuous section breaks, and told the page number to restart at 1. But now, after page 1-7, the next page is 2-8, followed by 2-2! Also, the STYLEREF fields in the header stopped working when there is a section break in the middle of the page - they just showed nothing. So I put in hard text in the header (since I had section breaks, I could have new text in each section), but when there is a continuous section break, the header seems governed by what is ABOVE the continuous section break, rather than what is BELOW it.
On the page where Chapter 2 starts, I would like the header to give the name/number of Chapter 2, and the footer to read 2-1.
Any ideas? Thanks!

Page Numbering Link to Next Page Numbering (.../2)

Posted: 17 Dec 2013 01:54 PM PST

Help!

 

Trying to number pages and sync the page numbering with the "next page" numbering.

 

First page numbering should start at -2-, first page should have the "next page" numbering as so: ".../2"

 

Last page should have a page number though the "next page" numbering should end at the second to last sheet.

 

Merci (hope this isn't too confusing lol)

 

.Doc Dork

MS Word 2007

Posted: 17 Dec 2013 01:02 PM PST

We are copying and pasting between MS Word 2007 documents and using track changes.

 

when we copy a table from one document to another document and then accept the change to the document - Word automatically changes the orientation of the target page from landscape to portrait.

 

why does it do this and how do we make it stop?

 

thank you for any help/ideas.

avoid gray background when printing comments

Posted: 17 Dec 2013 12:49 PM PST

I'm reviewing a document, that has various changes (using Track Changes) and a number of comments. When I print it out, there's a large section at the right of the page which has a gray background, where the comments go. 

But there are very few comments in this document, so this  this gray section is almost entirely wasted space. Also, the rest of the text is made smaller in order to fit the gray section, which makes it harder to read.

Is there any way to print the document without that gray background section? I'd prefer to have either:
(1) the background in that section would be white, or
(2) that gray section wouldn't appear at all, and the rest of the text would appear full size. (The comments would probably have to appear at the bottom of the page.)

Any suggestions?

Thanks.

VBA code to resize linked inlineshape objects

Posted: 17 Dec 2013 12:46 PM PST

I have over 100 linked pictures in a Word 2007 document (Windows 7). Most of the pictures are screen shots stored as bit maps. They are accessible in VBA as inlineshape objects.

 

Sometimes when I edit one of the linked bitmaps, Word resizes the image in the document. Its assigned height and width seem randomly chosen. In another question I asked if there were Word options to avoid this behavior. In case there aren't (but I still hope there are) such options, I looked for a way to store my preferred sizes for each picture. I considered several approaches:

 

  1. Find a settable property of an inlineshape object which I could set to the dimensions, and that Word would not overwrite. Alas, I couldn't find one.
  2. Define a document variable that I could relate to a unique, auto-generated identifier of an inlineshape and store the dimensions in the variable. Alas, there does not seem to be an ID for inlineshape objects.
  3. Add a comment to each inlineshape object that contains the dimensions. This is my current preferred choice. I can create a comment, but I can't find it later. The rest of my question deals with this code, but if there are better ways to maintain a set of preferred dimensions for each inlineshape object, I will scrap this code in a heartbeat!

 

The following subroutine expects that a paragraph containing one or more inlineshapes objects has been selected.

If the dimensions are stored as a comment, the code would verify/reset the dimensions to match those in the comment.

If the dimensions comment cannot be found and the width is not approximately 4.9 inches, the code would ask me if the dimensions are right and add a comment if they are. (I haven't decided exactly what I want to do if they are not right, so, for now, I just exit from the subroutine.)

 

The problem is, after adding a comment to the inlineshape, the program does not find it. I suspect that the "If s.Range.Comments.Count > 0" test is not testing the right property. The Count property has a value of 0, even though the document appears to be displaying a comment. Does anybody have any suggestions?

 

Thanks in advance,

Jim

 

Sub SetSize()
  Set para = Selection.Paragraphs(1).Range
  GraphicSizeFound = False
  For Each s In para.InlineShapes
    If s.Range.Comments.Count > 0 Then
      For Each c In s.Range.Comments
        If Left(c.Text, 12) = "graphic_size" Then
          GraphicSizeFound = True
'         verify the size of the graphic, and, if different
'           reset the graphic's size.
          Exit For
        End If
      Next c
    End If
    If Not GraphicSizeFound Then
      If (Abs(PointsToInches(s.Width) - 4.9) > 0.05) Then
        s.Select              ' highlight the graphic
        Result = MsgBox("height = " & PointsToInches(s.Height) & vbCr & _
                        "width  = " & PointsToInches(s.Width) & vbCr & _
                        vbCr & _
                        "Is this size right?", _
                        vbYesNo)
        If Result = vbYes Then
          Size = "graphic_size w=" & s.Width & " h=" & s.Height
          ActiveDocument.Comments.Add Range:=s.Range, Text:=Size
        Else
'         Figure out what to do in this case, but for now:
          Exit Sub
        End If
      End If ' Approximately 4.9"
    End If ' not GraphicSizeFound
  Next s
End Sub

 

Why can't I type across a complete line in my document?

Posted: 17 Dec 2013 12:10 PM PST

I have converted a pdf to Word 2010 document and am trying to make corrections. There are section titles, such as "Executive Director". In the pdf, the two words appear on the same line. In the Word document, they appear on two lines. When I try to retype them to the one line, the program will not allow it. It seems as if there is a margin at the end of "Executive". Looking at hidden markings, I see there is a paragraph marking after "Director" and wonder if this has anything to do with it. There are several titles lines within the document, so I need a solution to continue my project. Can anyone tell me what I need to do to type both words on the same line?

Page Positioning Behavior Word 2013

Posted: 17 Dec 2013 11:52 AM PST

I use Word documents to analyze stock market charts. The charts are pasted on separate pages, and in order to compare charts I have used a characteristic of Word to be able to align charts for comparison to one another. I have a macro that zooms a page out to 25% and then zooms back to 100%. In Word 2003 and earlier, this would result in the top of the page being aligned to the top of the pane always with the same relationship. Then the macro would scroll the page down a certain number of lines to have the chart exactly where I wanted it in the window.

I just switched to Office 2013, and I have found that zooming out and back in does not change the position of the top of the document page. The top is in the same vertical position it was in before I used the macro. Is there a way to get the previous behavior back?

Change the default settings of text inside a shape.

Posted: 17 Dec 2013 11:11 AM PST

I have changed the default settings for the shape, however, how do you change the default settings of the text inside the shape.  My text is white, center aligned and placed in the middle of the shape.  I want black text, left aligned and placed at the top of the shape.  I can change all these things, but NOT permanently.  I want these to be the default settings.  HELP!

Display only checked items in a Word document list, hide unchecked before printing

Posted: 17 Dec 2013 11:08 AM PST

I'm developing a Word document which is designed to allow the user to check work items in the contract template and leaved items unchecked if these work items are not included.

Once the user has gone through all sections and checked the scope of work items, I'm attempting to automate the print function to hide all of the unchecked items (by applying a style which has the hidden font attribute) and then proceed with printing.

I'm using the ActiveX style of checkboxes. I'm attempting to do a For Each looping statement to accomplish this task, but I'm not clear on how to structure it.

Any thoughts?

Thanks in advance
Joy

Word 2010 doc not generating an envelope

Posted: 17 Dec 2013 09:49 AM PST

A client sent me a document which appears to be the result of a mail merge for a letter to 48 recipients. She wants to select the first address (page 1) and click on the "Create Envelopes" button to get an envelope added. It will not work in the document. All that appears is the Envelopes Options dialog, but no options to add it to the document or anything else.  HOWEVER, when I copy and paste the same address as unformatted text into a blank document and repeat the steps, the dialog opens and the envelope generates as expected. Is this due to the main document being the result of a merge? It is a .DOCX, it appears to only be a year old (according to the properties it was generated in 12/2012)

Thank you in advance for any insight.

Check box content control button wizard!

Posted: 17 Dec 2013 09:27 AM PST

I used Developer to make a user form in Word 2010 and I want to add a Check Box Content Control Button/s that when clicked by the user, he'll be directed to the designated page or pages within the document, and print/save only those page or pages to a new file.  Here is what I want to happen:

Clicking the Check Box Control Button/s will:

  • Bring the user to the designated page/s or section/s and fill-in the form.
  • Save the filled-in page/s to a new filename and to a pre-specified file-sharing location.
  • Print only the first page and the filled-in page/s or section/s.

I am not a programmer and I do not know if this is possible!  Thank you so much for taking the challenge.

 

cropped picture in template --> "uncropped" on creating new document

Posted: 17 Dec 2013 07:56 AM PST

Hi all

I inserted a logo into a letter template and cropped it top/bottom. When I and most of my co-workers open up a new document based on this template, all seems well. For some users, though, the logo looks uncropped (not aligned any more with the text).

Is this a known bug/oddity? (I haven't found anything suggesting this ...)

Or is there some obscure compatibility or view option to force a picture to display everything?

The obvious workaround would be to crop the picture before inserting into Word, and I agree that this would be cleaner anyway, but still I'm curious if anybody has seen this behaviour as well ...

Greetinx from good old Europe
Robert

EXCEL icon - where is it?

Posted: 17 Dec 2013 07:40 AM PST

How do I find an EXCEL icon to insert into a WORD document?


I have hunted around and can't find any such icon but there must be one somewhere.


Thanks in advance for any replies.

MS Word 2003 - Lost pictures from template margin

Posted: 17 Dec 2013 07:05 AM PST

I have a standard template document in MS Word 2003 with text to the right of the page and a margin to the left of the page. I am setting pictures in the margin. However when pics are loading from our MS Access DB and there is a page break the pics that ought to "over run" onto the next page just lose themselves "under" the following page. Any response re a solution would be more than welcome. Thanks.


Font name and size box becoming blank for large footnotes in MS Word

Posted: 17 Dec 2013 06:20 AM PST

The font name and size box become blank when I select the entire footnote

having a large footnote, say about 400 word counts, in a document with total

1200 word count. Does it means that the font name and size are not consistent

in footnote? Anyone knows what's the issue here.

Insert para mark using Range.Find

Posted: 17 Dec 2013 05:55 AM PST

Suppose initially the entire text of a single paragraph is selected...

    Set rng = Selection.range
    rng.Find.text = "foobar"
    if rng.Find.Execute then
        ...
    end if

At this point (before "foobar") I want to simply insert a paragraph mark.  I know how to do this with regular Selection.Find, but it is not clear what is set by the Range.Find.Execute.

I am trying to understand and benefit from the wondrous wizardry of Ranges, but am having some difficulties, and would I appreciate any advice.

Font name and size becoming blank for large footnotes

Posted: 17 Dec 2013 05:12 AM PST

The font name and size box become blank when I select the entire footnote having a large footnote, say about 400 word counts, in a document with total 1200 word count. Does it means that the font name and size are not consistent in footnote?

Document no longer showing correct number of pages

Posted: 17 Dec 2013 03:58 AM PST

I have a document that is around 15 pages long however the Page Count at the bottom right only shows there being 6 pages.  When in print layout mode I can see up to page 6 however if I try to scroll further down there is a suttering/repeating pattern of the top of a blank page.  If I use select all I can copy and paste the text into a new doument.  If I switch to Web Layout I can continue to scroll down and see the rest of my document.

 

When attempting to print only 6 pages are listed.

Office file icons on desktop have changed...

Posted: 17 Dec 2013 01:38 AM PST

I have an almost identical issue to this post -


- with one difference, it is the file icons on my desktop that are not displaying the correct image, Word, Excel, etc. (Office 2007 on Windows 7 laptop). What's more, it is not every file but seems to be random including files saved as templates.

MS office 365 Microsft Word and Excel open but after creating new template stopped working

Posted: 16 Dec 2013 11:33 PM PST

On Window 7 I installed the MS Office 365 monthly subscription and I have scanner and printer. Every time I open Microsoft Word it load the program and on first click on new documents and it will crash and says Microsoft Word has stopped working. Same thing with excel also. I follow the advice and open in safe mode by typing excel /safe(type excel and space then / then safe). After that options and remove AABBYY add ins. Its help until I install Brother Printer software.


I don't know what should I do to fix this problem.

How to Create the document that contains the table of contents with x field ???

Posted: 16 Dec 2013 10:26 PM PST

Hi ..
I am trying to create the word documents that contents the table of contents having 'x' field flag ????

How edit text from .tif file?

Posted: 16 Dec 2013 10:14 PM PST

I have a file having extension .tif. i want to convert it to word file and edit its content. is this possible ??

How do I remove/change the Miriam Webster's dictionary that I poorly choose, to the Encarta or a better dictionary,

Posted: 16 Dec 2013 10:01 PM PST

I'm a new Windows 8/now 8.1 User. I'm also of course, new to the brand new Office program. Much to my surprise while working on a WORD document, I went to use the dictionary, and there wasn't one like there used to be.  I found out that I had to download one along with doing a lot of things in a short span of time that I'm not really sure what I did to get the Miriam Webster's Dictionary in word. Fast Forward...the online Miriam Webster's dictionary is lacking in my need. 

Does ANYONE know how to remove the current dictionary from word and replace it with Encarta?

Template Page

Posted: 16 Dec 2013 07:57 PM PST

How do I bypass the template page on Microsoft Word? It gets annoying having to choose a blank template every single time I open Word.

TOC levels -- 3rd & 4th level in Word 2007

Posted: 16 Dec 2013 07:46 PM PST

I am editing an APA document where level 3 and level 4 headers are in-line with the paragraph text.  How do I set the field codes for these levels so they do not include the entire paragraph text?  There used to be a style separator in 200, but I cannot find this in 2007.   Thank you.

Read-only Compatibility mode

Posted: 16 Dec 2013 05:50 PM PST

I bumped into my computer a few minutes ago, and now my Word 2013 files all come up with Read-only compatibility Mode.  This does not affect the editing of the files.

How can I get rid of this?

Equation Editor

Posted: 16 Dec 2013 05:25 PM PST

Hi, looking for a little help. In equation editor I'm trying to find the right command sequence to get an integral with bounds of integration without using the drop-down menu. When I type \int_(-\infty) I get the integral from negative infinity with no upper limit of integration. I want to add an upper limit of integration but all subsequent commands entered apply themselves to the integrand rather than to the integral operator. 

Microsoft Office Word 2007 not minimizing documents or saving documents

Posted: 16 Dec 2013 04:43 PM PST

I use Microsoft Office Work 2007 for work. I am using Vista. Sometimes when I create a document on Word 2007 and save it, it will minimize it for a time then disappear when I go back to something else on the computer. Sometimes it will disappear after I save it and then bring it up as either the original or autosaved. How can I prevent the documents from disappearing from my system tray at the bottom even after I save them?

Can't download service packs & can't open some docs Microsoft Office for Mac

Can't download service packs & can't open some docs Microsoft Office for Mac


Can't download service packs & can't open some docs

Posted: 02 Aug 2009 11:32 AM PDT

On 8/2/09 5:55 PM, in article caR9absDaxw,
"com" <com> wrote:
 

If you have a backup copy of the Office for Mac folder in Applications you
can simply drag it back and replace 12.2.0.

If you do not have a backup then you will need to re-install Office then
update to SP1 then to 12.1.9. You will need to manually download the 12.1.9
updater since the MAU will only find the combo 12.2.0.

Steps to re-install Office

<http://www.entourage.mvps.org/install/reinstall_steps.html>

12.1.9 updater

<http://tinyurl.com/lt7767>

I would expect a fix for this should be forthcoming, but this is only my
speculation.

--
Diane

What fonts do i need to keep?

Posted: 02 Aug 2009 07:57 AM PDT

The complete list of what's supplied with Office 2008 is located here:

http://www.microsoft.com/typography/fonts/product.aspx?PID=147

Those supplied with OS X 10.4 (Panther) are listed here:

http://support.apple.com/kb/HT1538

However, even though you don't actually use some of them I'd suggest that
you leave them installed - Office as well as OS X - although the OS X
essential fonts can't be disabled.

HTH |:>)
Bob Jones
[MVP] Office:Mac



On 8/2/09 10:57 AM, in article caR9absDaxw,
"com" <com> wrote:
 

Change icon in Office 2008

Posted: 01 Aug 2009 04:34 PM PDT

On 8/2/09 6:08 AM, in article caR9absDaxw,
"com" <com> wrote:
 

They are washed out in comparison. I hope the next go round gives us better
icons. The pukey purple has not been a huge hit. :-)

--
Diane

I need to make a back up copy of Office 2008 programs

Posted: 01 Aug 2009 07:32 AM PDT

Depends fully on the functions provided by the web site *you* are using
to be the "front end" of this newsgroup. Unique to that web site.

--rms




com wrote: 

12.2.0 update

Posted: 31 Jul 2009 11:53 PM PDT

In article <caR9absDaxw>,
<com> wrote:
 

I'll arrange a full refund. Sorry we couldn't be of more assistance.

Request for updaters for Office 98 - any mirrors or copies?

Posted: 31 Jul 2009 03:12 PM PDT

On 7/31/09 3:12 PM, in article caR9absDaxw,
"com" <com> wrote:
 

Found one...

Office 98 SSL Security Updater for Macintosh
<http://tinyurl.com/nr7jub>

I found links, but often they eventually end up with the newest download
page. Sorry.

Combined Updater for Office 98

<http://support.microsoft.com/kb/214785>

Search results for Microsoft downloads: lots of templates

<http://tinyurl.com/lm4gca>

Scroll down to Office 98 on this page: Note most default to the new Mactopia
downloads, but at least you have a list of what you need.

<http://www.hpcfactor.com/support/patching/office/>

Microsoft Office 98 SSL Security Updater
PowerPoint/Excel 98 Macro Vulnerability Update
Microsoft Word 98 for Mac Security Update: Macro Vulnerability
FrontPage Patch 1.0 for Mac OS 9 *
Combined Updater for Office 98
Microsoft Word 98/PowerPoint 98 Updater
Microsoft Office 98/Mac OS 9/Excel Y2K Updater
Word, Excel and PowerPoint 98 Updated Metafile Filter
Powerpoint 4-8 Translator Update Version 8.01

--
Diane

Trying to display Chinese SimSun font in Word X

Posted: 31 Jul 2009 01:27 PM PDT

Based on the info you provided we were able to open the document in TextEdit
and this will work well enough for this project.

Thanks again


"CyberTaz" <cast.net> wrote in message
news:C698E4EB.50B9D%cast.net... 


Has anyone noticed that their computer runshot while running Microsoft Office Products?

Posted: 30 Jul 2009 09:06 PM PDT

You might check the Apple Downloads site to see if there any firmware
updates for your flavor of Mac. Revving fans have been a recurring issue for
several models over the last few years. There may also be some conversation
in the Apple Discussions forum. Links to both:

http://www.apple.com/support/downloads/

http://discussions.apple.com/index.jspa

HTH |:>)
Bob Jones
[MVP] Office:Mac


On 7/31/09 12:06 AM, in article caR9absDaxw,
"com" <com> wrote:
 

Mac Office Home Use Program - Media not recognized

Posted: 30 Jul 2009 09:08 AM PDT

On 7/30/09 9:08 AM, in article
googlegroups.com,
"bsakelly" <com> wrote:
 

Check the DVD Player setting-- re-set it to the max speed. This has worked
for some users.

You could try making a disk image on another computer and use the image
instead. That would be quicker than getting Microsoft to replace the disk.

You could also use the CD from another employee to install. As long as you
have a legitimate key that would be OK.

--
Diane

Downloads and upgrades

Posted: 29 Jul 2009 11:30 AM PDT

If you don't need Exchange you can get Office 2008 very reasonably. $97.49

<http://tinyurl.com/4ydu2u>

Do not remove Entourage X before you export your data. Upgrading an
Entourage X Identity can be troublesome for both Entourage 2004 and
especially for Entourage 2008. Once you are satisfied with the upgrade, you
can use "Remove Office" to remove the old application and manually delete
the Office X Identities folder in the Microsoft User Data folder.

How to manually move your data. (when import fails and/or you need to move
to a new Identity same version or revert to an older version)

<http://www.entourage.mvps.org/install/manual_install.html>

--
Diane


On 7/29/09 11:42 AM, in article C69664A1.11DA6%org,
"Michel Bintener" <org> wrote:
 

Buggy Office 2008 SP2

Posted: 28 Jul 2009 11:19 AM PDT

I found this page on the Help and How-To section:

I can't open an Office document after I install Office 2008 SP2 Update

<http://www.microsoft.com/mac/help.mspx?MODE=pv&CTT=PageView&clr=99-0-0&target=abce2ca1-4efe-4bb0-bd21-34ad9242779d1033>

This states this is a known issue with SP2. Here are workarounds:

1. Save your document to .doc, .xls, or .ppt format by using Office 2008 for Mac 12.1.9 Update or an earlier version.

2. Save your document to .doc, .xls, or .ppt format by using Office 2004 for Mac with Open XML Converter.

3. Convert your document to .doc, .xls, or .ppt, by using Open XML Converter.

4. Save your Word or Excel documents by using 2007 Microsoft Office Suite Service Pack 2 (SP2) for Windows.

5. Save your document to .doc, .xls, or .ppt format by using Microsoft Office 2003 or an earlier version with Microsoft Office Compatibility Pack.

6. Use the Apple Time Machine to roll back to Office 2008 for Mac 12.1.9 Update or an earlier version.

7. Remove Office manually, reinstall Microsoft Office 2008 for Mac from the original installation media, and then upgrade to Office 2008 for Mac 12.1.9 Update. Do not upgrade to Microsoft Office 2008 for Mac Service Pack 2 (12.2.0) from Microsoft AutoUpdate.

I chose to do Option 6. I am back at pre-SP2, and I can open my documents again.

This buggy service pack should be pulled from Microsoft immediately until these issues can be addressed.

Microsoft CRM - Why can't I make changes to the activity schema?

Microsoft CRM - Why can't I make changes to the activity schema?


Why can't I make changes to the activity schema?

Posted: 21 Aug 2004 10:17 PM PDT

Hi,

I have tried this, and as usual it is not supported by
MS. Hack away in the metadatabase....
 
it though. The way 
te forms are actually 
uses XML & XSLT to 
for the activity object. 

Field validation and formatting

Posted: 21 Aug 2004 04:49 PM PDT

Paul,

There are some unsupported ways of adding events to other fields. it involves
exporting the customizations, then editing the resulting XML. You need to find
an example of how the OnChange is tied to a picklist and then replicate these
nodes on the field in question.

A few warnings though:

- Make sure to keep a backup of the original customization file. This way you
can always put it back the way it was.

- Make sure you are careful with the node names, etc.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Sun, 22 Aug 2004 10:04:51 -0500, "Paul McBride" <net> wrote:

Thanks for the reply.

But, really? They didn't expose an onBlur event for the standard text boxes?

I would love to hear, from someone at MS, if possible, exactly what the
rationale behind that decision was. I mean, this IS web programming 101.

Very frustrating...
"Benjamin Zachary" <com.spam> wrote in message
news:46.248.16... 


CRM 1.2 Data migration

Posted: 21 Aug 2004 12:50 PM PDT

its a bit late here so if I am missing the point please ignore me :-)

Right now you are using SBS 2003 and moving to 2003 enterprise? Will this be
in a new domain or are you upgrading the SBS box to the new domain? Either
way check out these tools which help

http://www.microsoft.com/downloads/details.aspx?FamilyID=bfced393-61db-49af-9a50-4a90b311fa7d&DisplayLang=en#filelist



--
John O'Donnell
Microsoft CRM MVP
http://www.microsoft.com/BusinessSolutions/Community/CRMFaqLanding.aspx


"Steven B" <microsoft.com> wrote in message
news:aa4701c487b8$153762a0$gbl... 


CRM for a tech support company

Posted: 20 Aug 2004 02:41 PM PDT

We have looked at it for our time billing and there is a nice section
there for service contracts, and then you apply work performed to service
contract and it breaks it down. It keeps a nice history under the Account
/ Contracts area with a breakdown of all the work but it does not tie
into anything for billing. It works well for in house support and things
of that nature but probably isnt going to work for field service since
the Service piece doesnt have a Synch option (SFO = SALES for Outlook not
Service! heh).

"Mike Coleman" <net> wrote in
news:O292$phx.gbl:
 

Microsoft.CRM.Proxy.BizUser or Microsft.Crm.Platform.Proxy.BizUser

Posted: 20 Aug 2004 01:42 PM PDT

t

"Jake Horn" wrote:
 

MSCRM SFO client won't synchronize

Posted: 20 Aug 2004 09:46 AM PDT

I just had this one. I briefly saw an error about SSPI so I tried running
this at a command prompt:

osql -E -Scrmservername

And I got back

Cannot generate SSPI context

I ran windows\system32\cliconfg.exe and set up the alias to the SQL server
as Named Pipes instead of TCP/IP. Now the OSQL command works and logs in
(-E tells it to use Windows authentication). Went into Outlook - go
offline, works away (a bit slower though).

What's the cause - my DNS is not working correctly. Probably because I am
running against a virtual server. Anyway, check your DNS - might be the
problem.


Stephen



"Steds" <logicale.co.uk> wrote in message
news:talkaboutsoftware.com... 


Add Lead Source

Posted: 20 Aug 2004 08:13 AM PDT

You need to publish from Deployment manager on the CRM Server and then issue an
IISRESET.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Fri, 20 Aug 2004 13:11:25 -0700, "Paul Hieb" <com> wrote:

So what's the procedure to "publish the changes"

I've made several modifications to various forms, and none
of them have done anything to the actual forms. I assume
that is because I haven't done this step.

Thanks!
 

Deletion of Fields - MS reps out there?

Posted: 20 Aug 2004 08:02 AM PDT

PS: I forgot my std qualifier: MAKE SURE YOU HAVE BACKUPS. :-)

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Fri, 20 Aug 2004 10:02:21 -0500, "Kristina Ledford" <com>
wrote:

Haven't seen this asked in a while... any chance of field deletion in the
future? We have about 20 extra fields we do not use/need.

Kristina

ps
We have a test environment, I would be happy to give things a try if anyone
has done this already...


405: Method Not Allowed

Posted: 20 Aug 2004 06:21 AM PDT

Check that the URL for the .srf files is correct in your application.

I get this error on Outlook clients because there is no valid http path to
..srf files.


Stephen

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


ERROR: user already exisits !

Posted: 20 Aug 2004 04:00 AM PDT

yup ! that was it. i removed the users from the members list and it worked.
Thanks Matt.
Ashfaq

"Matt Parks" <com> wrote in message
news:com... 
indicating 
wrote: 
few 
to 
the 


GP 8.0 and MS CRM

Posted: 19 Aug 2004 11:09 PM PDT

It all depends. What are you trying to accomplish? If you truly need CRM and
you need it to integrate with GP, then you either need to wait until MS supports
this (which last I heard won't be until CRM 2005) or you need to pursue another
integration solution like George mentioned.

Aside from that, as for whether to update GP is purely a business decision on
your end. The UI improvements are great and it seems fairly stable.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Fri, 20 Aug 2004 10:15:14 -0700, <microsoft.com> wrote:

Thanks for the reply... Would you know then if it's ok to
go ahead and upgrade from 7.5 to 8.0 and just implement MS
CRM when it's ready to integrate to 8.0? Thanks 
Great Plain 8.0. 
wrote in message 
8.0 

Problem after Win XP SP2

Posted: 19 Aug 2004 09:02 PM PDT

"=?Utf-8?B?QXBwYSBEZXY=?=" <microsoft.com> wrote in
news:com:
 

You also need to turn off the pop up blocker built into SP2 thats your
first problem. Instead of applying all the patches you can get by for
awhile by adding the crm server into the trusted sites, but I believe
theres still an issue with running Crystal Reports Im going to verify on
Monday.

Help!!! Unbelievable!!! Cannot Add Account...

Posted: 19 Aug 2004 04:33 PM PDT

Try using fewer exclamation marks

"Hank" <microsoft.com> wrote in message
news:9dad01c486da$0fcad4c0$gbl...
Can anyone recommend a newsgroup that people reply to?
Does Microsoft monitor this newsgroup?
Is it just me or does everyone feel like a beta-tester for
CRM?
 
getting 
any 









Custom fields showing as Number type in Crystal but Picklist in CRM

Posted: 19 Aug 2004 12:03 PM PDT

one of the gotchas of crystal!

lets say you have a field called CFPjohnsfield. This value is a picklist.
When you click insert field you will see this field listed but you will also
see a field with the same name except it will also have the word name added
to the end like this CFPjohnsfieldname. This of course will contain the
actual string rather than just a number

--
John O'Donnell
Microsoft CRM MVP
http://www.microsoft.com/BusinessSolutions/Community/CRMFaqLanding.aspx


"Roger Strain" <co.za> wrote in message
news:google.com... 


Contact activity history

Posted: 19 Aug 2004 12:03 PM PDT

buy the c360 software plugins is the quickest way.

"kat" wrote:
 

Duplicate records in CRM

Posted: 19 Aug 2004 07:52 AM PDT

Check the MS CRM 1.0 MSDN there is a useful code there for duplicate records
if you know programming.
"John O'Donnell" <com-nospam> wrote in
message news:phx.gbl... 
bring 


CRM Deployment Manager error

Posted: 19 Aug 2004 07:11 AM PDT

The CRM HOmepage won't ask for a login as it uses integrated security. So it
should inherit the current domain login of the user.

Typically, the anonymous login problem is related to the security of the
services that CRM & SQL are running under. What are those services configured
to use? (ie. Local System vs domain account).

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Fri, 20 Aug 2004 13:14:58 -0700, <microsoft.com> wrote:

I tried adding 'NT AUTHORITY\ANONYMOUS LOGON' user on the
databases on sql server, and the error has disappeared.

But my concern is that now, crm homepage dosent ask for
login info.

Has anyone read in instalation procedures, to create an
account in sql server for crm to login as a anonymouse
intially ?

Or its supposed to be done by the installation ?


PostURL

Posted: 19 Aug 2004 04:55 AM PDT

No, the PostUrl does just that, it Posts the data in the form object.

How are that values being "displayed"? Since the page is invoked from the
workflow engine, you need to send "messages" to a file (or other log) as typical
form display won't work.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Thu, 19 Aug 2004 16:38:35 +0100, "Stephen Redmond" <ie>
wrote:

I might be wrong here but does this not come through the QueryString object
instead of the Form object?


Stephen

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