Pages

Search

Microsoft CRM - Refresh Form after custom action

Microsoft CRM - Refresh Form after custom action


Refresh Form after custom action

Posted: 18 Oct 2004 10:32 AM PDT

window.opener.crmForm.SubmitCrmForm(1,true,true,fa lse)


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


"Edward Michiciuc" <info[cuthere]@edware.de> wrote in message
news:com... 


restore contact form

Posted: 18 Oct 2004 07:05 AM PDT

Brian: I would just add that the number of new fields you can add to the
schema via Deployment Manager is limited by SQL's 8k row limit, so you will
find that if you have a lot of custom fields (especially in the Contact form)
you will likely be unable to add them all in the Deployment Manager. In which
case you will end up having to rename some of the existing but unused fields
just as you did through the web UI customizations.

"BrianV" wrote:
 

problems with publising customization

Posted: 18 Oct 2004 01:43 AM PDT

thank you for yous answer MattNC, but could you give me more details about if
im using the same account to launch deployment manager. how can i check this.
sorry for the question but im new with this.
thank you very much.
by the way
the error is :

Web Exception status=ConnectFailure: The underlying connection was closed:
unable to connect to the remote server. StackTrace:
at System.Net.HttpWebRequest.CheckFinalStatus()
at System.Net.Httpwebrequest.EndGetResponse(IAsyncRes ult asynResult)
at System.Net.HttpWebRequest.GetResponse()
at Microsoft.Crm.Tools.ImportExportXml.HttpUtil.GET(S tring strUrl,FileStream
f)



colud you give me some like step by step suggestion?

thank you very much.


"MattNC" wrote:
 

Web services in CRM

Posted: 18 Oct 2004 12:37 AM PDT

Thanks guys!

Might be best to go with the DB read I think. Certainly will be simpler to
implement.

Cheers,
Lindsay.

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


CRM not starting after Domain Controller change

Posted: 17 Oct 2004 02:31 AM PDT

Microsoft CRM uses the global catalog heavily therefore I recommend you
place a DC acting as a GC on the same network segment to improve
performance.

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


"Philippe THOMAS" <microsoft.com> wrote in
message news:com... 
same 
have 
on 
message and 
------------------------------ 
platform. 
System.Web.CallHandlerExecutionStep.System.Web.Htt pApplication+IExecutionSte
p.Execute() 
Boolean& 
help me ? 


Using onchange method in a pick list

Posted: 16 Oct 2004 09:29 AM PDT

I have seen a workaround for this before. go to groups.google.com and search
in microsoft.public.crm then search on picklists and javascript

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


"Katyc" <microsoft.com> wrote in message
news:com... 
the 
of 


Regarding Microsoft crm certifications

Posted: 16 Oct 2004 04:33 AM PDT

Would anyone have a URL where we can find this and additional information?

Thanks in advance,

Ric

"Marcus Schoeberichts" wrote:
 

Mapping Lookup Fields

Posted: 15 Oct 2004 02:25 PM PDT

www.c360.com has an addon to allow you to model relationships

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


"Georges" <microsoft.com> wrote in message
news:com... 
want to 
the 
on the 


Problem installing CRM 1.2 on Win2003

Posted: 15 Oct 2004 09:27 AM PDT

Hello,

Know that I figured out the install problem, it was related to having Widby
installed on my server and removing it. It appears it did not roolback the
installer.

So what next? The install only prompted me for the first disk, and know that
that is done, how can I test what was installed so far? One question remains.
I have Sharepoint and a Default website on this box, when I installed CRM I
gave it the port 8085, but the manager does not work. The guide did not say
what port to use,
so, should I get rid of the default web site?

Thanks,
Michael

Default to Accounts

Posted: 15 Oct 2004 09:18 AM PDT

Paul,

If you truly don't use Leads, then revoke all access to Leads and the button
will disappear.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Fri, 15 Oct 2004 11:18:40 -0500, "Paul McBride" <net> wrote:

We don't really use leads in our organization. Is there any way to make it
so that, when the Sales button is pushed at the bottom of the screen, the
user goes to the main accounts view, as opposes to the main Leads view.

Thank you.


ISV.CONFIG strangeness.....

Posted: 15 Oct 2004 07:30 AM PDT

One thing to take note of. When you export customizations, it includes the
ISV.CONFIG data. When you then import those customizations, the copy under
Program Files gets re-created.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Fri, 15 Oct 2004 10:29:23 -0700, "Gary" <virtium.com> wrote:

haha, shoulda checked the KB!!

thanks alot!! was going crazy for a second!!

-Gary

"Chris Rogers" <com> wrote in
message news:supernews.com... 
https://mbs.microsoft.com/knowledgebase/KBDisplay.aspx?scid=kb;en-us;860808 


CRM Email is not functioning

Posted: 14 Oct 2004 02:11 PM PDT

Carlos,

We have just been through this episode. Hope I can explain this ok as I am
not 100% sure what worked and what was just extra bits that we did with out
impact.

1) Ensure the URL on the CRM machine (as listed by Matt) points at the
actual name of the exchange box and not the web address. Include the :80.
If you have an existing web app like OWA or similar then you need to create a
new web site on the exchange server using a different port like :81. CRM
puts an additional : after the number similar to :81:, remove this. Make
sure you are pointing at ICrmEmailDispatch.SRF.

2) Ensure the url on the exchange server points at the web name of the CRM
box and not the actual name (http://crm.carlos.com/MSCRMServices/). If you
have used a different port then ensure this is attached with as in :81.

3) Go to the exchange server and alter the permissions on the c:\program
files\exchsvr\mailroot folders (anything starting with vsi) to full control
to everyone (yea - I know its ugly) and full control to the IUSER_machineName
account. Add these users if they are not there.

4) On the exchange server open IIS Manger and select the CRM web site.
Change the permissions to anonymous user and use a DOMAIN ADMIN account as
the anonoymous login. This is the minimum that it will accept.

I think thats it. Can you post a reply if you attain success so I know that
I have got this correct as I have a feeling I will need to use this again,
and again. Also can you post your NW config as far as Exchange, SQL and CRM
and if these are AD Controllers. Thanks to Matt for his support.

Cheers


"Carlos" wrote:
 

KB 870635

Posted: 14 Oct 2004 01:30 PM PDT

CRM is a web app. The server installation for this patch installs revised code
in the web app that gets downloaded to the clients, so yes, it is needed.

Not sure about the restart, but my guess is no.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Fri, 15 Oct 2004 08:27:02 -0700, Krista <microsoft.com>
wrote:

Quick question: Does the corresponding server hotfix have to be installed?
Our server is running Windows 2000. Also, does the server installation
require a restart? For various reasons, restarts in my office are a tricky
thing and to be avoided at all costs...

I installed the client hotfix but the problem has not been resolved.


"Brandon S." wrote:
 

drop-down

Posted: 14 Oct 2004 11:49 AM PDT

If you know a little about editing an XML file, you can do this directly int he
exported customization file, then re-import the file. The key is to make sure
you can fin the right list, but that isn't that hard if you know what values are
in the list.

NOTE: This is NOT supported.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Thu, 14 Oct 2004 11:49:06 -0700, "Simone Landry" <Simone
microsoft.com> wrote:

Is there a way to copy a list of values from one drop down field to another?

multiple companies using CRM?

Posted: 14 Oct 2004 09:23 AM PDT

I'm afraid it depends. As long as everything resides in the same Domain, then
it's supported. The problem with a hosted environment is that the user machines
most likely don't reside in the same domain and that is not supported.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Thu, 14 Oct 2004 09:49:03 -0700, Jason Burton
<microsoft.com> wrote:

This isnt a natively supported feature however out-of-box?

Jason Burton
LexiMedia, LLC
jab n o s p a net


"Matt Parks" wrote:
 

Not being prompted for parameters

Posted: 14 Oct 2004 09:17 AM PDT

Crystal can be quirky...Can you try republish the report to a different name
on the client server and see if the problem repeats itself?


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


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


Crystal Reports password

Posted: 13 Oct 2004 02:24 PM PDT

that will teach me to read posts late at night. Yes this will work. You can
use the tips below to make the report show only the data a user owns. The
problem is there is 119 reports included with CRM so to stop your sales guys
being sneaky and using these ones you would have to modify or delete the
other 119 reports!

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


"MattNC" <microsoft.com> wrote in message
news:com... 
They 

if 
You 
read...for 
good. 
only 


Products Look Up

Posted: 13 Oct 2004 01:15 PM PDT

Although, MS needs to improve this type of thing so you don't have to use a
wildcard (it would be nice to search by product id or another field).

--
Brandon
IT Director
Presentations Direct - Office Equipment & Supplies
http://www.presentationsdirect.com

"Brandon S." <nospam.com> wrote in message
news:phx.gbl... 


Can we make an hyperlink to our intranet?

Posted: 13 Oct 2004 07:23 AM PDT

Hi Georges,

You can also read up on this here:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/crmsdk/htm/addingcustommenusandbuttons.asp

Regards,

Chris
Netarus, LLC
http://www.netarus.com

"Georges" wrote:
 

Reassign records moves EVERYTHING

Posted: 13 Oct 2004 06:52 AM PDT

bump

com (SteveT) wrote in message news:<google.com>... 

How to Publish my ExchangeServer2003? - Microsoft Exchange

How to Publish my ExchangeServer2003? - Microsoft Exchange


How to Publish my ExchangeServer2003?

Posted: 21 Feb 2006 04:48 AM PST

Tanks alot



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


IMF2 on "FE" server nothing on backend- "clean" email goes into Ju

Posted: 20 Feb 2006 06:31 AM PST

If you have IMFv1 present, you should see:
- \exchsrvr\bin\MSCFv1 folder with following files
- MSExchange.UceContentFilter.dll - size:135,168 02/12/2004 - file ver:
1.1.31.8 / 1.1.00031.8
- MSExchange.UceContentFilter.dat - size: 10,392,207 02/12/2004
--
Bharat Suneja
MCSE, MCT
www.zenprise.com
blog: www.suneja.com/blog
-----------------------------------------


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


OMA Problems

Posted: 19 Feb 2006 12:29 PM PST

You can enable Forms-based auth on your FE server and it shouldn't cause any
issues with OMA that I recall. I may be wrong, but I thought the issue was
if you enable FBA on your BE server then OMA won't work. Yup - confirmed
that.
http://support.microsoft.com/default.aspx?scid=kb;en-us;817379 indicates
that this is caused ONLY if you do this on a BE server. When you enable
FBA/SSL on your FE server, you aren't supposed to enable SSL on your BE
server anyways.

What OS are you running? Windows 2000 or 2003?
Does http://support.microsoft.com/default.aspx?scid=kb;en-us;842119 apply?


--
Ben Winzenz
Exchange MVP
MessageOne
Read my blog!
http://winzenz.blogspot.com
http://feeds.feedburner.com/winzenz (RSS Feed)


"Jonathan Craft" <jcraft@(REMOVEME)regencyfactors.com> wrote in message
news:phx.gbl... 


Exchange Information Store not runnning ..

Posted: 18 Feb 2006 04:45 AM PST

On Sat, 18 Feb 2006 14:47:19 -0300, "Rodrigo Sebben"
<com.br> wrote:
 

Rodrigo,

Thanks for the info and suggestions. Will check this out. I have just
re-booted the server and the Information Store is running OK.

Cheers

Geoff



 

use Tracking Center for today's emails?

Posted: 17 Feb 2006 10:53 AM PST

On Fri, 17 Feb 2006 19:50:44 +0000, "Mark Arnold [MVP]"
<org> wrote:
 

Mark,

Yes, I have tried several date/time ranges but cannot see any emails
received by this user today and I know that I sent her an email this
morning! Plenty of emails for yesterday but none today...

Odd!

Cheers

Geoff

Domain Browing view

Posted: 17 Feb 2006 07:03 AM PST

Hi Mark

Maybe I'm posting this in the wrong group but:

If I'm at the console of a Windows 2003 server or I'm on my XP Pro
machine and I click on My Network Places > Entire Network > Microsoft
Windows Network > and I select the Domain, in the list of workstations
and servers that show up in the browse list I see "description(machine
name)" in the Name column and the description again in the Comments
colmn. I only want to
see the machine name in the Name column.

Thanks

Stop users from sending or receing external mail.

Posted: 16 Feb 2006 01:33 PM PST

Having a non-resolvable domain as their e-mail address makes no difference
in someone's ability to *send* e-mail. It will restrict them from being
able to *receive*, but not send. I thought someone had posted a link to the
tutorial on msexchange.org on how to implement these restrictions...

--
Ben Winzenz
Exchange MVP
MessageOne
Read my blog!
http://winzenz.blogspot.com
http://feeds.feedburner.com/winzenz (RSS Feed)


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


Exchange 5.5 IMS version question

Posted: 16 Feb 2006 12:58 PM PST

Nt4 is at sp6a, exchange 5.5 is at sp4

"Mark Arnold [MVP]" <org> wrote in message
news:com... 


Exchange 2003 scripts

Posted: 16 Feb 2006 11:10 AM PST


"Mark Arnold [MVP]" <org> wrote in message
news:com... 
is 
the 

or http://gsexdev.blogspot.com/ Glen's Exchange Dev Blog is pretty good


Computer name/security is a ROYAL PAIN

Posted: 16 Feb 2006 04:16 AM PST

No not for a file server. Use the MS File server migration tool kit to
migrate to a new 2003 server. It'll give you the option of using DFS to
preserve the existing namespace.


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


sbs 2003 sp1 & exchange server 2003 sp2

Posted: 16 Feb 2006 03:42 AM PST

Thanks Lanwench,

I'll get the downloads and upgrade in a week or 2.
--
Regards,

2 Guns


"Lanwench [MVP - Exchange]" wrote:
 

Can't send using email in second mail domain

Posted: 16 Feb 2006 02:30 AM PST

Hi Leif,

I though ChooseFrom is just a program to automatically reply email using the
email address that the sender send to rather than reply using the Primary
SMTP address. I thought Exchange 2003 should allow you to send using another
email address beside your primary one, as long as you put it into your "From"
field, since they are also your email addresses in your email policy. You
shouldn't need another program as far as I concern.

I don't mind to ask our user to do some manual operation before sending
using their secondary email domain, as long as it works and not costing us
more.

Thanks

"Leif Pedersen [MVP]" wrote:
 

Groupwise 6.0 --> Exchange 2003 migration issue - help appreciated

Posted: 15 Feb 2006 04:33 AM PST

Hi Fitz,

Thank you for the response. The wizard is pointed to the domain which hosts
the migration PO yet it still is not happy. It is a single (Groupwise) domain
environment, with two POs.

We also have the Groupwise client installed on the migration server, and it
can log in to Groupwise to read mail.

Although the link to 328743 does not work (KB article not available) I have
gone through the second article and can tick off each hint as done - although
I did have to install later versions of the Groupwise and NDS clients.

Thanks for the help thus far, but still no luck for me :(

CR



"Fitz Crittle [MSFT]" wrote:
 

Microsoft Word - English Australia Dictionary

Microsoft Word - English Australia Dictionary


English Australia Dictionary

Posted: 17 Feb 2014 03:10 PM PST

I assume this has been asked before but i really need to know how to changed word 2013 from the Us spelling to the Australian version. I am studying Lit at uni and am getting sick of having to change the spelling manually. This was never and issue with the older version i was using.

Microsoft word will not open and keeps coming up with an error message

Posted: 17 Feb 2014 03:05 PM PST

I have tried uninstalling and reinstalling, the rest of office works like Powerpoint and excel. Every time I go to open word it comes up with an error message, i have tried the offline and online repair options and it says it has repaired the problem but it is still persisting. Any advice? Thanks

Word 2010 keeps changing page size

Posted: 17 Feb 2014 03:02 PM PST

Hello:

I am working on a book with a page size of 5.5 x 8.5 inches.  I had this all formmated correctly and printing off in a pdf of the same size, and had been opening and closing and printing the files in those formats several times a day whilst I was proofing it.

A month later I have come back to do some more edits, and now when I open the file it changes its layout and page size to Letter.

More specifically, it seems to do this a few seconds after I open the file.  I open the file, it looks correct, then a few seconds later the page size changes.  I don't have time to check the page size it opens with before it changes, but it looks right.

Also, when I go to look at the page size in the styles section, it says it is a 5.5 x 8.5, but it is not.  The pdf printer is also set to 5.5 x 8.5, but it also prints as a  Letter sized page.

So, anyway, my file appears to have all the correct formating, but then resets itself to incorrect sizes after opening.

Any suggestions on what may be going on and how to fix it?

Thank you

Roo Davison

Office doc come up with no tool bars

Posted: 17 Feb 2014 02:05 PM PST

I purchased office using the yearly subscription. Worked great until recently. Now all my documents come up as a plain white sheet with no tool bars and a minimum of editing actions. What's wrong? Has a sign in link in top right corner and a ? link which do nothing when clicked.

Remove Upside down T symbol in text box

Posted: 17 Feb 2014 01:45 PM PST

Upon converting a 2007 document to 2010 all of the text boxes have at the end what looks like an upside down T.  I can't delete it like a normal character, and deleting and reinserting a new text box does not solve the problem.  How do I get rid of this symbol? Thanks.

I have both Office starter edition and full version installed on computer, I can't open up word documents now

Posted: 17 Feb 2014 01:17 PM PST

I have had them both installed for quite a while, but it is not letting me open up documents now.  Can I uninstall the Starter version without losing anything, I can no longer find my activation key for the version I purchased (I still have the disk for it)

Word 2007 suddenly can't find a configuration file

Posted: 17 Feb 2014 01:08 PM PST

I have been using Word on this computer without problem for several months.  (I'm running Win7Pro, and Office Home/Student 2007, and have plenty of memory; it's a new computer.)

Yesterday as I logged off an automatic update to something was installed.  Today when I tried to open Word, it tried to configure the program, but couldn't find a file it needed.  After getting into several endless loops, I determined that:  MSOCache\All Users\{90120000-0011-0000-0000-0000000FF1CE}-H\ was not available either on the CD-ROM drive (H\:) or on my C\: drive (yes, I know the reference at the end must be changed to "-C")

It was apparently looking for a file called ProPlusWW.msi, but that is not on either my C:\ drive or my installation CD.

Obviously this is due to the automatic update, but I have no way of knowing what that update changed.  Excel opened today without problem.

Please help!  I use Word and Excel for my business, and I'm dead in the water!  Thanks......

Captions disappear when links are updated in my Word report

Posted: 17 Feb 2014 12:45 PM PST

Hi!

I am writing a scientific report with lots of tables and figures in it. Most of them are linked to different excel files where they are managed separately. I am continuously updating the excel files as I get new results, so it works great for me this way. BUT, whenever I open Word, it asks if I want to update the links. And sure thing, all the links are updated nicely, just like I want them to be. But all the captions disappear as well, and the cross references in the body text stop working as well.
Is there a way to keep the captions, but only update the actual table/figure?
Or maybe I am just doing it wrong to begin with?

What determines inclusion of items on the Recent document list for Office 2013?

Posted: 17 Feb 2014 11:48 AM PST

Situation:

  • Office 365 Pro Plus (Office 2013) on two separate machines
  • Laptop with Win8 and Surface Pro 2 with Win8.1 (also previously did all the same things with a Surface Pro 1)
  • Same LiveID used for both machines, and all settings are synced

I work constantly in Excel and Word 2013, and I am a heavy user of the "Recent" feature. I use this to both pull up recent documents for continued collaboration and for switching between my devices. For instance, I could be working on a proposal in Word at my desk, and then I can catch the train and pull up that same doc on my Surface Pro 2 by just going to the "Recent" area without having to browse to the document in SharePoint/SkyDrive or without having to email it to myself.. I frequently switch between my docked laptop and my Surface Pro 2, both of which I log in to Win8 with the same LiveID, so this is extremely valuable.

 

Up until recently (some time in January), this worked like a charm and was one of the most excellent collaboration/syncing features of the whole Office/Surface/SkyDrive/O365 ecosystem (for me anyway). I'm not sure what changed, but my Recent list no longer updates itself like it used to. In the past, I would open a file, and it would immediately go to the top of the list (my settings show 25 by default, which works for me). Now, I have a list of random documents that I definitely opened at some point in the past, but there is no known rhyme or reason, and I have opened many documents since the ones in the list. Sometimes a fairly recent doc will pop into the list, but it's no longer happening right when I open a document. I even cleared all unpinned items, and then opened a new doc, but that doc does not show up in the list (nothing does).

 

I haven't been able to find any threads/articles/blogs talking about this. I don't necessarily need to know the algorithm for how it works, but I do need to know why it's NOT working and/or how to make it work like it used to. Just in case, I performed a Simple Repair (didn't change anything) followed by an Online/Full Repair (also didn't change anything). I also just installed the latest O365 Pro Plus update today, but the behavior is still there. I imagine this may have happened after an O365 Pro Plus update in December, but I can't find any evidence.

 

In the end, I'd just like to be able to open a document in any Office product and have that item be added to the top of my "Recent" list just like it always has in the past.

 

Thanks for any help or guidance.

 

***Updated with important info - the problem seems to only be with files being opened from SharePoint. These files no longer show up in the Recent listing, but all others do. I've only tested with SharePoint Online as part of our O365 tenant, but that's what I've been using the whole time. I can't be sure if it won't work with an on-prem version of SharePoint.

  • If I open a new doc right now from SharePoint (O365), it doesn't show up in the Recent list.
  • If I open a doc from my personal OneDrive (SkyDrive) or from a local folder, it does show up in the Recent list.
  • If I open a doc from my Planet OneDrive for Business (SkyDrive Pro), then the file does show up in the Recent list, but it's listed as coming from my sync'd folder on my local machine. It does not show a URL/link back to the SharePoint site where the file originated

Resizing objects in Word document - Office 2010 operating on Windows 8

Posted: 17 Feb 2014 11:45 AM PST

I am working on large PowerPoint documents that I then convert to Word to edit and create training manuals.  When I convert the PowerPoint, the slides become "objects" in Word and the scale defaults to 75%.  I want each slide to show at 100%.  I can right click on the object and then use the "size" tab to change the scale to 100% BUT I don't want to do this for each individual "object."  I've tried to "select all" but this doesn't permit me to scale the objects.  When I may have a minimum of 80 to over 200 objects, I need an "easy" way to do this task.  I'm very "skilled" but am NOT an expert.  If you suggest using a "Macro", I'd NEVER done that before and will need "step by step" help!   I'm hoping there is an "easy" button that someone knows.

 

Thanks,

Margaret

TFF file

Posted: 17 Feb 2014 11:19 AM PST

I opened a tff file this morning and now cannot access Office. Could this be the Zero Day virus?

Microsoft Word 2013

Posted: 17 Feb 2014 11:08 AM PST

I created a document in Microsoft Word 2013. Can I convert and save this document to Microsoft Word 2010 format? I need this document in this format for a Computer Applications 2010 class on Simnet.

word 2002 status bar -- changing size

Posted: 17 Feb 2014 10:30 AM PST

Is there anyway to change the size of the font in the status bar in word 2002?  The type is small and I could have sworn I had set it larger, but I've gone through they display settings in control panel and nothing seems to change it, unless I'm missing something there; can't find anything in Word itself either.  I have been searching all over the web for an answer to this, but nothing to be found.  HELP!

Can't Use Alt Codes in Word 2010 on Surface Pro 2?

Posted: 17 Feb 2014 09:34 AM PST

On my Surface Pro 2, hitting the alt key (while in Word) brings up what I believe are called "accelerator" keys on the ribbon up top. Hitting the alt key brings up these overlay functions on the bar, where I could hit "1" to save, "F" to open up the File ribbon, etc.


Problem? I can't use alt codes to key in special characters in my font. Obviously I could use character map, but that is not a solution for my needs.


I don't know if this is an Office 2010 issue, a Windows 8.1 issue, or something special with the Surface Pro 2 settings. Regardless, I cannot find anything that disables this horrible "assist" that my alt key is trying to do, and instead gives me back a good old alt key that's good for entering in alt codes.


Any suggestions at all will be greatly appreciated!

MS Word 2007 is confused by definition of 100% View

Posted: 17 Feb 2014 08:52 AM PST

I notice that MS Word 2007 cannot display documents in "Full Screen" at 100%

Unlike Word 2003 that can perform this fundamental task perfectly

I appears that Word 2007 is confused between "100%" (document view 'as is')  and "Full Page" view (100% of document on screen at one time) - So it switches to "Full Screen" view but reduces the document to "Full Page" instead of 100%

At first I suspect I had not found the correct method
After few attempts I decided it was BUGGED out
Googled this flaw
Wasn't surprised to find MVPs ignoring this fundamental flaw and favoring demeaning the users instead
Just posted this to verify Word 2007 is flawed and it's not users "incompetance!

AHT Arabic font for office Word 2013 in WIN8.1 pro

Posted: 17 Feb 2014 08:15 AM PST

Where can I found AHT Arabic font?


I have file named: "AHTSetup.exe" works well in all previous windows operation systems except WIN8 !!!


Any one can help?


Thanks,

Badr


arial narrow doesn't work in adobe cs6 and office 2013

Posted: 17 Feb 2014 07:26 AM PST

My company recently purchased Office 2013 and Adobe CS6. Problem is Arial narrow and Arial Black. When I had office 2007 and Adobe CS5.5, a fix came out to correct the problem, now it's back again. I have gone through several forums in microsoft and adobe but none pertain to the new versions with Windows 7. Does anyone know a solution? I have tried the version 2.0 of arial narrow from a new computer. Tried Type 3.2 to rename the Family and sub family. Nothing works. Any help would be great, thanks!!

Lorry

Mail Merge Troubleshoot: Why is the Mail Merge Recipient list empty after I've selected my data source?

Posted: 17 Feb 2014 07:12 AM PST

After I've selected my data source from Microsoft Access 2010 which is a query, nothing comes out in my recipient list. When I try it with other queries it worked but only for this particular one nothing comes out I don't understand why. 

unable to import excel file into word via dde to make labels

Posted: 17 Feb 2014 06:35 AM PST

Hello, I'm trying to import an excel file into word to make labels.  I have gone through all the steps and it says that "word cannot re-establish a dde connection to Microsoft excel to complete the current task."


I have gone through all the threads and tried different things (checking and unchecking the "ignore other applications that use dde" as well as trying to import it using "ole database file"



none have worked.  I also tried importing it as a csv file, and as a excel 97-2003 file.



I'm using word/excel 2013 through office 365.


thanks for your help.

Word Template Conversion Issues with Parallels

Posted: 17 Feb 2014 06:28 AM PST

I am setting up templates for a client, but they are unable to open. I am creating them using Microsoft Word 2008 for Mac. She has Microsoft 2007 and is running Windows Parallels on her Macbook Pro. I've sent her both .dotx and .dot files. She can open them on the Mac side but not on the Microsoft side. Her colleague can open it on his PC just fine.

Is there an easy solution that I can use to save out the file so she can open it on her PC side?

Word 2013 not showing all pages?

Posted: 17 Feb 2014 04:52 AM PST

I am in the middle of typing a bunch of lab reports for uni and have had a bit of a set back.


I had written up 5 pages of text/tables and on page 5 I needed to insert an equation (I just wanted the x-bar symbol). So I went to insert equation-accent but the list was blank. I remembered which box inserted a bar so I clicked on that but nothing happened. I pressed undo and tried again. It didn't work. So I closed office, opened up the doc again and it now only has 4 pages. The taskbar at the bottom says there are 5 pages but it only displays 4.

I tried repairing (add/remove programs) but it didn't help.


Is there anyway of getting that page back? There wasn't a massive amount of text but I don't want to go through the pain of writing it again!


Thanks


EDT: I keep my docs on skydrive so I opened it up in the online word viewer and everything is there. I have just tried to copy and paste in the text but my Word 2013 doc will not allow me to see/create a page 5 at all. Ive tried pressing enter and inserting a page break, a massive pic that will force a new page... no page 5.


I am going to start a new doc and paste from skydrive. I am lucky I can get my work back. I feel for anyone that might not be as fortunate.

WinWord and Internet Explorer crashes all the time

Posted: 17 Feb 2014 03:43 AM PST

Problem signature:

Problem Event Name: APPCRASH

Application Name: WINWORD.EXE

Application Version: 12.0.6690.5000

Application Timestamp: 52881869

Fault Module Name: StackHash_9b62

Fault Module Version: 6.1.7601.18247

Fault Module Timestamp: 521ea91c

Exception Code: c0000374

Exception Offset: 000c3873

OS Version: 6.1.7601.2.1.0.768.3

Locale ID: 7177

Additional Information 1: 9b62

Additional Information 2: 9b629a32062b462d926d1f1957349f79

Additional Information 3: 78ca

Additional Information 4: 78caf091c87bbeeb2c1de4e5bb9d3798

How to increase 2048 characters URL limit in Office Web Apps?

Posted: 17 Feb 2014 03:41 AM PST

I have a farm with Sharepoint 2013 and Office Web Apps.
All working fine except one thing. I can't open files with multiple subfolders and long names. It says:

Server Error in '/wv' Application.
does not yield a URL that is <= 2048 characters

Exception Details: System.ArgumentException: does not yield a URL that is <= 2048 characters.

Is it possible to increase limit?

I think, i must edit <httpRuntime maxUrlLength...> but don't know in which web.config.

Excel/Word attachments do not open from Windows Live Mail

Posted: 17 Feb 2014 12:57 AM PST

Hi,

I have this frustrating issue for nearly 1 year now. I have change my client mail, I have done everything, problem persists.

Windows 8 (native, no upgrade). Samsung PC. Office 13 (original).

Whenever I receive an email with Excel or Word attachments (.xlsd or .docx), there's NO WAY to open it properly.

- I've tried, open it directly, not first saving and then open. I get the error message (Word cannot open and with absurd suggestions of issues)
- If I first save in a proper folder and then, open via File Explorer - same
- If I first save and then open directly from MS Word - same, it does not work.

Fist time I posted this issue, months ago, they want me to believe the problem is that I was using another mail client (Thunderbird).

So, I got back to Windows live Essentials, using Windows Live Mail (which by the way does not even appear listed as a product here in the Search option).
The problem persists.


I am forced to try to open it with third party software, because MS Word 2013 refuses to open an original MS Word 2013 file.

my feeling is that if I need to pay for a software that in the end makes me use a free third party software, namely Open Office, what am I paying for?

Word 2013 list of Alt + 3 digit codes

Posted: 17 Feb 2014 12:40 AM PST

In Word 2013 I need the list of codes using Alt + 3 digits for foreign letters.  Where can I find it?

Word 2007 suddenly hanging on startup splash screen

Posted: 17 Feb 2014 12:34 AM PST

I'm running Office 2007 on a high-end, Windows 7 SP1 desktop system.  Today, Word abruptly stopped working.  When I run it, it hangs on the startup splash panel and goes no further.  It will not open in "safe" mode either.  I've repeatedly attempted to run it from both the Start Menu (with no doc/docx file reference) and from File Manager; it hangs just the same.  Rebooting has no effect.


My other Office 2007 programs (Excel, PowerPoint, Outlook) all start instantaneously and exhibit no problems; only Word is broken.


To see whether it might fix the problem, I kicked off a 'repair' on Office 2007 from Control Panel.  The repair process hung at about 95% complete.  After awhile I canceled it; Windows Update said 'Canceling setup...', but the cancel also hung.


The only thing that's changed from yesterday was a couple of security updates that executed this morning in Windows Update.  These were not specific to Word or Office, so I don't know that they had anything to do with this issue.


I tried moving Normal.dotm to another folder, but no change.  I checked the Word\Startup folder, but it is empty,  I tried running winword \r to evoke the "Register" command, but nothing changed.


Any advise appreciated.


How to cross reference to Appendix in word 2007

Posted: 17 Feb 2014 12:22 AM PST

ok,, I have any problem ..

I have a TOC and in it it has Appendix 1.1 , Appendix 1.2,.......Appendix 3.4 say.

In a para in the word doc, I want to cross reference the word "appendix 3.4" to that of the actual appendix 3.4 table- ie when I control click on the word "appendix 3.4", it will bring me to the actual appendix 3.4 table.   In the cross reference dialogue box , I put reference type = Heading; insert reference type = heading text.. (I tried all combinations - it is this Heading type that will show Appendix 1.1 ... Appendix 3.4.).. It actually worked. But the problem is - it show "Appendix 3.4 Name of appendix" - but I only want "Appendix 3.4".

How do I get rid of the appendix name... Help!!

Thanks
Lydia 

Where are pinned documents stored in Office 2013 ?

Posted: 17 Feb 2014 12:12 AM PST

In Office 2013 it's possible to pin a used document to the top of the list of recently opened documents under OPEN. Where are those pins stored? I frequently lose my pinned items. Is there any connection to the cookies in the browser? Or to any temporary file or folder which I regularly delete with one of my tools?

Peter

Adding a new figure to a large doc

Posted: 16 Feb 2014 11:54 PM PST

HI,

Can someone help please?

I am using word 2007. Have a large document with TOC. I am trying to add a new figure say, figure 7.7 to an existing table of figures - the last entry to this figure table is obviously 7.6. After I cut n paste the pix onto the word doc (at a place where i want it ) - on the pix, I right click to add caption. In the dialogue box that pops up, I add a new label eg:-  Figure 7.7  Test box . Click ok and Figure 7.7 1 came out . How can I get rid of the numbering.

Even if I accept the annoying 1, I then went to the Fig 7.6 in TOC , put cursor under Figure 7.6 and go Reference -> Update table -> and click update entire table. Nothing happens.. fail!!!

Can you tell me where I went wrong.. bottomline.. I am trying to add a new Figure 7.7 to my doc and want to ensure Figure 7.7 appears in the table of figure and  that they are linked.

Please help...

Thanks so much
Lydia

how does Win 8.1 effect word documents produced in Win 7 - same office programme

Posted: 16 Feb 2014 10:53 PM PST

a document I produced using Office 2010 on a Win 7 computer fitted onto 2 pages - when I open in my new computer it takes up 3 and a bit pages.  The document is accessed from our server. 

I've checked the obvious solutions of line and paragraph spaces but to no avail.  Font and point size are the same

it's almost like going back in time to something less attractive.

Error: WINWORD.EXE - Ordinal Not Found 9298 oart.dll

Posted: 16 Feb 2014 09:59 PM PST

Hello:


When clicking on the pinned winword.exe icon located on the taskbar, the following error message is displayed:


WINWORD.EXE - Ordinal Not Found

The ordinal 9298 count not be located in the dynamic link library oart.dll.

OK


However, when right clicking on the W pinned icon and the Pinned and Recent list populates, when selecting a Pinned document MS-Word spawns without incident.


Additionally, when navigating to Start/All Programs/Microsoft Office 2013/Word 2013 executes as expected.


UPDATE:  Since I already typed everything I need to update my question as I just now realized the problem mentioned above is for Microsoft Office Word 2010 and the pinned version of WinWord is the 2010 version.   The error only occurs when attempting to run Microsoft Word v.2010, but 2013 is just fine. 


I suppose all of this is now moot, however does anyone know why MS-Word 2010 is failing with the above error?


Thank you very much.


Eric

What does this button do!?

Posted: 16 Feb 2014 08:51 PM PST

Hello. I accidentally pressed a button on Microsoft word 2013, and I don't know what it does. Can someone tell me real quick what it's function is? Picture is attached below with arrow pointing to button. It's in the top left corner and on top of the ruler.




Greyed Out Formatting Options - Word 2013

Posted: 16 Feb 2014 08:29 PM PST

Hi,


I have recently upgraded to Office 365 and am now running 2013 versions of Word, Excel, etc.


When using Word, I like to see all the formatting within the document, however when I went to include the different formatting options in Word 2013, they were greyed out (unavailable).


I have a brand new Surface Pro 2... any suggestions on how I can fix this?


Thanks,


Ray.




Huge display and fonts in Office 2013 interface

Posted: 16 Feb 2014 08:23 PM PST

How do I change the huge interface in Office 2013?  The toolbars and menus at the top are huge and take up about 1/4 of my screen.  Is there a way to change this? I already have my monitor display turned up all the way to 1920 and the problem only occurs in Office.  I've tried changing themes too but that didn't do anything.  I feel like I'm using a program from the 1980s and not 2013.  Can someone please tell me if there is a way to change it?

OPX file and Word 2010

Posted: 16 Feb 2014 07:15 PM PST

All right, so I downloaded the organizational chart add-in for Office 2010. I created an organizational chart, and it saved as an OPX file type. I submitted it to my Professor, and she e-mailed me, saying she couldn't open it. I tried opening it, and it gives me gibberish. How do I insert this OPX file as an object into Word 2010?

I cannot type some letters on the keyboard!

Posted: 16 Feb 2014 06:49 PM PST

Hi everyone,

Something happened to my computer. While using Microsoft Word or Microsoft excel, I cannot type some letters on the keyboard. For example, when i typed "home", it just turned out "me". I closed the M. word for few second then re-opened it, I could type normally. However, it just worked for about half a hour and then the same error occurred. I  do not know how to fix this. Can anyone help me?

 Thank you.

Why when dragging the mouse over the font and paragraph in the office toolbar does it show a thumbnail preview of a windows xp style window

Posted: 16 Feb 2014 05:46 PM PST

When I opened Microsoft Word 2013 one time and I dragged my mouse by the font on the office toolbar did I see a Windows XP style window. Windows XP isn't even compatible with Office 2013. It should show a Windows 8 style window.

Typing into a template for a doctorate and I can not change the table of contents. How can I override the template and manually do the table of contents?

Posted: 16 Feb 2014 04:22 PM PST

I am trying to correct the table of contents in my doctorate but I can not get the template to work right? How can I override the template and type the table of contents manually. Please help!

I cannot add page numbers on Word 2013

Posted: 16 Feb 2014 03:40 PM PST

more from Office.com, but nothing happens