Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

The lowest values recommended for these two values are 5 and 2, respectively. How do you insert a new line in a Rich Text field using a macro?

0
Posted

The lowest values recommended for these two values are 5 and 2, respectively. How do you insert a new line in a Rich Text field using a macro?

0

@Command([EditInsertText]; @Char(0)) Instead of using @Char(0), you can also use @Newline. How do you set the server to run agents on with a hidden database design? Add a configure button to the application’s UI. You can use these @Commands in the button @Command([AgentSetServerName];”AgentName”); // prompts for server name @Command([AgentEnableDisable];”AgentName”; “1”); Alternately, you could have a second unhidden database which just has agents which call agents within the hidden database. This technique lets the user set the schedule for the other agents. Here is code that will run an agent in another database: Sub Initialize Dim db As New NotesDatabase(“”, “”) Dim Agent As NotesAgent If (db.open(“”, “hiddenDB.nsf”)) Then Set Agent = db.GetAgent(“(Check Servers For Response)”) If Not(Agent Is Nothing) Then Call Agent.Run Else Msgbox “Agent not found…

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.