HCL
Skip to main content  
 
   


SPRTechnote


Clicking the Delivery Options button does not display the options in draft memos that have been reopened for editing

Technote Number: 1140082


Problem:
This issue was reported to Quality Engineering as SPR# DCOY5EC2PY and has been
fixed in Notes/Domino 6.5.5. This issue is caused by an incorrect formula in
the Standard (mail60.ntf) and Extended Mail (mail60ex.ntf) templates. Because
the Domino Web Access inotes template inherits from the standard mail template,
it is also affected.

Excerpt from the Lotus Notes and Domino Release 6.5.5 fix list (available at
http://www.ibm.com/developerworks/lotus):
SPR# DCOY5EC2PY - Fixed a problem where the Additional Mail Options picker on
the Action Bar was not available for messages that were saved as a Draft.

Refer to the Upgrade Central site for details on upgrading Notes/Domino.

Workaround for earlier releases
In the Memo, Reply, and Reply with History forms, you can update one of the
Computed Subform formulas to fix the issue. In each form, the third <Computed
Subform> entry uses the following formula:

@If(
(@ClientType = "Notes" & @Version > @Text(172))
& (@IsDocBeingEdited | @Length(SFLabels) > 0 );
"DelOptionSubform";
"")

Locate the entry and replace its formula with the following:

@If(
((@ClientType = "Notes" & @Version > @Text(172))
& (@IsDocBeingEdited | @Length(SFLabels) > 0 )) |

((@ClientType = "Notes" & @Version > @Text(172))
& (!@IsAvailable(PostedDate) | PostedDate = "" | @Length(SFLabels) > 0 ));

"DelOptionSubform";"DelOptionInterim")
More >





  Document options
Print this document
Print view

  Search
Search Advanced Search


  Fix list views

 RSS feeds   RSS
Subscribe to the fix list

  Resources
Using this database
View notices

  HCL Support
HCL Support


    About HCL Privacy Contact