|
As a software developer, I often need to quickly capture notes about business rule changes or I might want to quickly lay out a diagram.
What software tools do you use and personally recommend for such a task?
Right now I capture written notes or diagram...
Started by Frank on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
By definition, any software tool that isn't precisely as easy as this will necessarily be more work and harder to use.... .
It really is hard to beat pen and paper, because it is infinitely flexible and makes no assumptions about what you will be storing .
|
In C# Get All the .nsf files(Notes Database) from \data\notes directory and populate it in a Listbox
Hi
In C# Get All the .nsf files(Notes Database) from \data\notes directory and populate it in a Listbox or combo box or in Tree View. I am using "Interop.Domino.dll".
Started by Preeti on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
System.IO var di = new DirectoryInfo("\data\notes"); FileInfo[] files = di.GetFiles("*.nsf the Domino server, you can use the Notes classes to access the server and loop over all databases.
|
|
How do I turn off email threading (Notes calls them "conversations") in Lotus Notes?
Started by mgroves on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
In Lotus Notes client
File -> Database (mail database) -> Properties -> Advanced (tab)
un Messages
In Lotus Notes 8.x client, you have to use:
File -> Application -> Properties.
|
Ask your Facebook Friends
|
What is the maximum number of characters for a Lotus Notes text field? In Lotus Notes clients, I am encountering a 32K error.
Started by lk on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Depending on what you are trying to do, you can use a Notes rich-text field, which.
From the field in views.
|
|
Hello Everyone
I am a new member to this forum.
I searched for my query in this forum but not able to find the answer. Please forgive me if these kind of questions were already answered in past.
I got a task where I have to to create VBA which will detach...
Started by WhySoSerious on
, 18 posts
by 5 people.
Answer Snippets (Read the full thread at vbaexpress):
You some good leads:
http://www.vbaexpress.com/forum/showthread.php?t=35917&highlight=Lotus+Notes
Also, in VBE select the Lotus Notes references option using Tools>>References so that you can see As Object 'The notes session....
|
|
Is there any way to sync google contacts to lotus notes?
Started by sal on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Another thing I found: There....
A Google query reveals that there are workarounds for a calendar sync with Lotus Notes , but the contacts nut isn't cracked yet apparently.
It seems Google itself hasn't implemented sync for Lotus Notes (yet).
|
|
I'm looking for a note-taking application for Windows.. something similar to Tomboy Notes (on Ubuntu). I want it to be as unobtrusive and simple as Tomboy. But every such app i've used on windows was either too high on features (with web syncing and all...
Started by Akshay on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Have you tried theGuide ?
Microsoft office's OneNote ?
Try PersonalBrain ...it doesn't look ... .
It's just works (tm) ).
Have a look at Evernote
Did you see this: http://live.gnome.org/Tomboy/Win32 ?
Or use plain text (I use Vim, with the Viki plugin .
|
|
I save my notes in Outlook notes. However it's just a list of notes without any kind of categorization.
I am looking for a replacement software where I can define my categories and I can place a note in one the categories.
Plus the ability to search text...
Started by Tony_Henrich on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at superuser):
Does OCR
Tomboy notes : Loved by....
Evernote : Will note just about anything and make it searchable.
Many that outperform outlook.
Memento Download Page
Tomboy notes is my.
If you need to keep the information available at all times .
|
|
When I check-in code, I sometime write very long, detailed checkin notes, other times I write very short ones (or no note at all). The longer notes tend to include information about why the change was made (business reasons, customer interactions, etc...
Started by Abtin Forouzandeh on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
If you use your version control system a change was implemented.)
Another consideration may be accessing those notes outside your code.
No note at all, or a note that takes 5 minutes to dig through.
|
|
Can I create either an ODBC connection or a connection string in VBA to get into a lotus notes database to pull data out of it?
Started by Mohgeroth on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
We had a special ODBC Notes....
I don't know about Access, but I used to connect to Notes in a DTS package.
I haven't had a need to work with Lotus Notes in a while, but ConnectionStrings.com usually is a good resource for things like this.
|