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
We developed a database for corporate file sharing. And there is one little problem:
Users choose the file (attachment in rich text field), right click on it and choose "Copy" option. Then they go to windows' explorer, right click at empty space, but the option "paste" is not available.
"My Lotus is broken", - they say...
Is this any way do grant users ability copy-paste attachment from Lotus to hard drive? Or they have to use "Save" option and there is no other way?
If you use the right click and "Copy" something within a Notes document, then it depends on the state, the document is in what happens. If the document is in read- mode then usually the document itself is copied into clipboard. Only Lotus Notes can do anything with this clipboard and other applications will not allow you to paste it.
If the document is in edit- mode, then the selected content will be copied into the clipboard. This can be the attachment, but again only for pasting in Lotus Notes. For other applications there will be only the attachment name in the clipboard.
The solution is simple: Just tell your users to NOT use "Copy", but "Save" or "Save all" from the same context menu. That's the way how Lotus Notes works...
If you need to have a "Copy" action there, then you could make your own context menu, and "mimic" what happens... But I would not do that.
Related
Closed. This question is not about programming or software development. 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 last month.
Improve this question
I want to remove a website from Google Search engine Entirely. The website has 200,000+ posts indexed on google. Can anyone pls telll me that how can I remove it entirely from gooogle as I didn't want a single post of it inddexed in google...
I know how to prevent google bot from indexing my new postst but how can I remove my previously indexed 2 lac posts?
I am expecting to get a way through which I can remove my website entirely fron google....
To quickly (but temporarily) remove an entire website from Google, you could use Google Search Console's Removals tool. It'll allow you to rapidly hide the website from Google, but it's only a temporary fix until you can add a noindex tag (see Sahildeep Singh's answer to do that). To do so, go to the Removals page in the Google Search Console and press the "New Request" button. From there, you can add an entire block of URLs (e.g. example.com would block example.com/xyz) to be hidden from Google Search.
If you need to prevent your webpages from being indexed then insert this following meta code :
<meta name="robots" content="noindex">
Just add this code inside your header component/file
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
After I edit the existed CSV file, click save will prompt a message dialog "some feature in your workbook might be lost if you save it as CSV (Comma delimited)". Then I click "Save". After that when I click "Close" to close the CSV, prompt message dialog again "Want to save your changes to 'sample.csv' ". Why I have to save twice? How to solve it? Thanks
Why I have to save twice? That unfortunately is an inbuilt feature which AFAIK you cannot change.
Even I find that annoying. In your scenario if you click on No the 2nd time you get the popup, it will not create any problems because your file is already saved. Feel free to close that dialog box. There is no setting that you can change to avoid this behavior.
Btw, this behavior can be replicated in a normal workbook as well.
Create a new workbook. Type anything in Sheet1
Save it as a Csv. The first prompt that you will get is
The 2nd prompt that you will get it
Now close the file without making any changes. You will still get this prompt
This annoying feature cannot be turned off. You have to live with it. You can simply click on Don't Save or close the dialog box. Don't worry, your file is already saved as a CSV :)
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am new to lotus notes and facing one issue. For scrolling in any of the sections of the Notes window(ex: section that shows Inbox,drafts folders;section that shows mails in my inbox; section that shows preview of the currently opened mail) I have to click that particular section. Can I configure it like outlook so that I can scroll just by hovering over the section?
No, unfortunately this is not possible.
The focus is something that gets "lost" quite often in the Lotus Notes client.
Then you have to click in the correct "pane" to get it back
(by the way: this is something that happens to me in Outlook as well, e.g. when I write my responses within the same window... Then I have to click into the mail to get focus back and only then can click again to send the email)
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 3 years ago.
Improve this question
How can I disable "Unable to open https// ...PATH... Cannot download the information you requested" messages? I am getting this when I open some files. It's really annoying.
I edit my message with the following link where you will find the solution:
http://blogs.technet.com/b/the_microsoft_excel_support_team_blog/archive/2011/11/15/quot-cannot-download-the-information-you-requested-quot-executing-web-query-from-excel.aspx
It is related to webqueries though.
This is a known issue, here are the steps to resolve it.
You need to edit the registry and add a key
Click on Start --> Run, type regedit then press enter.
Locate the registry key below, it could be any of these depending on the OS and Office version
HKLM\SOFTWARE\Wow6432Node\Microsoft\Office\9.0\Common\Internet\
OR
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\9.0\Common\Internet\
OR
HKLM\SOFTWARE\Wow6432Node\Microsoft\Office\15.0\Common\Internet\
OR
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\15.0\Common\Internet
The version number could be 9.0, 15.0, 12.0 etc. but always use the one which already has the common\internet subkeys
After you have located it, do the following
Make sure the Internet subkey is selected. On the Edit menu,
point to New, and then click DWORD Value. Add the following
registry value:
Value Name: ForceShellExecute
Double-click ForceShellExecute, and then set the Value data to 1. Click OK.
On the Registry menu, click Exit.
The solution is taken and modified from MS kb218153
PS: The original support kb article is incomplete, since it mentions only 9.0, I solved this on a Windows 7 64 Bit and Office 2013 Pro and the registry key I added was in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\15.0\Common\Internet
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I would like to edit GoogleDocs documents in UltraEdit or Notepad++.
Reason being a few features missing from the current GoogleDocs editor.
Can this be done ?
My use-case:
I log my work in a logfile.txt
UltraEdit and other native editors are lightning fast and have column editing, excellent search result display, macros and other power user features, not available in GDocs yet.
I would like to keep working in UltraEdit until those features are available, but at the same time have the document synced in the background to GDocs.
So, Nocs doesn't cut if for me yet (until it has the same featureset and speed of ex. UltraEdit),
however the sync stuff you have implemented is interesting, if you could somehow add this as a plugin to UltraEdit and other editors. At least some of them have a plugin architecture.
Another "feature" of GDocs that has currently stopped me from using this approach, is the 512kB document size limit.
I don't think you can do it "in place" as it were.
You can export the doc from gdocs, edit, and reimport. in the menu at the top of the Google Doc: File -> Download File As -> Text, edit away in your favourite editor, then File -> Upload New Version (you can do this for spreahsheets anyway, not sure if this is available for every format, you might need to create a new doc and delete the old one)
You have to export it as a rich text document, then edit it in notepad++, then import it back to google docs.
Don't expect this question to live long as it's unrelated to programming.
A bit of a shameless plug here, but if you want simple, Notepad-like functionality that integrates with Google Docs, you can check my project called Nocs.