Andrew Pollack's Blog

Technology, Family, Entertainment, Politics, and Random Noise

Finally figured out an oddness in Notes 8 that I've had for a good while

By Andrew Pollack on 10/31/2007 at 12:12 PM EDT

I've used the keyboard shortcuts for "Create Mail Message" and "Create Mail Reply" for years, but since upgrading to the Notes 8.0 BETA I didn't have them. They simply were gone from the menus.

I knew these were a function of a check box on the property settings of the forms in the mail file, so I assumed when I checked that design that they'd been accidentally left off by development during the beta. When I upgraded to the Notes 8.0 client, however, they didn't come back.

I checked the properties box on the forms in my design, and they were set to the right template, there were signed by Lotus Development, and they were not set to prevent design refresh. I tried design replace, I tried "convert", and none of these things brought them back.

I finally, today, thought to check the actual template. Strangely, in the template they were properly set to show up in the menus. Only my copy of the mail file wasn't right. I didn't want to have a modified mail database, because I want the updates when they come out. To get around the problem, I ended up having to replace the design of my mail template with a "Blank" database template -- removing all the design elements. Once that was done, I replaced the design again with the mail8.ntf template and all was well.

Of course, then I had to rebuild my $Inbox contents. I found a document that was in the inbox before my "fixing" things, and from it got the value stored in a field called $FolderRef. That field is a note
$FolderRef Field ValueText Equivalent
F38D46BF5:E8F08834-N852564B5:00129B2C 38D46BF5E8F08834852564B500129B2C
I created a view using this formula to select those documents to put back in my inbox.
T1 := @If(@Text($FolderRef) = "38D46BF5E8F08834852564B500129B2C" ; @True; @False);
T2 := @If( (DeliveredDate = "" & PostedDate != "" &  
		!(@IsMember("S"; ExcludeFromView))) ; @False ; @True);
T3 := @If(@Name([CN] ; @If(Principal = ""; From; Principal)) = "Andrew Pollack" ;
		 @False ; @True);
T4 := @If(  (  @IsNotMember("A"; ExcludeFromView) &
		 IsMailStationery != 1 & Form != "Group" & 
		Form != "Person") ; 
	@True ; @False);
SELECT ( (T1 = @True) & (T2 = @True) & (T3 = @True) & (T4 = @True) )
Once the view was created, I just dragged the docs back to my inbox and all was well in the world.


There are  - loading -  comments....

re: Finally figured out an oddness in Notes 8 that I've had for a good whileBy Nathan Chandler on 10/31/2007 at 09:12 PM EDT
You know if you delete your $Inbox folder, and then run convert on your mail
file, it will create a new inbox and populate it with an 'unfoldered'
items...quite useful. At least it worked that way right up to R7. Not sure
about R8.
I know it should, but it didn't.By Andrew Pollack on 10/31/2007 at 09:15 PM EDT
I did run nconvert afterword, but it did not find the items and put them back
in the inbox.


Other Recent Stories...

  1. 01/26/2023Better Running VirtualBox or VMWARE Virtual Machines on Windows 10+ Forgive me, Reader, for I have sinned. I has been nearly 3 years since my last blog entry. The truth is, I haven't had much to say that was worthy of more than a basic social media post -- until today. For my current work, I was assigned a new laptop. It's a real powerhouse machine with 14 processor cores and 64 gigs of ram. It should be perfect for running my development environment in a virtual machine, but it wasn't. VirtualBox was barely starting, and no matter how many features I turned off, it could ...... 
  2. 04/04/2020How many Ventilators for the price of those tanks the Pentagon didn't even want?This goes WAY beyond Trump or Obama. This is decades of poor planning and poor use of funds. Certainly it should have been addressed in the Trump, Obama, Bush, Clinton, Bush, and Reagan administrations -- all of which were well aware of the implications of a pandemic. I want a military prepared to help us, not just hurt other people. As an American I expect that with the ridiculous funding of our military might, we are prepared for damn near everything. Not just killing people and breaking things, but ...... 
  3. 01/28/2020Copyright Troll WarningThere's a copyright troll firm that has automated reverse-image searches and goes around looking for any posted images that they can make a quick copyright claim on. This is not quite a scam because it's technically legal, but it's run very much like a scam. This company works with a few "clients" that have vast repositories of copyrighted images. The trolls do a reverse web search on those images looking for hits. When they find one on a site that looks like someone they can scare, they work it like ...... 
  4. 03/26/2019Undestanding how OAUTH scopes will bring the concept of APPS to your Domino server 
  5. 02/05/2019Toro Yard Equipment - Not really a premium brand as far as I am concerned 
  6. 10/08/2018Will you be at the NYC Launch Event for HCL Domino v10 -- Find me! 
  7. 09/04/2018With two big projects on hold, I suddenly find myself very available for new short and long term projects.  
  8. 07/13/2018Who is HCL and why is it a good thing that they are now the ones behind Notes and Domino? 
  9. 03/21/2018Domino Apps on IOS is a Game Changer. Quit holding back. 
  10. 02/15/2018Andrew’s Proposed Gun Laws 
Click here for more articles.....


pen icon Comment Entry
Subject
Your Name
Homepage
*Your Email
* Your email address is required, but not displayed.
 
Your thoughts....
 
Remember Me  

Please wait while your document is saved.