Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8831431
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T08:18:26+00:00 2026-06-14T08:18:26+00:00

I frequently use the Reply with History without Attachment(s) and Reply to All with

  • 0

I frequently use the “Reply with History without Attachment(s)” and “Reply to All with History without Attachment(s)” in Lotus Notes, and want to create buttons on the toolbar for these. Can anybody help with the @Command script for this?

I have tried using @Command([Compose];"Reply With History") but it replies only to sender, and with attachments.

Alternatively, is there way to assign a key sequence to a button? e.g. Alt+A-R-R / Alt+A-P-R

I am on Lotus Notes 8.5.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T08:18:28+00:00Added an answer on June 14, 2026 at 8:18 am

    What you are looking for is

    @Command([ComposeWithReference]; server : database ; form ; flags) 
    

    From Notes help:
    Flags:

    Number. Optional. One or more of the following reference attributes. Combine attributes by adding them. Defaults to flags 3 plus 4. You must supply this parameter in Web applications.
    …
    16 — Removes attachments, images, and other large objects from the reference copy, replacing them (except on the Web) with text statements in brackets.

    Sample code:
    @Command([ComposeWithReference];””:””;”Reply”; 19) => flags 3 + 16

    EDIT:
    If you custommize a mail file / mail template, add the following formular before the @Command:

    @Environment("MailStEd";"9");
    

    This makes sure you make a ReplyToAll

    So the working code should look more or less like this (customize flags to match your needs):

    @Environment("MailStEd";"9");
    @Command([ComposeWithReference];"":"";"Reply"; 19)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I jump to the next character X in vim? I frequently use,
I frequently use the NSDate compare method - but I want to consider two
I frequently use kernel density plots to illustrate distributions. These are easy and fast
I frequently use git stash and git stash pop to save and restore changes
I frequently use the following pattern to set an upper bound to the running
Hi I have SVN repo that I frequently use for change management. However after
I have a function that I use quite frequently, which allows me to write
I have an application that makes use of frequently updated lists. So for example,
I use Python/MySQLdb frequently and often format a list of categories for MySQL. The
I use VSTO Excel template based solutions frequently. One of the things I like

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.