Word 2010 prints document properties [closed] - printing

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
Everytime I print a page or a blank one, my printer prints 3 pages. The first page is:
Microsoft World - Document1
NWORD.EXE
6:291:87
27/2/4
The other 2 pages are blank. This has happened since a few days.
I already checked in Options->Display->PrintDocumentSettings and it's unchecked!
Anyone have an idea?

It is because of the default template it is using.
The default template is named Normal.dotm in Word 2010
C:\Users\<username>\AppData\Roaming\Microsoft\Templates.
The AppData folder is hidden so you need to show hidden files and folders in Windows Explorer in order to see it.
Exit Word.
Move Normal.dotm to some other folder (save it somewhere else).
Restart Word - Document should be blank now.

Related

How to open local HTML files in iPhone browsers? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I have an iPhone having iOS 15.02. In the Files directory, there is an HTML file. I would like to open the file in a browser and when I click on the file and open it in Chrome, I receive the following message and can't open it.
Chrome cannot handle this link.
file:///private/var/mobile/Containers/Data/Application/.../tmp/drivekit/GDKGenoaContentProvider/test.html
Could you please help me with what is the cause of the above message? Are there any settings that I need to do to open the HTML files?
i think the possible and easy means of viewing html files on your iphone is by having to download an application called HTML VIEWER Q.
You can view and download the application from : -
[1]: https://apps.apple.com/us/app/html-viewer-q/id810042973

OmniPascal installed in VSCode - Delphi file extensions broken [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
First StackOverflow question ever.
Just installed OmniPascal extension into VSCode. Now ".dproj" and ".dpr" files are no longer associated with Embarcadero Delphi.
This seems non-trivial to fix. Can anyone suggest a fix short of reinstalling Embarcadero?
Thanks in advance.
Right click on any .dproj or .dpr files
Select Open with... and then click Choose default program
Find and choose bds.exe(Embarcadero Rad Studio)
Selec the Always use the selected program to open this kind of file check box, and then click OK.
See Change the program that opens a type of file

avoid longer way to save Excel files [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
in Excel 2013 when I want to save something I need to go to the file ribbon, and then in the Save As press the C for computer, etc.
Which is the way to set up the simplest way "the old way" to go directly to the traditional Save us dialog?
Add 'Save As' to the quick access toolbar. Then you'll have a button. Or just push F12 as Doug Glancy suggested.
You can press ALT, then F, then A (releasing each key before pressing the next one) to jump directly to the Save As dialog.

jenkins displays username instead of project name [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Improve this question
When I enter project configuration in Jenkins (in Firefox), the first field (Project name) displays my Jenkins username instead of actual project name. Every time I change config, I need to change that back to project name (like "foo+tests").
Running latest jenkins version, on ubuntu 12.04.
How to fix that?
It was KeeFox FF extension that was messing with project name field in Jenkins.

Text file comparison software [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
Is there any software available to compare two text files for the differences between them. I have two CSS text files with me that i want to compare for the difference.
On Linux or Mac OS, use diff on the command line:
man diff
On windows, try this:
http://www.prestosoft.com/edp_examdiff.asp
araxis.
Also check Visual Studio Extension Code Compare
WinMerge works well too for comparing text files and source code as well. And its free!

Resources